Recent Releases of ap-features
ap-features - v2024.0.0
What's Changed
- Add python3.12 to CI by @finsberg in https://github.com/ComputationalPhysiology/ap_features/pull/97
- Add dependabot by @finsberg in https://github.com/ComputationalPhysiology/ap_features/pull/115
Full Changelog: https://github.com/ComputationalPhysiology/ap_features/compare/v2023.7.3...v2024.0.0
- Python
Published by finsberg over 1 year ago
ap-features - v2023.7.4
Full Changelog: https://github.com/ComputationalPhysiology/ap_features/compare/v2023.7.3...v2023.7.4
- Python
Published by finsberg over 1 year ago
ap-features - v2023.4.0
What's Changed
- Delete C - code
- Rename arguments in
apd_up_xyfromfactor_xandfactor_ytolowandhighrespectively - All functions in the
featuresmodule that takes a factor now prefer the value as an integer. E.g you should rather todecay_time(a=80)rather thandecay_time(a=0.8), even though the latter also works.
- Python
Published by finsberg over 2 years ago
ap-features - v2023.2.0
What's Changed
- Remove C-extension and add type signatures to numba functions @finsberg in https://github.com/ComputationalPhysiology/ap_features/pull/77
- Update README
- Move some test functions into new
testingmodule.
Full Changelog: https://github.com/ComputationalPhysiology/ap_features/compare/v2023.1.3...v2023.2.0
- Python
Published by finsberg almost 3 years ago