Skip to content

Commit 749b083

Browse files
authored
Merge pull request #29 from kabilar/main
Update diagram links for PyPI readme
2 parents 7493f9d + 71ab9fb commit 749b083

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

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

5+
## [0.1.3] - 2022-06-27
6+
7+
+ Update - Diagram links for PyPI README
8+
59
## [0.1.2] - 2022-06-27
610

711
+ Add - Code of Conduct
812
+ Update - pull subject from parent directory in nwb export
913
+ Update - for genotyping.BreedingPair part tables, projection from Subject
10-
* genotyping.BreedingPair.Mother, change attribute to 'mother'
11-
* genotyping.BreedingPair.Father, change attribute to 'father'
12-
14+
+ genotyping.BreedingPair.Mother, change attribute to 'mother'
15+
+ genotyping.BreedingPair.Father, change attribute to 'father'
16+
1317
## [0.1.1] - 2022-05-10
1418

1519
+ Add - NWB export
@@ -26,6 +30,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2630
+ Add - `subject` schema
2731
+ Add - `genotyping` schema
2832

33+
[0.1.3]: https://github.com/datajoint/element-animal/releases/tag/0.1.3
2934
[0.1.2]: https://github.com/datajoint/element-animal/releases/tag/0.1.2
3035
[0.1.1]: https://github.com/datajoint/element-animal/releases/tag/0.1.1
3136
[0.1.0b0]: https://github.com/datajoint/element-animal/releases/tag/0.1.0b0

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ There are two modules in `element-animal`:
1717
+ genotyping: this module is designed for labs that keep track of colony management and genotyping results, containing information of breeding, weaning, housing, and genotyping.
1818

1919
### Subject Diagram
20-
![subject diagram](images/subject_diagram.svg)
20+
21+
![](https://raw.githubusercontent.com/datajoint/element-animal/main/images/subject_diagram.svg)
2122

2223
### Genotyping Diagram
23-
![genotyping diagram](images/genotyping_diagram.svg)
24+
25+
![](https://raw.githubusercontent.com/datajoint/element-animal/main/images/genotyping_diagram.svg)
2426

2527
## Installation
2628
```

element_animal/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.2"
2+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)