-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare v0.4.4 (#62) * Bump version to 0.4.4, update code authors, and write release notes * Replace deprecated np.bool and np.float with bool and float builtins * Use np.floating instead of np.float_ to cover other floats than 64-bit * [CI] Remove unnecessary pip install wheel Co-authored-by: flomlo <[email protected]>
- Loading branch information
Showing
8 changed files
with
54 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
Guillaume Tauzin, [email protected] | ||
Julian Burella Pérez, [email protected] | ||
Umberto Lupo, [email protected] | ||
Florian Unger, [email protected] |
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 |
---|---|---|
|
@@ -17,4 +17,4 @@ | |
# 'X.Y.dev0' is the canonical version of 'X.Y.dev' | ||
# | ||
|
||
__version__ = '0.4.3' | ||
__version__ = '0.4.4' |
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
MAINTAINER_EMAIL = '[email protected]' | ||
URL = 'https://github.com/giotto-ai/pyflagser' | ||
LICENSE = 'GNU AGPLv3' | ||
DOWNLOAD_URL = 'https://github.com/giotto-ai/pyflagser/tarball/v0.4.3' | ||
DOWNLOAD_URL = 'https://github.com/giotto-ai/pyflagser/tarball/v0.4.4' | ||
VERSION = __version__ # noqa | ||
CLASSIFIERS = ['Intended Audience :: Science/Research', | ||
'Intended Audience :: Developers', | ||
|