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_versionto 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 -
.ipynbdark mode output for all notebooks.
Release 0.2.8
- Fix -
.ipynboutput 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.csvfile and the attribute names of theQualityMetricstable
Release 0.2.6
- Fix - Update Pandas DataFrame column name to insert
pt_ratioinQualityMetrics.Waveformtable
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
ipywidgetsandscikit-imagefor 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__.pyto avoid circular import error. - Update -
.pre-commit-config.yamlto disable automatic positioning of import statement at the top. - Bugfix - Update docstrings to render API for documentation website.