Skip to content

v0.4.1

Compare
Choose a tag to compare
@mdapena mdapena released this 31 Jan 03:11
· 3 commits to master since this release
3956ed4

Release Note

Changed

  • Optimized the size of the source distribution (sdist) build by including only essential files and directories, such
    as the /src and /tests directories, as well as the following files: .gitignore, pyproject.toml,
    CITATION.cff, README, and LICENSE.
  • Refactored documentation dependencies into an optional dependency called docs.
  • Updated the deploy-docs.yml GitHub workflow to leverage the new optional dependency docs.
  • Updated the EventEmission class with the @final decorator from the typing module, indicating that it is meant for
    internal use only and should not be subclassed.

Fixed

  • Addressed minor errors and details in the documentation.

Changelog