Skip to content

Commit

Permalink
TVB-3008 Update release notes for release 2.5. Add missed dependency …
Browse files Browse the repository at this point in the history
…for tvb-storage tests
  • Loading branch information
liadomide committed May 16, 2022
1 parent 5182e21 commit da0e65a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions tvb_documentation/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
======================================================================================================================================
The Virtual Brain (TVB)
Version: 2.5 - build xxxx
Release Date: x xxx xxx
Description:
Version: 2.5 - build 17095
Release Date: 15 May 2022
Description: release on Pypi
======================================================================================================================================
* Add GUI prototype for preprocessing pipeline
* Add support for a web context path (different than ROOT)
Expand All @@ -11,6 +11,7 @@
* Allen Creator transpose resulting matrices (part of structural conn) at the end
* Bug fixes (e.g. Equation strings, Tutorials regarding default cortex)
* Add new checkboxes for NII importer to support non-zero-based arrays
* Few new methods added on HasTraits subclasses (conn, surface, etc)

======================================================================================================================================
The Virtual Brain (TVB)
Expand Down
2 changes: 1 addition & 1 deletion tvb_storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
include_package_data=True,
install_requires=STORAGE_REQUIRED_PACKAGES,
extras_require={
'test': ["pytest"],
'test': ["pytest", "decorator"],
'encrypt': ["syncrypto"]},
description='A package which handles the storage of TVB data',
long_description="",
Expand Down

0 comments on commit da0e65a

Please sign in to comment.