提交 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
interface changes (deprecated or potentially misleading features were
removed). The upgrade is recommended for everybody, unless you rely on
deprecated features that have been removed.
This is a release candidate for a major version, with lots of new
features, bug fixes, and some interface changes (deprecated or
potentially misleading features were removed).
For those using the bleeding edge version in the
git repository, we encourage you to update to the `0.4.0` tag.
Deleting old cache
------------------
The upgrade is recommended for developpers who want to help test and
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
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.
In some cases, using previously-compiled modules with the new version of
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.)
For those using the bleeding edge version in the
git repository, we encourage you to update to the `0.5rc2` tag.
What's New
......@@ -87,11 +79,17 @@ Acknowledgments
---------------
I would like to thank all contributors of Theano. For this particular
release, many people have helped during the release sprint: (in
alphabetical order) Frederic Bastien, Arnaud Bergeron, James Bergstra,
Nicolas Boulanger-Lewandowski, Raul Chandias Ferrari, Olivier
Delalleau, Guillaume Desjardins, Philippe Hamel, Pascal Lamblin,
Razvan Pascanu and David Warde-Farley.
release, many people have helped, notably (in alphabetical order):
Frédéric Bastien, Justin Bayer, Arnaud Bergerond, James Bergstra,
Valentin Bisson, Josh Bleecher Snyder, Yann Dauphin, Olivier Delalleau,
Guillaume Desjardins, Sander Dieleman, Xavier Glorot, Ian Goodfellow,
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
their strengths.
......
......@@ -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:
......
UPDATED THIS FILE UP TO: 41103b5d158739e4147428ce776fb5716062d4a8
.. _NEWS:
=============
Release Notes
=============
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
......@@ -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)
======================================================================
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.
......
......@@ -3,7 +3,7 @@
LICENSE
=======
Copyright (c) 2008--2011, Theano Development Team
Copyright (c) 2008--2012, Theano Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
差异被折叠。
......@@ -45,7 +45,7 @@ master_doc = 'index'
# General substitutions.
project = 'Theano'
copyright = '2008--2011, LISA lab'
copyright = '2008--2012, LISA lab'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
......@@ -53,7 +53,7 @@ copyright = '2008--2011, LISA lab'
# The short X.Y version.
version = '0.5'
# 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
# non-false value, then it is used:
......
......@@ -48,7 +48,7 @@ PLATFORMS = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"]
MAJOR = 0
MINOR = 5
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
VERSION = '%d.%d.%d%s' % (MAJOR, MINOR, MICRO, SUFFIX)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论