Upgrade package infrastructure (pre-commit checks, packaging, setup) and drop official Python 3.5 support.
0.3.0
This release is the first with the new package name `hetnetpy`. Users should now use `pip install hetnetpy` and `import hetnetpy`. `import hetio` will still work but will trigger a FutureWarning.
0.2.11
Final release before this package is renamed to hetnetpy from hetio. See <https://github.com/hetio/hetio/issues/40> for more information on the renaming. `import hetio` will raise a DeprecationWarning. Users are recommended to switch to hetnetpy or downgrade to v0.2.10 to avoid the warning.
There are no functional changes in this release.
0.2.10
May 2019 release with convenience functions and other enhancements.
permute_pair_list: default to inplace=False https://github.com/hetio/hetio/issues/28
Add construct_pdp_query to build cypher queries for PDP https://github.com/hetio/hetio/pull/30 https://github.com/hetio/hetio/pull/33 https://github.com/hetio/hetio/pull/34 https://github.com/hetio/hetio/pull/36
Improve imports to be lazy / less likely to throw errors https://github.com/hetio/hetio/issues/31 https://github.com/hetio/hetio/pull/32 https://github.com/hetio/hetio/pull/35
Migrate neo4j nomenclature to hetnet module https://github.com/hetio/hetio/pull/37
is_symmetric method for metapaths https://github.com/hetio/hetio/issues/38 https://github.com/hetio/hetio/pull/39