Skip to content

Commit

Permalink
Merge pull request #254 from torchkge-team/develop
Browse files Browse the repository at this point in the history
Bumpversion before patch release
  • Loading branch information
armand33 authored Mar 31, 2023
2 parents a7fd6d2 + dc564c5 commit 2a303d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ History
-------------------
* Fix bug in TransH implementation

0.17.6 (2023-03-31)
-------------------
* Fix embedding dimension mixup in translation models
* Fix implementation error in some bilinear models
* Fix various docstring typos

0.17.5 (2022-09-18)
-------------------
* Fix bug in TransH implementation

0.17.4 (2022-07-04)
-------------------
* Upgrade dependencies
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.17.5
current_version = 0.17.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
setup_requires=setup_requirements,
tests_require=test_requirements,
test_suite='tests',
version='0.17.5',
version='0.17.6',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion torchkge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Armand Boschin"""
__email__ = 'aboschin@enst.fr'
__version__ = '0.17.5'
__version__ = '0.17.6'

from torchkge.exceptions import NotYetEvaluatedError
from torchkge.utils import MarginLoss, LogisticLoss
Expand Down

0 comments on commit 2a303d5

Please sign in to comment.