Skip to content

v1.2rc0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 22:31
· 86 commits to master since this release
v1.2rc0
b12d30a

Classcore v1.2rc0 (2025-06-05)

Enhancements

  • Fill out docstrings for all public classes and functions in package.
  • Integrate with Dynadoc. Adds special introspection control which avoid
    docstring updates on immutable classes. Adds Dynadoc with_docstring
    decorator to set of decorators on standard classes.

Repairs

  • Address Pyright complaints about metaclass arguments in class statements.