Skip to content

Commit

Permalink
requiring verison 1.3 for sklearn to avoid issues with people not doi…
Browse files Browse the repository at this point in the history
…ng conda upgrade all
  • Loading branch information
PennyWieser committed Dec 26, 2023
1 parent be5e5f5 commit b09ccbb
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 126 deletions.
75 changes: 34 additions & 41 deletions Benchmarking/Add_ons/fo2_magmasattest.ipynb

Large diffs are not rendered by default.

Binary file added Benchmarking/Add_ons/fo2weirdness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
================================================
Change Log
================================================
Version 1.0.36 - Dec 26th, 2023
=====================================
After numerous issues with peoples old (2020-2021 sklearn issues, have required 1.3 onwards in setup.py file now. )


Version 1.0.31 to Version 1.0.34 - Dec, 2023
=====================================
Fixing additional issues related to pandas2 and shift to csv file paths.


Version 1.0.31 - November 17th, 2023
=====================================
Sorted issues with .pkl incompatability for calibration datasets by resaving all as csv files and loading those.
Sorted issues with .pkl incompatability for calibration datasets by resaving all as csv files and loading those.

Version 1.0.31 - November 17th, 2023
=====================================
Sorted issues with .pkl incompatability for calibration datasets by resaving all as csv files and loading those.

Version 1.0.30 - October 6th, 2023
=====================================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'numpy',
'python-ternary',
'matplotlib',
'scikit-learn',
'scikit-learn>=1.3',
'scipy',
'tqdm',
'statsmodels',
Expand Down
164 changes: 82 additions & 82 deletions src/Thermobar/Masotta_2013_Cali_input.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Thermobar/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
__version__ = '1.0.35'
__version__ = '1.0.36'

0 comments on commit b09ccbb

Please sign in to comment.