Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Versions follow [Semantic Versioning](https://semver.org) (`<major>.<minor>.<pat

## Unreleased

## [0.9.1] - 2026-08-18

### Added

- `-n`/`--nuisance-regressors` option to `process regression` for appending external nuisance regressors (e.g. behavioural motion energy) from an NPZ or HDF5 file, interpolated onto the recording's own timestamps and z-scored before being added to the regressor matrix; may be passed multiple times ([#113](https://github.com/DuguidLab/mesoscopy/pull/113)).

## [0.9.0] - 2026-08-13

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mesoscopy"
version = "0.9.0"
version = "0.9.1"
description = "Analysis pipeline for rodent widefield calcium imaging data."
readme = "README.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading