Skip to content

Commit

Permalink
Merge pull request #27 from ttngu207/main
Browse files Browse the repository at this point in the history
beta 0 release
  • Loading branch information
shenshan authored May 7, 2021
2 parents 7cd92ee + 69a5424 commit 7c67f65
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.


## [0.1.0b0] - 2021-05-07
### Added
+ First beta release


## [0.1.0a5] - 2021-05-05
### Added
+ Added GitHub Action release process
+ `probe` and `ephys` elements
+ Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS


[0.1.0b0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a5...0.1.0b0
[0.1.0a5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a5
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ This ephys element features automatic ingestion for spike sorting results from t
+ ***CuratedClustering.Unit*** - Identified unit(s) from one ***Curation***, and the associated properties (e.g. cluster quality, spike times, spike depths, etc.)
+ ***WaveformSet*** - A set of spike waveforms for units from a given CuratedClustering

## Installation
```
pip install element-array-ephys
```

If you already have an older version of ***element-array-ephys*** installed using `pip`, upgrade with
```
pip install --upgrade element-array-ephys
```

## Usage

Expand Down
2 changes: 1 addition & 1 deletion element_array_ephys/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = '0.1.0a5'
__version__ = '0.1.0b0'

0 comments on commit 7c67f65

Please sign in to comment.