-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5b78b6
commit cd2f298
Showing
2 changed files
with
6 additions
and
2 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,3 +1,7 @@ | ||
= 0.12 release (2024-01-18) | ||
|
||
* Serial backend with progress bar | ||
|
||
= 0.11 release (2022-05-09) | ||
|
||
* New dask backend | ||
|
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
import os | ||
|
||
__author__ = "Felipe Aguirre Martinez" | ||
__copyright__ = "Copyright 2015-2022 Phimeca" | ||
__version__ = "0.11" | ||
__copyright__ = "Copyright 2015-2024 Phimeca" | ||
__version__ = "0.12" | ||
__email__ = "[email protected]" | ||
|
||
base_dir = os.path.dirname(__file__) | ||
|