We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0939d1 commit db99d0dCopy full SHA for db99d0d
CHANGELOG.md
@@ -3,6 +3,11 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
6
+## [0.4.5] - 2025-09-17
7
+
8
++ Fix - Rename `env.yml` to `conda_env.yml` for consistency with other projects
9
++ Update - Passing tests by blackifying previous updates
10
11
## [0.4.4] - 2025-06-06
12
13
+ Update - Update params in test/tutorial
element_array_ephys/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
2
-__version__ = "0.4.4"
+__version__ = "0.4.5"
0 commit comments