File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 22
33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
44
5+ ## [ 0.1.0b0] - 2021-05-07
6+ ### Added
7+ + First beta release
8+
9+
510## [ 0.1.0a1] - 2021-05-03
611### Added
712+ Added GitHub Action release process
813+ Added ` session ` schema
914
15+
16+ [ 0.1.0b0 ] : https://github.com/datajoint/element-session/compare/0.1.0a1...0.1.0b0
1017[ 0.1.0a1 ] : https://github.com/datajoint/element-session/releases/tag/0.1.0a1
Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ DataJoint element for session management - U24 effort
1010
1111See [ Background] ( Background.md ) for the background information and development timeline.
1212
13+
14+ ## Installation
15+ ```
16+ pip install element-session
17+ ```
18+
19+ If you already have an older version of *** element-session*** installed using ` pip ` , upgrade with
20+ ```
21+ pip install --upgrade element-session
22+ ```
23+
24+
1325## Element usage
1426
1527+ See the [ workflow-calcium-imaging] ( https://github.com/datajoint/workflow-calcium-imaging )
Original file line number Diff line number Diff line change 11"""Package metadata."""
2- __version__ = '0.1.0a1 '
2+ __version__ = '0.1.0b0 '
You can’t perform that action at this time.
0 commit comments