Skip to content

v1.0.1

Choose a tag to compare

@jmgate jmgate released this 02 Jul 14:23
· 391 commits to master since this release

Chore

  • chore: Add CHANGELOG (c5ce0f4)

    Add a dummy CHANGELOG.md to be overwritten by Semantic Release.

  • chore: Add example requirements (343b8e7)

    Add a blank requirements file for the examples to facilitate adding
    requirements in the future.

Continuous Integration

  • ci: Omit --fix arg (2207516)

    When running ruff via pre-commit, don't automatically fix the
    problems; instead tell the user what's wrong to train them into not
    making the problems in the first place.

  • ci: Add semantic release templates (0cb13c1)

    Add templates for the release notes and CHANGELOG so
    python-semantic-release can generate these files correctly in CI.

  • ci: Check documentation spelling and coverage (e5b3719)

  • ci: Add semantic release workflow (7725e5e)

Documentation

  • docs: Slight tweaks to contributing guidelines (59325de)

Patch

  • patch: Indicate that the package is typed (55a20c9)

    According to PEP 561, we need to add this file to static type checkers
    can infer the types from the package.

Test

  • test: Run the examples and check their output (ccfa0d9)