Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Jul 21, 2024
1 parent ee9e43b commit dd0db63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ After ensuring they have been installed, type the following to install `graphflo

# News

* 07/21/2023: `graphflow` 0.6.1 released.
* 10/10/2023: `graphflow` 0.6.0 released.
* 08/18/2023: `graphflow` 0.5.1 released.
* 06/20/2023: `graphflow` 0.5.0 released.
Expand Down
7 changes: 7 additions & 0 deletions doc/source/news.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
News
====

* 07/21/2023: `graphflow` 0.6.1 released.
* 10/10/2023: `graphflow` 0.6.0 released.
* 08/18/2023: `graphflow` 0.5.1 released.
* 06/20/2023: `graphflow` 0.5.0 released.
Expand All @@ -23,6 +24,12 @@ News
What's New
----------

Release 0.6.1 (July 21, 2023)
-----------------------------

* Updated `np.float_` to `np.float64`.
* Unit tests updated.

Release 0.6.0 (December 10, 2023)
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def install_requirements():


setup(name='graphflow',
version="0.6.1a1",
version="0.6.1",
description="Algorithms for Graph Flow Analysis",
long_description="Numerical routines for analyzing data represented by graphs",
classifiers=[
Expand Down

0 comments on commit dd0db63

Please sign in to comment.