Changed paths:
M theano/tensor/basic.py
Log Message:
-----------
Enables axis=None in tensor.sort
Commit: f4c06f34fd4b098841eed6dc5ea2d3a042f1e57a
https://github.com/Theano/Theano/commit/f4c06f34fd4b098841eed6dc5ea2d3a042f1e57a
Author: Pascal Lamblin <lamb...@iro.umontreal.ca>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M theano/tensor/tests/test_basic.py
Log Message:
-----------
Refactor tests, and test that axis=None works
Commit: d97170f597ce3d209ec650e2f76fd176a4ffbd5e
https://github.com/Theano/Theano/commit/d97170f597ce3d209ec650e2f76fd176a4ffbd5e
Author: Pascal Lamblin <lamb...@iro.umontreal.ca>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M NEWS.txt
Log Message:
-----------
Announce tensor.sort() in NEWS.txt
Commit: 7add8bc575cb3b9a8317ff0a848da39eded0a3eb
https://github.com/Theano/Theano/commit/7add8bc575cb3b9a8317ff0a848da39eded0a3eb
Author: lamblin <lamb...@iro.umontreal.ca>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M NEWS.txt
M theano/tensor/basic.py
M theano/tensor/tests/test_basic.py
Log Message:
-----------
Merge pull request #475 from lamblin/sort_axis_none
Implement tensor.sort(..., axis=None)
Compare: https://github.com/Theano/Theano/compare/8dec19e...7add8bc