Releases: MilanSkocic/iapws
Releases · MilanSkocic/iapws
0.4.0
Full Changelog: 0.3.0...0.4.0
Python wrapper: https://pypi.org/project/pyiapws
0.3.0
What's Changed
- 8 version by @MilanSkocic in #9
- 7 tests by @MilanSkocic in #10
- Unify dev and main by @MilanSkocic in #11
Full Changelog: 0.2.2...0.3.0
Python wrapper: https://pypi.org/project/pyiapws
0.2.2
iapws 0.2.2 Release Note
Summary
- Implementation of report R283 for critical constants of water.
- Switch to pyproject.toml for python wrapper.
- Code refractoring and clean up.
- Documentation update.
Download
Contributors
Milan Skocic
What's Changed
- 0.2.2 by @MilanSkocic in #5
Full Changelog: 0.2.1...0.2.2
0.2.1
iapws 0.2.1 Release Note
Summary
- Comlete missing documentation of private functions.
- Minor fixes in C API code as well in python wrapper.
- Remove unecessary dependency in Makefile.
Download
Contributors
Milan Skocic
What's changed
Full Changelog: 0.2.0...0.2.1
0.2.0
iapws 0.2.0 Release Note
Summary
- New structure with modules corresponding to the IAPWS papers.
- Compatible with fpm.
- fpm module naming convention.
- API break for iapws_g704_kh and iapws_g704_kd functions:
- only 1d-arrays as inputs in Fortran and C API.
- only objects with buffer protocol as inputs in python wrapper.
- python wrappers return memoryviews.
- New functions:
- providing the number of gases in H2O and D2O.
- providing the available of gases in H2O and D2O as list of strings.
- providing the available of gases in H2O and D2O as a unique string.
- Cleanup old app code not needed anymore.
- Fix memory allocation in pywrapper.
- Completed tests.
- Documentation improvements:
- Add conversion equations from molar fractions to solubilities.
- Add plots for visualizing kh and kd.
Download
Contributors
Milan Skocic
What's Changed
- 0.2.0 by @MilanSkocic in #4
Full Changelog: 0.1.1...0.2.0
0.1.1
iapws 0.1.1 Release Note
Summary
- Logo creation
- Error handling in python wrapper for arrays with rank greater than 1
- Tests in python wrapper for expected failures with rank-n arrays
Download
What's Changed
- R0.1.1 by @MilanSkocic in #1
New Contributors
- @MilanSkocic made their first contribution in #1
Full Changelog: 0.1.0...0.1.1