Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Nov 10, 2024
1 parent d5712e5 commit c2e9d3c
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@

### Fixed


## [0.4.0] - 2024-11-10

### Changed
- Fluids version dependency now >= 1.0.27
- Chemicals version dependency now >= 1.3.0
- General code cleanup and further documentation
- Add Flory Huggins and Hansen activity coefficient models
- Further progress on removing legacy scipy interp1d method
- Clean up in code of vapor pressure extrapolation

## [0.3.0] - 2024-07-26

### Changed
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ numpy
scipy>=1.6.0
pandas
coolprop
fluids>=1.0.26
chemicals>=1.2.0
fluids>=1.0.27
chemicals>=1.3.0
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scipy
numpydoc
pint
nbsphinx
fluids>=1.0.26
fluids>=1.0.27
chemicals>=1.2.0
IPython
ipython
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ numpy
scipy
pandas
sympy
fluids>=1.0.26
chemicals>=1.2.0
fluids>=1.0.27
chemicals>=1.3.0
pytest
pytest-cov
coveralls
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_multiarch.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sympy
fluids>=1.0.26
chemicals>=1.2.0
fluids>=1.0.27
chemicals>=1.3.0
pytest
pint
IPython
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
version = '0.3.0',
description = 'Chemical properties component of Chemical Engineering Design Library (ChEDL)',
author = 'Caleb Bell',
install_requires=['fluids>=1.0.26', "scipy>=1.6.0", 'pandas', 'chemicals>=1.2.0'],
install_requires=['fluids>=1.0.27', "scipy>=1.6.0", 'pandas', 'chemicals>=1.3.0'],
extras_require = {
'Coverage documentation': ['wsgiref>=0.1.2', 'coverage>=4.0.3']
},
Expand Down

0 comments on commit c2e9d3c

Please sign in to comment.