|
3 | 3 | Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and |
4 | 4 | [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. |
5 | 5 |
|
| 6 | +## [0.1.7] - 2023 05-11 |
| 7 | + |
| 8 | ++ Fix - `.ipynb` dark mode output for all notebooks. |
| 9 | ++ Update - CHANGELOG markdown from "-" to "+" for consistency with other |
| 10 | + Elements. |
| 11 | ++ Fix - Remove `GOOGLE_ANALYTICS_KEY` from `u24_element_release_call.yml`. |
| 12 | + |
6 | 13 | ## [0.1.6] - 2023-04-28 |
7 | 14 |
|
8 | | -- Fix - `.ipynb` output in tutorials is not visible in dark mode. |
| 15 | ++ Fix - `.ipynb` output in tutorials is not visible in dark mode. |
9 | 16 |
|
10 | 17 | ## [0.1.5] - 2023-03-02 |
11 | 18 |
|
12 | | -- Add - `surgery` schema |
13 | | -- Add - mkdocs documentation |
14 | | -- Update - string typing for NWB export of Species |
| 19 | ++ Add - `surgery` schema |
| 20 | ++ Add - mkdocs documentation |
| 21 | ++ Update - string typing for NWB export of Species |
15 | 22 |
|
16 | 23 | ## [0.1.4] - 2022-08-30 |
17 | 24 |
|
18 | | -- Add - "subject_nickname" into Subject table |
19 | | -- Update - rework "SubjectCull" table |
| 25 | ++ Add - "subject_nickname" into Subject table |
| 26 | ++ Update - rework "SubjectCull" table |
20 | 27 |
|
21 | 28 | ## [0.1.3] - 2022-07-06 |
22 | 29 |
|
23 | | -- Update - Diagram links for PyPI README |
| 30 | ++ Update - Diagram links for PyPI README |
24 | 31 |
|
25 | 32 | ## [0.1.2] - 2022-06-27 |
26 | 33 |
|
27 | | -- Add - Code of Conduct |
28 | | -- Update - pull subject from parent directory in nwb export |
29 | | -- Update - for genotyping.BreedingPair part tables, projection from Subject |
30 | | - - genotyping.BreedingPair.Mother, change attribute to 'mother' |
31 | | - - genotyping.BreedingPair.Father, change attribute to 'father' |
| 34 | ++ Add - Code of Conduct |
| 35 | ++ Update - pull subject from parent directory in nwb export |
| 36 | ++ Update - for genotyping.BreedingPair part tables, projection from Subject |
| 37 | + + genotyping.BreedingPair.Mother, change attribute to 'mother' |
| 38 | + + genotyping.BreedingPair.Father, change attribute to 'father' |
32 | 39 |
|
33 | 40 | ## [0.1.1] - 2022-05-10 |
34 | 41 |
|
35 | | -- Add - NWB export |
36 | | -- Update - Shorten subject primary key to varchar(8) |
37 | | -- Add - Adopt black formatting into code base |
| 42 | ++ Add - NWB export |
| 43 | ++ Update - Shorten subject primary key to varchar(8) |
| 44 | ++ Add - Adopt black formatting into code base |
38 | 45 |
|
39 | 46 | ## [0.1.0b0] - 2021-05-07 |
40 | 47 |
|
41 | | -- Update - First beta release |
| 48 | ++ Update - First beta release |
42 | 49 |
|
43 | 50 | ## [0.1.0a1] - 2021-05-03 |
44 | 51 |
|
45 | | -- Add - GitHub Action release process |
46 | | -- Add - `subject` schema |
47 | | -- Add - `genotyping` schema |
| 52 | ++ Add - GitHub Action release process |
| 53 | ++ Add - `subject` schema |
| 54 | ++ Add - `genotyping` schema |
48 | 55 |
|
| 56 | +[0.1.7]: https://github.com/datajoint/element-animal/releases/tag/0.1.7 |
49 | 57 | [0.1.6]: https://github.com/datajoint/element-animal/releases/tag/0.1.6 |
50 | 58 | [0.1.5]: https://github.com/datajoint/element-animal/releases/tag/0.1.5 |
51 | 59 | [0.1.4]: https://github.com/datajoint/element-animal/releases/tag/0.1.4 |
|
0 commit comments