提交 c703d211 authored 作者: notoraptor's avatar notoraptor

Rebased, release date and commiters list updated.

上级 376df17c
......@@ -3,8 +3,8 @@ Release Notes
=============
Theano 0.10.0beta2 (25th of August, 2017)
=========================================
Theano 0.10.0beta2 (5th of September, 2017)
===========================================
This release contains new features, improvements and bug fixes to prepare the upcoming release candidate.
......@@ -12,11 +12,12 @@ We recommend that every developer updates to this version.
Highlights:
- Support NumPy ``1.13``
- Added conda recipe
- Optional faster optimization step with new destroy handler
- Updated documentation
- Bug fixes, crash fixes and warning improvements
A total of 15 people contributed to this release since 0.10.0beta1, see list below.
A total of 16 people contributed to this release since 0.10.0beta1, see list below.
Convolution updates:
- Added unshared convolutions
......@@ -55,12 +56,13 @@ Commiters since 0.10.0beta1:
- Steven Bocco
- Reyhane Askari
- Gijs van Tulder
- Arnaud Bergeron
- Boris Fomitchev
- Vikram
- Arnaud Bergeron
- Joseph Paul Cohen
- Dzmitry Bahdanau
- Yikang Shen
- Dzmitry Bahdanau
- Faruk Ahmed
- Shawn Tan
- Simon Lefrancois
- wyjw
......@@ -8,7 +8,6 @@ git log -p rel-0.9.0... |grep Merge|grep '#[0123456789]' |cut -f 8 -d ' ' | sed
# Commit count per user
git shortlog -sn rel-0.9.0..
git shortlog -sn rel-0.10.0beta1..
......@@ -20,6 +19,7 @@ TODO: better Theano conv doc
Highlights:
- Support NumPy ``1.13``
- Added conda recipe
- Moved Python 3.* minimum supported version from 3.3 to 3.4
- Replaced deprecated package ``nose-parameterized`` with up-to-date package ``parameterized`` for Theano requirements
- Theano now internally uses ``sha256`` instead of ``md5`` to work on systems that forbide ``md5`` for security reason
......@@ -136,6 +136,14 @@ Other more detailed changes:
- Many improvements for Jenkins CI tests: daily testings on Mac and Windows in addition to Linux
ALL THE PR BELLOW HAVE BEEN CHECKED
* https://github.com/Theano/Theano/pull/6373
* https://github.com/Theano/Theano/pull/6374
* https://github.com/Theano/Theano/pull/6371
* https://github.com/Theano/Theano/pull/6362
* https://github.com/Theano/Theano/pull/6368
* https://github.com/Theano/Theano/pull/6339
* https://github.com/Theano/Theano/pull/6366
* https://github.com/Theano/Theano/pull/6364
* https://github.com/Theano/Theano/pull/6349
* https://github.com/Theano/Theano/pull/6361
* https://github.com/Theano/Theano/pull/6356
......
......@@ -21,7 +21,7 @@ learning/machine learning <https://mila.umontreal.ca/en/cours/>`_ classes).
News
====
* 2017/08/25: Release of Theano 0.10.0beta2, new features and many bugfixes, release candidate to coming.
* 2017/09/05: Release of Theano 0.10.0beta2, new features and many bugfixes, release candidate to coming.
* 2017/08/09: Release of Theano 0.10.0beta1, many improvements and bugfixes, release candidate to coming.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论