提交 6c8b5b83 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Modifications for 0.5rc2 release

上级 fdc95437
=========================== ===========================
Announcing Theano 0.4.0 Announcing Theano 0.5rc2
=========================== ===========================
This is a major release, with lots of new features, bug fixes, and some This is a release candidate for a major version, with lots of new
interface changes (deprecated or potentially misleading features were features, bug fixes, and some interface changes (deprecated or
removed). The upgrade is recommended for everybody, unless you rely on potentially misleading features were removed).
deprecated features that have been removed.
For those using the bleeding edge version in the The upgrade is recommended for developpers who want to help test and
git repository, we encourage you to update to the `0.4.0` tag. report bugs, or want to use new features now. If you have updated
to 0.5rc1, you are highly encouraged to update to 0.5rc2. There are
more bug fixes and speed uptimization! But there is also a small new
Deleting old cache interface change about sum of [u]int* dtype. Otherwise, users should
------------------ wait for the 0.5 release.
The caching mechanism for compiled C modules has been updated. For those using the bleeding edge version in the
In some cases, using previously-compiled modules with the new version of git repository, we encourage you to update to the `0.5rc2` tag.
Theano can lead to high memory usage and code slow-down. If you experience
these symptoms, we encourage you to clear your cache.
The easiest way to do that is to execute:
theano-cache clear
(The theano-cache executable is in Theano/bin.)
What's New What's New
...@@ -87,11 +79,17 @@ Acknowledgments ...@@ -87,11 +79,17 @@ Acknowledgments
--------------- ---------------
I would like to thank all contributors of Theano. For this particular I would like to thank all contributors of Theano. For this particular
release, many people have helped during the release sprint: (in release, many people have helped, notably (in alphabetical order):
alphabetical order) Frederic Bastien, Arnaud Bergeron, James Bergstra, Frédéric Bastien, Justin Bayer, Arnaud Bergerond, James Bergstra,
Nicolas Boulanger-Lewandowski, Raul Chandias Ferrari, Olivier Valentin Bisson, Josh Bleecher Snyder, Yann Dauphin, Olivier Delalleau,
Delalleau, Guillaume Desjardins, Philippe Hamel, Pascal Lamblin, Guillaume Desjardins, Sander Dieleman, Xavier Glorot, Ian Goodfellow,
Razvan Pascanu and David Warde-Farley. Philippe Hamel, Pascal Lamblin, Eric Laufer, Razvan Pascanu, Matthew
Rocklin, Graham Taylor, Sebastian Urban, David Warde-Farley, and Yao Li.
I would also like to thank users who submitted bug reports, notably
(this list is incomplete, please let us know if someone should be
added): Nicolas Boulanger-Lewandowski, Olivier Chapelle, Michael
Forbes, and Timothy Lillicrap.
Also, thank you to all NumPy and Scipy developers as Theano builds on Also, thank you to all NumPy and Scipy developers as Theano builds on
their strengths. their strengths.
......
...@@ -6,7 +6,8 @@ Old Release Notes ...@@ -6,7 +6,8 @@ Old Release Notes
================= =================
Modifications in the 0.4.1 (12 August 2011) Theano 0.4.1 (12 August 2011)
=============================
New features: New features:
......
UPDATED THIS FILE UP TO: 41103b5d158739e4147428ce776fb5716062d4a8 .. _NEWS:
=============
Release Notes
=============
If you have updated to 0.5rc1, you are highly encouraged to update to If you have updated to 0.5rc1, you are highly encouraged to update to
0.5rc2. There are more bug fixes and speed uptimization! But there is 0.5rc2. There are more bug fixes and speed uptimization! But there is
...@@ -6,7 +10,7 @@ also a small new interface change about sum of [u]int* dtype. ...@@ -6,7 +10,7 @@ also a small new interface change about sum of [u]int* dtype.
Modifications in the trunk since the 0.4.1 release (August 12th, 2011) Modifications in the trunk since the 0.4.1 release (August 12th, 2011)
======================================================================
Upgrading to Theano 0.5rc2 is recommended for everyone, but you should first make Upgrading to Theano 0.5rc2 is recommended for everyone, but you should first make
sure that your code does not raise deprecation warnings with Theano 0.4.1. sure that your code does not raise deprecation warnings with Theano 0.4.1.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
LICENSE LICENSE
======= =======
Copyright (c) 2008--2011, Theano Development Team Copyright (c) 2008--2012, Theano Development Team
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
......
差异被折叠。
...@@ -45,7 +45,7 @@ master_doc = 'index' ...@@ -45,7 +45,7 @@ master_doc = 'index'
# General substitutions. # General substitutions.
project = 'Theano' project = 'Theano'
copyright = '2008--2011, LISA lab' copyright = '2008--2012, LISA lab'
# The default replacements for |version| and |release|, also used in various # The default replacements for |version| and |release|, also used in various
# other places throughout the built documents. # other places throughout the built documents.
...@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab' ...@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab'
# The short X.Y version. # The short X.Y version.
version = '0.5' version = '0.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.5rc1' release = '0.5rc2'
# There are two options for replacing |today|: either, you set today to some # There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: # non-false value, then it is used:
......
...@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"] ...@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0 MAJOR = 0
MINOR = 5 MINOR = 5
MICRO = 0 MICRO = 0
SUFFIX = "rc1" # Should be blank except for rc's, betas, etc. SUFFIX = "rc2" # Should be blank except for rc's, betas, etc.
ISRELEASED = False ISRELEASED = False
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX) VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论