File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Citation index:
10
10
DOI: 10.5281/zenodo.2597200
11
11
12
12
13
- ## What's new in version 2.4.0
13
+ ## What's new in versions 2.4.0 to 2.4.2
14
14
* New Classes:
15
15
- DecisionTreeModel
16
16
A DecisionTree Model (DTM) is mostly defined on multiple input dimensions (axes).
@@ -244,6 +244,6 @@ by ExponentialErrorDistribution
244
244
* Pictures moved to documentation/images
245
245
* Some documentation issues repaired.
246
246
247
- + 14 Nov 2019 version 2.4.0
247
+ + 14 Nov 2019 version 2.4.0 to 2.4.2
248
248
* see above in Whats new.
249
249
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- __version__ = '2.4.1 '
3
+ __version__ = '2.4.2 '
4
4
5
5
with open ("README.md" , "r" ) as fh :
6
6
long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments