Skip to content

Commit

Permalink
Bumped version number and use newer version of CADET library
Browse files Browse the repository at this point in the history
  • Loading branch information
Immudzen committed Jul 9, 2020
1 parent 673a4eb commit 67b9f3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,4 @@ __pycache__/
/Examples/Example1/Dextran/fit_nsga3_shape_single_stat
/Examples/MCMC/Dextran/nsga3_nodelay
/Examples/Example1/Dextran/fit_nsga3_shape_single_6
/Examples/MCMC/Dextran/nsga3_nodelay2
2 changes: 1 addition & 1 deletion CADETMatch/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
__email__ = "[email protected]"
__license__ = "GNU General Public License v3 (GPLv3)"
__copyright__ = "2020 %s" % __author__
__version__ = "0.5.51"
__version__ = "0.5.52"
__uri__ = "https://github.com/modsim/CADET-Match"
2 changes: 1 addition & 1 deletion Examples/MCMC/Dextran/MCMC_dextran_nsga3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"CADETPath": "C:/Users/kosh_000/cadet_build/CADET/VCPKG_4_single/bin/cadet-cli.exe",
"baseDir": "C:/Users/kosh_000/Documents/Visual Studio 2017/Projects/CADETMatch/Examples/MCMC/Dextran",
"resultsDir": "nsga3_nodelay",
"resultsDir": "nsga3_nodelay2",
"tempDir": "L:/",
"CSV": "dextran_MCMC.csv",
"checkpointFile": "check",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'matplotlib>=3.2.1',
'pandas>=1.0.5',
'h5py>=2.10.0',
'CADET>=0.4',
'CADET>=0.5',
'seaborn>=0.10.1',
'sklearn',
'scikit-learn>=0.23.1',
Expand Down

0 comments on commit 67b9f3f

Please sign in to comment.