Skip to content

v1.1rc0

Choose a tag to compare

@github-actions github-actions released this 01 May 22:03
· 107 commits to master since this release
v1.1rc0
62fe1d3

Classcore v1.1rc0 (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.)