Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Kochurov committed Nov 13, 2019
1 parent 2ea1085 commit 03a2542
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.rst
@@ -1,12 +1,24 @@
This file tracks important changes in PRs

geoopt v0.1.0 (unreleased)
==========================
geoopt v.0.1.1
==============

New Features
------------
* Add ``geoopt.ismanifold`` utility

Bug Fixes
---------
* Fix typing compatibility with python 3.7+


geoopt v0.1.0
=============

Breaking Changes
----------------
* better public api, refactored developer api a lot (#40). See the corresponding PR for more details
* refactored internal design, caused another api change (#77)
* Better public api, refactored developer api a lot (#40). See the corresponding PR for more details
* Refactored internal design, caused another api change (#77)
* Removed ``t`` argument from everywhere (#76). The argument just scaled tangent vectors but
appeared to be very problematic in maintenance

Expand Down
2 changes: 1 addition & 1 deletion geoopt/__init__.py
Expand Up @@ -22,4 +22,4 @@
Scaled,
)

__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 03a2542

Please sign in to comment.