Releases: AllenInstitute/ipfx
Releases · AllenInstitute/ipfx
v2.0.0
What's Changed
- Python 3.9/3.11 support, dropping Python 3.6 support, and moving to GitHub Actions by @sheriferson in #559
- 2.0.0 release by @sheriferson in #563
New Contributors
- @sheriferson made their first contribution in #559
Full Changelog: v1.0.8...v2.0.0
Release 1.0.7
Merge pull request #552 from AllenInstitute/release-1.0.7 Release 1.0.7
Release 1.0.5
Bug fixes:
- Converts nwb_version attribute to string if it is in utf-8 encoded bytes.
Release 1.0.4
Changed:
- selects recording rather than sweep epoch by default
- restructures epoch detection to use recording epoch for stim epoch detection
- Use NaNs instead of truncating
Bug fixes:
- Round the duration calculation in
run_feature_vector_extraction
so that
vectors of the same length are produced even when floating point approximations
of times are different.
Release 1.0.3
Changed:
- Fixes memory leak in LRU cache
- Adds new tag and error handling for sweeps with NaN's in stimulus
Release 1.0.2
Changed:
- Add features_state information to the pipeline output json
- Improve performance of loading sweeps from NWB2 files by using LRU cache
- More robust error checking when loading time_series
Release 1.0.1
Updates docker image to decouple from AllenSDK with dedicated ipfx docker build