Skip to content

Releases: MilanSkocic/iapws

0.3.0

23 Jun 07:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.3.0

Python wrapper: https://pypi.org/project/pyiapws

0.2.2

17 Dec 22:32
Compare
Choose a tag to compare

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

iapws

pyiapws

Contributors

Milan Skocic

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

08 Sep 04:20
Compare
Choose a tag to compare

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

iapws

pyiapws

Contributors

Milan Skocic

What's changed

Full Changelog: 0.2.0...0.2.1

0.2.0

29 Jun 05:26
Compare
Choose a tag to compare

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

iapws

pyiapws

Contributors

Milan Skocic

What's Changed

Full Changelog: 0.1.1...0.2.0

0.1.1

03 May 05:31
2a97bad
Compare
Choose a tag to compare

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

iapws

pyiapw

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

29 Apr 10:57
Compare
Choose a tag to compare

iapws 0.1.0 Release Note

Summary

  • Implementation of kH and kD from IAPWS G7-04 in fortran + C API
  • Python wrapper for kH and kD.
  • Documentation with sphinx.

Download

iapws

pyiapws

Contributors

Milan Skocic

Commits

Full Changelog: ....0.1.0