Skip to content

Commit ba35b4c

Browse files
author
Chathika
committed
'v0.9.0'
1 parent 9ea8600 commit ba35b4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/client/NL4Py/CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ v0.5.10, 17th February 2020 -- awaitScheduledReporterResults fix: fixed bug that
3030
v0.5.11, 21st April 2020 -- Mac OS library misindentification fix and accommodation for levelspace extension
3131
v0.7.0, 04th October 2020 -- PEP compliance for API, run_experiment
3232
v0.8.0, 13th April 2020 -- API fixes; run_experiment return pandas dataframe
33-
v0.8.1, 2nd June 2021 -- Safe conversion of reporter results into Python objects when non-eval'uable objects are returned.
33+
v0.8.1, 2nd June 2021 -- Safe conversion of reporter results into Python objects when non-eval'uable objects are returned.
34+
v0.9.0, 8th June 2021 -- Safe conversion of schedule_reporters results into Python objects when non-eval'uable objects are returned, fix to workspace disposal

src/client/NL4Py/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='NL4Py',
5-
version='0.8.1',
5+
version='0.9.0',
66
author='Chathika Gunaratne',
77
author_email='[email protected]',
88
packages=['nl4py', 'nl4py.test'],

0 commit comments

Comments
 (0)