Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@jmgate jmgate released this 03 Dec 19:18
· 2 commits to master since this release

Chores

Continuous integration

Documentation

  • docs: Fix highlighting in examples (149e48c)

    I never noticed when we added the license and copyright information to
    the top of all the source files that we didn't account for the
    lines highlighted in the included examples. This adjusts things such
    that (1) we don't include all that header stuff when generating the
    docs, and only include the lines of code that are really relevant to
    share on the examples page, and (2) the appropriate lines are
    highlighted.

  • docs: Slight tweaks to contributing guidelines (6e2ddc9)

Testing

  • test: Remove unnecessary parentheses (7c7d39a)

    To align with updated ruff rules.

  • test: Ignore subprocess warning in test file (90e3cad)

    This test file uses subprocess.run() to run the examples and check
    their output. The input to run() has been verified and is not a
    security vulnerability.