Skip to content

Releases: datajoint/element-array-ephys

0.2.11

30 Jun 15:24
e4dd98a
Compare
Choose a tag to compare
  • 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

26 May 19:40
47dea95
Compare
Choose a tag to compare
  • Add - Kilosort, NWB, and DANDI citations
  • Fix - CSS to improve readability of tables in dark mode
  • Update - mkdocs.yaml

Release 0.2.9

11 May 22:26
Compare
Choose a tag to compare
  • Fix - .ipynb dark mode output for all notebooks.

Release 0.2.8

28 Apr 22:38
Compare
Choose a tag to compare
  • Fix - .ipynb output in tutorials is not visible in dark mode.

Release 0.2.7

20 Apr 14:15
Compare
Choose a tag to compare
  • Bugfix - A name remapping dictionary was added to ensure consistency between the column names of the metrics.csv file and the attribute names of the QualityMetrics table

Release 0.2.6

18 Apr 16:04
5abecc3
Compare
Choose a tag to compare
  • Fix - Update Pandas DataFrame column name to insert pt_ratio in QualityMetrics.Waveform table

Release 0.2.5

13 Apr 19:29
Compare
Choose a tag to compare
  • Add - docstrings for quality metric tables
  • Fix - docstring errors
  • Update - concepts.md
  • Update - schema diagrams with quality metrics tables

Release 0.2.4

10 Mar 19:27
2fa46bd
Compare
Choose a tag to compare
  • Update - Requirements with ipywidgets and scikit-image for plotting widget

Release 0.2.3

15 Feb 14:55
e39f9d3
Compare
Choose a tag to compare
  • 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

11 Jan 21:19
eababbc
Compare
Choose a tag to compare
  • 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.