Skip to content

v0.2.0

Compare
Choose a tag to compare
@mdapena mdapena released this 17 Dec 00:43
· 77 commits to master since this release
1a34b2e

Release Note

Added

  • Introduced the publish to PyPI workflow, automating the uploading of package builds when new releases are created.
  • Added the mkdocs-git-authors plugin to display git authors of a markdown page in the documentation.
  • Added badges to the main page of the documentation as well as the readme file.
  • Added a code of conduct for the project, using the Contributor Covenant v2.1.
  • Included a CITATION.cff file to facilitate academic citations.

Changed

  • Renamed the tests.yml workflow to run-tests.yml.
  • Updated the deploy-docs.yml workflow with the mkdocs-git-authors plugin dependency.
  • Modified the mkdocs.yml config file by adding the site_url and site_author properties.
  • Updated the pyproject.toml file with the mkdocs-git-authors plugin dependency and python package keywords.

Fixed

  • Fixed the python version in the deploy-docs.yml workflow.
  • Resolved issues with relative links in the documentation.

Changelog