Skip to content

Version 0.2.0 (2018-05-03)

Latest
Compare
Choose a tag to compare
@pganssle pganssle released this 03 May 21:10
· 7 commits to master since this release
0.2.0
1abe3d1

Features

  • Added the variants.inspect module, which provides a public API for
    inspecting variant function groups. It currently provides two functions:
    is_primary and is_primary_method. (GH #29)
  • Added python_requires to setup, indicating Python version support. (GH #34)

Bugfixes

  • Updated MANIFEST.in to include NEWS.rst (GH #34)

Improved Documentation

  • Updated permanent redirect links in documentation. (GH #28)
  • Flattened TOC entry for changelog in documentation. (GH #32)
  • Added section for API documentation, including documentation for the inspect
    submodule. (GH #33)