-
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.
- Loading branch information
1 parent
757c595
commit b95c4a1
Showing
2 changed files
with
11 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## [0.1.0] - 2024-11-14 | ||
### Added | ||
* First release of FF-PIV | ||
|
||
### Changed | ||
### Deprecated | ||
### Removed | ||
### Fixed | ||
### Security |
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,6 +1,6 @@ | ||
"""ffpiv: Fast and flexible Particle Image Velocimetry analysis powered by numba.""" | ||
"""FF-PIV: Fast and Flexible Particle Image Velocimetry analysis powered by numba.""" | ||
|
||
__version__ = "0.1.0.dev" | ||
__version__ = "0.1.0" | ||
|
||
from . import pnb, pnp, sample_data, window | ||
from .api import * |