Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratiy committed Jan 6, 2021
2 parents 79bd4af + 75a3ea7 commit 94087e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
## Unreleased

### Added
- `@lru_cache(maxsize=None)` decorator to `EphysNWBData._get_series()` to improve performance by using caching.

### Changed
- `EphysNWBData.get_sweep_data()` now uses cached values from `EphysNWBData._get_series()`
- Made error checking for `EphysNWBData._get_series()` more robust.

## [1.0.2] = 2021-01-06

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

Bug fixes:
- Fix segment length rounding error in the DAT file converter

## [1.0.0] = 2020-06-30

Expand Down
2 changes: 1 addition & 1 deletion ipfx/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pandas>=0.25.1,<=0.25.3
pg8000
pillow
pyabf<2.3.0
pynwb>=1.3.1,<2.0.0
pynwb>=1.3.2,<2.0.0
pyYAML<6.0.0
scipy>=0.15.1
simplejson>=3.10.0
Expand Down

0 comments on commit 94087e7

Please sign in to comment.