Skip to content

v1.0.1

Compare
Choose a tag to compare
@jmgate jmgate released this 02 Jul 14:23
· 256 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

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)