Releases: datajoint/element-array-ephys
Releases · datajoint/element-array-ephys
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
Release 0.2.4
- Update - Requirements with
ipywidgets
andscikit-image
for plotting widget
Release 0.2.3
- Add - extras_require install options for nwb and development requirement sets
- Add - mkdocs notebook rendering
- Add - markdown linting and spellcheck config files, with implementation edits
- Update - license for 2023
- Update - blackify previous updates
Release 0.2.2
- Bugfix - Revert import order in
__init__.py
to avoid circular import error. - Update -
.pre-commit-config.yaml
to disable automatic positioning of import statement at the top. - Bugfix - Update docstrings to render API for documentation website.