Skip to content

v1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 22:34
· 107 commits to master since this release
v1.1
3d520f1

Classcore v1.1 (2025-05-01)

Repairs

  • Fix interaction with slotted dataclasses on Python 3.11+.
  • Properly report test coverage by considering doctests too. (Not a user-facing
    fix; however important to note that coverage was 100% on initial release, but
    Github Actions workflow was not properly setup to capture coverage from
    doctests and so it only reported 95% coverage.)