-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major changes in the class Parcellation
- Loading branch information
1 parent
8214152
commit 9606cd0
Showing
7 changed files
with
1,169 additions
and
175 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 |
---|---|---|
@@ -1,8 +1,22 @@ | ||
======= | ||
History | ||
======= | ||
.. :changelog: | ||
0.0.3 (2024-03-07) | ||
------------------ | ||
Release History | ||
--------------- | ||
dev | ||
+++ | ||
- [First stable release in PyPI.] | ||
0.1.0 (2024-03-07) | ||
+++++++++++++++++++ | ||
|
||
* First stable release on PyPI. | ||
**Bugfixes and Improvements** | ||
- Correcting problems in the exportation of the color lut files. | ||
- Creating a new method to export the color lut files. | ||
- Correction in the method to export the color lut files as TSV files. | ||
|
||
|
||
0.2.0 (2024-03-10) | ||
+++++++++++++++++++ | ||
**Improvements** | ||
- Development of different methods in the class Parcellation. | ||
- Introduction of some filtering methods. | ||
- Adding a method to add a new parcellation to the parcellation object. |
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
__author__ = """Yasser Alemán-Gómez""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.1.0" | ||
__version__ = "0.2.0" |
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
Oops, something went wrong.