Skip to content

Commit

Permalink
Release v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 17, 2024
1 parent 4dad0ef commit 5d15477
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upcoming

## v0.6.4
# v0.6.4 (September 17, 2024)

## Bug Fixes
* Fixed a setup bug introduced in `v0.6.2` where installation process created a directory instead of a file for test configuration file [PR #1070](https://github.com/catalystneuro/neuroconv/pull/1070)
Expand All @@ -26,10 +26,10 @@



## v0.6.3
# v0.6.3


## v0.6.2 (September 10, 2024)
# v0.6.2 (September 10, 2024)

### Bug Fixes
* Fixed a bug where `IntanRecordingInterface` added two devices [PR #1059](https://github.com/catalystneuro/neuroconv/pull/1059)
Expand All @@ -55,14 +55,14 @@



## v0.6.1 (August 30, 2024)
# v0.6.1 (August 30, 2024)

### Bug fixes
* Fixed the JSON schema inference warning on excluded fields; also improved error message reporting of which method triggered the error. [PR #1037](https://github.com/catalystneuro/neuroconv/pull/1037)



## v0.6.0 (August 27, 2024)
# v0.6.0 (August 27, 2024)

### Deprecations
* Deprecated `WaveformExtractor` usage. [PR #821](https://github.com/catalystneuro/neuroconv/pull/821)
Expand Down
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ authors = [
{ name = "Luiz Tauffer" },
{ name = "Ben Dichter", email = "[email protected]" },
]
urls = { "Homepage" = "https://github.com/catalystneuro/neuroconv" }


license = { file = "license.txt" }
keywords = ["nwb"]
keywords = ["nwb", "NeurodataWithoutBorders"]
classifiers = [
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3.9",
Expand Down Expand Up @@ -53,6 +54,12 @@ dependencies = [
]


[project.urls]
"Homepage" = "https://github.com/catalystneuro/neuroconv"
"Documentation" = "https://neuroconv.readthedocs.io/en/latest/"
"Changelog" = "https://github.com/catalystneuro/neuroconv/blob/main/CHANGELOG.md"


[project.optional-dependencies]
test = [
"pytest",
Expand Down

0 comments on commit 5d15477

Please sign in to comment.