-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add future annotations and update version to 1.4.4 (#124)
* docs(deps): complete docs * feat: update version to 1.4.4 and add future annotations - Updated package version in __init__.py - Added future annotations import in tools.py and cmd.py - Refactored calculation method signature in batch.py - Added new dependencies in pyproject.toml and updated poetry.lock * feat: add future annotations for improved type hinting * refactor: adjust TypeAlias definition for Float64Array
- Loading branch information
Showing
10 changed files
with
452 additions
and
418 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,2 +1,5 @@ | ||
"""tanabesugano: A Python package for Tanabe-Sugano diagrams.""" | ||
__version__ = "1.4.3" | ||
from __future__ import annotations | ||
|
||
|
||
__version__ = "1.4.4" |
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.