Releases: datajoint/element-array-ephys
Releases · datajoint/element-array-ephys
0.3.6
0.3.6 (2024-10-01)
Chore
- chore(.github): add new GitHub Action callers for devcontainer, mkdocs, and semantic release (
fc8ac1d
)
Fix
- fix(spikeglx): minor bugfix in reading probe model (
2d57102
)
Unknown
- Merge pull request #205 from MilagrosMarin/chore/update-gha
chore(.github): add new GitHub Action callers (d091ffc
)
- Merge pull request #202 from ttngu207/main
fix(spikeglx): minor bugfix in reading npx probe model of older versions (780352b
)
0.3.5
What's Changed
- fix(probe_geometry): bugfix in x_coords for probe with staggered electrode positions by @ttngu207 in #181
- fix(probe_geometry): bugfix in x_coords for probe with staggered electrode positions by @ttngu207 in #182
- Minor change: remove pypi release from
release.yaml
by @MilagrosMarin in #183 - Add pytest by @JaerongA in #185
- Fix regex patterns and add minimum version for scikit-image by @tabedzki in #198
- fix(probe): better handling of different Neuropixels probe types and SpikeGLX meta loader by @ttngu207 in #199
New Contributors
Full Changelog: 0.3.1...0.3.5
0.3.1
- Update - Flowchart borders for consistency with other DataJoint Elements
- Fix -
dj.config()
setup moved totutorial_pipeline.py
instead of__init__.py
- Update - Elements installed directly from GitHub instead of PyPI
- Update - Structure of the tutorial notebook
0.2.11
- Update - Improve kilosort triggering routine - better logging, remove temporary files, robust resumable processing
- Add - Null value for
package_version
to patch bug - Update - GitHub Actions workflows
- Update - README instructions
Release 0.2.10
- Add - Kilosort, NWB, and DANDI citations
- Fix - CSS to improve readability of tables in dark mode
- Update - mkdocs.yaml
Release 0.2.9
- Fix -
.ipynb
dark mode output for all notebooks.
Release 0.2.8
- Fix -
.ipynb
output in tutorials is not visible in dark mode.
Release 0.2.7
- Bugfix - A name remapping dictionary was added to ensure consistency between the column names of the
metrics.csv
file and the attribute names of theQualityMetrics
table
Release 0.2.6
- Fix - Update Pandas DataFrame column name to insert
pt_ratio
inQualityMetrics.Waveform
table
Release 0.2.5
- Add - docstrings for quality metric tables
- Fix - docstring errors
- Update -
concepts.md
- Update - schema diagrams with quality metrics tables