Skip to content

v1.5

Choose a tag to compare

@github-actions github-actions released this 25 Jun 04:57
· 106 commits to master since this release
v1.5
01b83eb

Classcore v1.5 (2025-06-25)

Enhancements

  • Improve docstrings for various public type aliases. Also, drop Fname
    references from public type aliases, such as Decorators so that they can be
    reused in downstream packages.

Repairs

  • Ensure that replacement implementations (assigner_core, deleter_core,
    and surveyor_core) are inherited so that behaviors do not regress to
    standard baseline behaviors in descendant classes.