Skip to content

v0.5.0

Choose a tag to compare

@pascalhorton pascalhorton released this 06 Jul 16:04
· 1298 commits to main since this release
a14a4a0

Breaking changes

  • Removing hyphens for underscores. Any component (including land cover elements) have to use underscores and not hyphens (e.g., glacier_ice instead of glacier-ice, slow_reservoir instead of slow-reservoir)

Added

  • Adding aliases for all parameters.
  • Adding examples.
  • Adding Socont constraints.

Changed

  • Changing Socont default values.
  • Upgrading conan builds.
  • Upgrading C++ minimal version.
  • Upgrading to Pandas 2.0.

Fixed

  • Code improvements.
  • There were issues to build the wheel locally (in editable mode).