Skip to content

Releases: python-variants/variants

Version 0.2.0 (2018-05-03)

03 May 21:10
0.2.0
1abe3d1
Compare
Choose a tag to compare

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)

Initial release

13 Dec 23:20
11b406a
Compare
Choose a tag to compare

This is the first proper release.