Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Dec 11, 2023
1 parent 6127791 commit 53cc08b
Show file tree
Hide file tree
Showing 3 changed files with 8 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

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

* 10/10/2023: `graphflow` 0.6.0 released.
* 08/18/2023: `graphflow` 0.5.1 released.
* 06/20/2023: `graphflow` 0.5.0 released.
* 10/29/2022: `graphflow` 0.4.5 released.
Expand All @@ -22,6 +23,11 @@ News
What's New
----------

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

* Use of package `sparse` for sparce matrices instead of `scipy.sparse`.

Release 0.5.1 (August 20, 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.0a1",
version="0.6.0",
description="Algorithms for Graph Flow Analysis",
long_description="Numerical routines for analyzing data represented by graphs",
classifiers=[
Expand Down

0 comments on commit 53cc08b

Please sign in to comment.