Skip to content

Commit 69a5424

Browse files
author
Thinh Nguyen
committed
beta 0 release
1 parent 99ab2fa commit 69a5424

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
44

55

6+
## [0.1.0b0] - 2021-05-07
7+
### Added
8+
+ First beta release
9+
10+
611
## [0.1.0a5] - 2021-05-05
712
### Added
813
+ Added GitHub Action release process
914
+ `probe` and `ephys` elements
1015
+ Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
1116
+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
1217

18+
19+
[0.1.0b0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a5...0.1.0b0
1320
[0.1.0a5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a5

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ This ephys element features automatic ingestion for spike sorting results from t
4444
+ ***CuratedClustering.Unit*** - Identified unit(s) from one ***Curation***, and the associated properties (e.g. cluster quality, spike times, spike depths, etc.)
4545
+ ***WaveformSet*** - A set of spike waveforms for units from a given CuratedClustering
4646

47+
## Installation
48+
```
49+
pip install element-array-ephys
50+
```
51+
52+
If you already have an older version of ***element-array-ephys*** installed using `pip`, upgrade with
53+
```
54+
pip install --upgrade element-array-ephys
55+
```
4756

4857
## Usage
4958

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = '0.1.0a5'
2+
__version__ = '0.1.0b0'

0 commit comments

Comments
 (0)