|
2 | 2 |
|
3 | 3 | Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. |
4 | 4 |
|
| 5 | +## [0.2.0] - 2023-04-04 |
| 6 | + |
| 7 | ++ Update - `event.Event::event_start_time` datatype to decimal(10, 4) |
| 8 | + |
5 | 9 | ## [0.1.3] - 2022-11-02 |
6 | 10 |
|
7 | | -+ Added - mkdocs deployment |
| 11 | ++ Add - mkdocs deployment |
8 | 12 |
|
9 | 13 | ## [0.1.2] - 2022-08-26 |
10 | 14 |
|
11 | | -+ Added - `attribute_blob` as `longblob` in the Attribute tables |
12 | | -+ Added - support storing non-string data types |
| 15 | ++ Add - `attribute_blob` as `longblob` in the Attribute tables |
| 16 | ++ Add - support storing non-string data types |
13 | 17 |
|
14 | 18 | ## [0.1.1] - 2022-06-10 |
15 | 19 |
|
16 | | -+ Added - NotImplementedError where Imported tables do not offer make function |
17 | | -+ Added - get_trialized_alignment_event_times docstring specificity |
18 | | -+ Changed - Diagram to reflect design with trial.BlockTrial as imported |
| 20 | ++ Add - NotImplementedError where Imported tables do not offer make function |
| 21 | ++ Add - get_trialized_alignment_event_times docstring specificity |
| 22 | ++ Update - Diagram to reflect design with trial.BlockTrial as imported |
19 | 23 |
|
20 | 24 | ## [0.1.0] - 2022-05-10 |
21 | 25 |
|
22 | | -+ Added - Draft based on [Cajal](https://github.com/cajal/pipeline) and [Kavli Institute](https://github.com/kavli-ntnu/dj-docs) precursor projects |
23 | | -+ Added - Table architecture |
24 | | -+ Added - AlignmentEvent design to capture windows relative to an event |
25 | | -+ Added - Black formatting into code base |
| 26 | ++ Add - Draft based on [Cajal](https://github.com/cajal/pipeline) and [Kavli Institute](https://github.com/kavli-ntnu/dj-docs) precursor projects |
| 27 | ++ Add - Table architecture |
| 28 | ++ Add - AlignmentEvent design to capture windows relative to an event |
| 29 | ++ Add - Black formatting into code base |
26 | 30 |
|
| 31 | +[0.2.0]: https://github.com/datajoint/element-event/releases/tag/0.2.0 |
27 | 32 | [0.1.3]: https://github.com/datajoint/element-event/releases/tag/0.1.3 |
28 | 33 | [0.1.2]: https://github.com/datajoint/element-event/releases/tag/0.1.2 |
29 | 34 | [0.1.1]: https://github.com/datajoint/element-event/releases/tag/0.1.1 |
|
0 commit comments