Skip to content

Releases: sandialabs/chama

Version 0.3.0 release

27 Nov 15:34
Compare
Choose a tag to compare

What's Changed

  • Updates to support Pandas 2.0 and test against additional versions of Python by @kaklise in #33

Full Changelog: v0.2.0...v0.3.0

Version 0.2.0 release

05 Oct 16:59
Compare
Choose a tag to compare
  • Bug fix in type checking for impact assessment dataframes
  • Changes to account for updates in Pyomo and Pandas
  • Added GitHub Actions for tests
  • Dropped Python 3.5 and 3.6 tests, added Python 3.8 and 3.9 tests
  • Added a Gaussian plume and water network example

Full Changelog: v0.1.3...v0.2.0

Version 0.1.3 release

28 Feb 22:41
d75bb05
Compare
Choose a tag to compare
  • Updated methods to be compatible with Pandas 1.0
  • Added required dependencies to setup.py
  • Dropped Python 2.7 tests
  • Updated documentation