File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ 0.5.2 (2017-12-15)
6
+ ------------------
7
+
8
+ Mostly a maintenance release. Much cleaning happened and a conda package is now
9
+ available in conda-forge. Moreover, the package can now be tried online thanks
10
+ to binder.
11
+
5
12
0.5.1 (2017-07-04)
6
13
------------------
7
14
Original file line number Diff line number Diff line change 29
29
assert operators
30
30
assert acceleration
31
31
32
- __version__ = '0.5.1 '
33
- __release_date__ = '2017-07-04 '
32
+ __version__ = '0.5.2 '
33
+ __release_date__ = '2017-12-15 '
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'pyunlocbox' ,
9
- version = '0.5.1 ' ,
9
+ version = '0.5.2 ' ,
10
10
description = 'Convex Optimization in Python using Proximal Splitting' ,
11
11
long_description = open ('README.rst' ).read (),
12
12
author = 'EPFL LTS2' ,
You can’t perform that action at this time.
0 commit comments