Skip to content

v0.1.4

Compare
Choose a tag to compare
@reuterbal reuterbal released this 12 Sep 14:51

What's new:

  • The SCC transformation has been split into multiple individual transformations (see #81). The current SCC transformation is now only a wrapper around these individual transformations and will be retired in the next release.
  • A rewrite of the DerivedTypeArgumentsTransformation that can now handle flattening of derived types across multiple call layers and for nested derived types (#51)
  • A debugging linter rule aimed at identifying certain anti-patterns and problems in source code (#116)
  • Moved to pyproject.toml based package installation (#110)
  • Added ecWAM regression testing (#119)

What's been fixed:

  • Pydantic version number has been fixed <2.0 (#109)
  • Various fixes the to the CI testing infrastructure
  • Compatibility with Python 3.11 (#107)

The full list of changes:

Full Changelog: v0.1.3...v0.1.4