Skip to content

Commit

Permalink
Prepare v0.2.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed May 2, 2019
1 parent 42c9c90 commit 84f1665
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To create a new release, do the following:
```sh
TAG=v`python setup.py --version`
git add hetio/__init__.py release-notes/$TAG.*
git commit --message "Upgrade to $TAG"
git commit --message "Prepare $TAG release"
git push
git tag --annotate $TAG --file release-notes/$TAG.*
git push upstream $TAG
Expand Down
2 changes: 1 addition & 1 deletion hetio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.9'
__version__ = '0.2.10'
31 changes: 31 additions & 0 deletions release-notes/v0.2.10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
hetio/hetio v0.2.10
===================

May 2019 release with convenience functions and other enhancements.

Changes
-------

Consistent metanode/metaedge/metapath .abbrev property
https://github.com/hetio/hetio/pull/27

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

0 comments on commit 84f1665

Please sign in to comment.