Skip to content

Commit

Permalink
post version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Mar 3, 2025
1 parent 23ae503 commit fe9badc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
exclude: ^docs/

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
rev: v0.9.9
hooks:
- id: ruff
args: [ --fix ]
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.7.1 (Upcoming)

## Deprecations and Changes

## Bug Fixes

## Features

## Improvements


# v0.7.0 (March 03, 2025)

## Deprecations and Changes
Expand All @@ -8,7 +19,7 @@

## Bug Fixes
* `run_conversion` does not longer trigger append mode when `nwbfile_path` points to a faulty file [PR #1180](https://github.com/catalystneuro/neuroconv/pull/1180)
* `DatasetIOConfiguration` now recommends `chunk_shape = (len(candidate_dataset),)` for datasets with compound dtypes as used by hdmf >= 3.14.6.[PR #1146](https://github.com/catalystneuro/neuroconv/pull/1146)
* `DatasetIOConfiguration` now recommends `chunk_shape = (len(candidate_dataset),)` for datasets with compound dtypes as used by hdmf >= 3.14.6. [PR #1146](https://github.com/catalystneuro/neuroconv/pull/1146)
* `OpenEphysBinaryRecordingInterface` no longer stores analog data as an `ElectricalSeries` [PR #1179](https://github.com/catalystneuro/neuroconv/pull/1179)

## Features
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 = "setuptools.build_meta"

[project]
name = "neuroconv"
version = "0.7.0"
version = "0.7.1"
description = "Convert data from proprietary formats to NWB format."
readme = "README.md"
authors = [
Expand Down

0 comments on commit fe9badc

Please sign in to comment.