Skip to content

Commit

Permalink
Prepare release 2.6
Browse files Browse the repository at this point in the history
Remove typing as direct dependency of tvb-library
  • Loading branch information
liadomide committed Jun 8, 2022
1 parent 3676798 commit 83ae193
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tvb_contrib/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import shutil
import setuptools

CONTRIB_VERSION = "2.5"
CONTRIB_VERSION = "2.6"
CONTRIB_DEPENDENCIES = ["tvb-library", "xarray", "scikit-learn"]
TEAM = "Stuart Knock, Dionysios Perdikis, Paula Sanz Leon, Bogdan Valean, Marmaduke Woodman"

Expand Down
10 changes: 10 additions & 0 deletions tvb_documentation/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
======================================================================================================================================
The Virtual Brain (TVB)
Version: 2.6 - build 17216
Release Date: 8 June 2022
Description: release on Pypi
======================================================================================================================================
* Bug fixes
* simulator.plots updated
* rename scientific_library into tvb_library and framework_tvb into tvb_framework

======================================================================================================================================
The Virtual Brain (TVB)
Version: 2.5 - build 17095
Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import shutil
import setuptools

VERSION = "2.5"
VERSION = "2.6"

TVB_TEAM = "Mihai Andrei, Lia Domide, Stuart Knock, Bogdan Neacsa, Paula Prodan, Paula Sansz Leon, Marmaduke Woodman"

Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/setup_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

manifest_maker.template = 'MANIFEST_rest_client.in'

VERSION = "2.5"
VERSION = "2.6"

TVB_TEAM = "Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze"

Expand Down
4 changes: 2 additions & 2 deletions tvb_library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
import shutil
import setuptools

LIBRARY_VERSION = "2.5"
LIBRARY_VERSION = "2.6"

LIBRARY_TEAM = "Marmaduke Woodman, Stuart Knock, Paula Sanz Leon, Viktor Jirsa"

LIBRARY_REQUIRED_PACKAGES = ["mako>=1.1.4", "matplotlib", "networkx", "numba", "numexpr", "numpy",
"requests", "autopep8", "scipy", "six", "typing", "pylems", "lxml"]
"requests", "autopep8", "scipy", "six", "pylems", "lxml"]

LIBRARY_REQUIRED_EXTRA = ["h5py", "pytest", "pytest-benchmark", "pytest-xdist", "tvb-gdist", "tvb-data"]

Expand Down
2 changes: 1 addition & 1 deletion tvb_library/tvb/basic/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VersionSettings(object):
SVN_GIT_MIGRATION_REVISION = 10000

# Current release number
BASE_VERSION = "2.5"
BASE_VERSION = "2.6"

# Current DB version. Create a new migration script from command line and copy its gid here
DB_STRUCTURE_VERSION = '32d4bf9f8cab'
Expand Down
2 changes: 1 addition & 1 deletion tvb_storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import shutil
import setuptools

STORAGE_VERSION = "2.5"
STORAGE_VERSION = "2.6"

STORAGE_TEAM = "Lia Domide, Paula Prodan, Bogdan Valean, Robert Vincze"

Expand Down

0 comments on commit 83ae193

Please sign in to comment.