Skip to content

v0.4.0

Choose a tag to compare

@JoYvBa JoYvBa released this 23 Sep 13:21
· 242 commits to main since this release

What's Changed

  • first issue: update structure with example folder by @AlrauneZ in #63
  • update init with aliases for top level function import by @AlrauneZ in #75
  • Upgrade sonar scan to 5.3.1 by @raar1 in #78
  • Refactor dataclass by @JoYvBa in #79
    • Changed parameter input from dictionaries to dataclasses.
    • Allow user to change utilization factors.
    • Expanded parameter input validation.
    • Introduced warnings when input parameters are altered.
    • Transport equations changed to parent-child class structure.
    • Mass balance and plotting now accept class objects as input instead of data matrix.
    • Updated example notebook with new functionalities.
    • Increased test coverage.
    • Increased minimum Python version requirement to v3.10

Full Changelog: v0.3.0...v0.4.0