Skip to content

Releases: datajoint/element-array-ephys

0.3.6

01 Oct 13:45
Compare
Choose a tag to compare

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

19 Sep 18:23
71d9a42
Compare
Choose a tag to compare

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

05 Jan 19:01
6184b2f
Compare
Choose a tag to compare
  • Update - Flowchart borders for consistency with other DataJoint Elements
  • Fix - dj.config() setup moved to tutorial_pipeline.py instead of __init__.py
  • Update - Elements installed directly from GitHub instead of PyPI
  • Update - Structure of the tutorial notebook

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