From e2c5963ed689eb66bb0c3c63a34f25a7b2d3fa84 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Sat, 6 Apr 2024 12:33:41 +0200 Subject: [PATCH] Prepare 1.9.1 release --- docs/whatisnew.rst | 44 ++++++++++++++++++++++++++++++++++++++------ pyproject.toml | 2 +- 2 files changed, 39 insertions(+), 7 deletions(-) diff --git a/docs/whatisnew.rst b/docs/whatisnew.rst index e18f015..84fc53b 100644 --- a/docs/whatisnew.rst +++ b/docs/whatisnew.rst @@ -5,11 +5,35 @@ Release notes ============= +Version 1.9.1 +============= + +6th April 2024 + +Bug fixes +--------- + +- Fix n_burst_spikes param (when missing from default dict) (#156) +- Fix jitter generation in drifting (#153) + +Improvements +------------ + +- Load templates as memmap rather than in memory (#167) +- Little clean of padding templates (#165) +- Do not remove resampled templates if not resampled enhancement (#163) +- Fix numpy deprecations (#162) +- Improve documentation (#159) + + Version 1.9.0 ============= +23rd May 2023 + -### Bug fixes +Bug fixes +--------- - Propagate filter order and add filter mode (#145) - Fix resampling timing (#141) @@ -18,7 +42,9 @@ Version 1.9.0 - Fix passing template_ids (#120) -### New features +New features +------------ + - Add option to control the drift linear gradient (#129) - Define external drifts (#128) @@ -26,11 +52,13 @@ Version 1.9.0 - Add extract_units_drift_vector (#122) -### Improvements +Improvements +------------ - Convolution computed in float for more precision (#118) -### Packaging +Packaging +--------- - Packaging: move to pyproject.toml, src structure, and black (#146) @@ -38,13 +66,17 @@ Version 1.9.0 Version 1.8.0 ============= -### New features +18th July 2022 + +New features +------------ - Refactored drift generation (#97) - Add LSB, ADC_BIT_DEPTH, and GAIN concepts (#104, #105) - Add smoothing step to templates to make sure they sart and end at 0 (#110) -### Improvements +Improvements +------------ - Pre-generate random positions at template generation to improve speed (#95) - Improve random seed management (#94) diff --git a/pyproject.toml b/pyproject.toml index a47be58..8c29004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MEArec" -version = "1.9.0" +version = "1.9.1" authors = [ { name="Alessio Buccino", email="alessiop.buccino@gmail.com" }, ]