From 0d1748b48fd5a30892901a1db11143690e8d473a Mon Sep 17 00:00:00 2001 From: Sergey Gratiy Date: Tue, 5 Jan 2021 16:57:41 -0800 Subject: [PATCH] GH-484 Update release notes/version --- CHANGELOG.md | 13 ++++++++++--- ipfx/version.txt | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639b03e9..2a570b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ipfx/version.txt b/ipfx/version.txt index 7dea76ed..6d7de6e6 100644 --- a/ipfx/version.txt +++ b/ipfx/version.txt @@ -1 +1 @@ -1.0.1 +1.0.2