Skip to content

Commit

Permalink
Version 0.1.35
Browse files Browse the repository at this point in the history
- Added support for termination based on elapsed time
- Added the Hartman6 test problem
  • Loading branch information
dme65 committed Apr 27, 2017
1 parent ea964de commit 58ab3f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v.0.1.35, 2017-04-29
--------------------

- Added support for termination based on elapsed time
- Added the Hartman6 test problem

v.0.1.34, 2017-03-28
--------------------

Expand Down
1 change: 1 addition & 0 deletions pySOT/test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ all:
.PHONY: test
test: sphere_ext sphere_ext_files sumfun_ext
python test_simple.py
python test_simple_time.py
python test_rbf.py
python test_penalty.py
python test_projection.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='pySOT',
version='0.1.34',
version='0.1.35',
packages=['pySOT', 'pySOT.test'],
url='https://github.com/dme65/pySOT',
license='LICENSE.rst',
Expand Down

0 comments on commit 58ab3f7

Please sign in to comment.