Skip to content

Commit

Permalink
Prepare 1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Apr 6, 2024
1 parent 57483d7 commit e2c5963
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 7 deletions.
44 changes: 38 additions & 6 deletions docs/whatisnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -18,33 +42,41 @@ 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)
- Add check_eap_shape parameter for template-generation (#126)
- 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)


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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "MEArec"
version = "1.9.0"
version = "1.9.1"
authors = [
{ name="Alessio Buccino", email="[email protected]" },
]
Expand Down

0 comments on commit e2c5963

Please sign in to comment.