Skip to content

Commit

Permalink
[TDN] modified CHANGELOG.md and pyproject.toml for v.1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommaso_Di_Noto committed Jan 9, 2024
1 parent 7bf9d0f commit c319491
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog
____________
## v1.0.10 (Jan 09, 2023)
### Fix
- Modified `extract_unique_elements` in `utils_lists.py` to cope with list of lists
### Feature
- Added `extract_filename_from_nifti_path` in `utils_nifti_dicom.py`
____________
## v1.0.9 (Nov 22, 2023)
### Fix
- Modified floating point precision in `numeric.py`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "python3_utils_tdinoto"
version = "1.0.9"
version = "1.0.10"
description = "Useful wrapper functions for the most common python data types, and for nifti/dicom arrays."
readme = "README.md"
authors = [{ name = "Tommaso Di Noto", email = "[email protected]" }]
Expand Down

0 comments on commit c319491

Please sign in to comment.