forked from pykeen/pykeen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💯 🧼 Finalize PyKEEN 1.5.0 (pykeen#449)
* Fix entrypoints * Update translational_toy_example.rst * Update moves.py * Bump version: 1.4.1-dev → 1.5.0-dev * Update README * Update README.md * Add funding section * Add details box * Update header * Revert * Add pygments to doctests environment This is used by doctests for nice colored output * Update funding * Update author information in setup * Update README.md * Update setup.cfg * Update README.md * Improve grammar * Update conf.py * Update setup.cfg * Create .mailmap * Update CHANGELOG.rst * Final update Trigger CI * Update MANIFEST.in Trigger CI Co-authored-by: Laurent Vermue <lvermue@users.noreply.github.com> Co-authored-by: Max Berrendorf <berrendorf@dbs.ifi.lmu.de>
- Loading branch information
1 parent
0d396bb
commit df53e4c
Showing
12 changed files
with
84 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Laurent Vermue <lauve@dtu.dk> Laurent Vermue <l.vermue@me.com> | ||
Laurent Vermue <lauve@dtu.dk> Laurent Vermue <lvermue@users.noreply.github.com> | ||
Daniel Domingo-Fernández <danieldomingofernandez@hotmail.com> ddomingof <danieldomingofernandez@hotmail.com> | ||
Daniel Domingo-Fernández <danieldomingofernandez@hotmail.com> daniel.domingo.fernandez <danieldomingofernandez@hotmail.com> | ||
Mehdi Ali <ali-mehdi@live.de> mali <ali-mehdi@live.de> | ||
Mehdi Ali <ali-mehdi@live.de> Mehdi Ali <33023925+mali-git@users.noreply.github.com> | ||
Anna Breit <anna@breit-mail.at> anna <anna@breit-mail.at> | ||
Sahand Sharifzadeh <sahand.sharifzadeh@gmail.com> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
'env', | ||
] | ||
|
||
VERSION = '1.4.1-dev' | ||
VERSION = '1.5.0-dev' | ||
|
||
|
||
@lru_cache(maxsize=2) | ||
|