From 1f89c22bc37e462261c845cf975c90707681f3c7 Mon Sep 17 00:00:00 2001 From: Chef Bot Date: Thu, 11 Apr 2024 19:37:49 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..581e56a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,44 @@ +# v0.2.0 (Thu Apr 11 2024) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Abdul Samad Siddiqui ([@samadpls](https://github.com/samadpls)), for all your work! + +### Release Notes + +#### [MNT] Release new data model ([#300](https://github.com/neurobagel/api/pull/300)) + +We have updated the Neurobagel data model to allow users to specify phenotypic information at the session level (https://github.com/neurobagel/planning/issues/83). This release updates the node API so it can understand the new graph data. + +--- + +#### ๐Ÿ’ฅ Breaking Changes + +- [REF] Make session count names clearer in query response [#282](https://github.com/neurobagel/api/pull/282) ([@alyssadai](https://github.com/alyssadai)) +- [ENH] Support queries of session-level phenotypic attributes [#264](https://github.com/neurobagel/api/pull/264) ([@alyssadai](https://github.com/alyssadai)) + +#### ๐Ÿš€ Enhancements + +- [ENH] Added root endpoint with welcome message and API docs link [#286](https://github.com/neurobagel/api/pull/286) ([@samadpls](https://github.com/samadpls)) +- [MNT] Release new data model [#300](https://github.com/neurobagel/api/pull/300) ([@surchs](https://github.com/surchs)) +- Delete .github/workflows/add_pr2project.yml [#244](https://github.com/neurobagel/api/pull/244) ([@surchs](https://github.com/surchs)) + +#### ๐Ÿ“ Documentation + +- [DOC] Added warning about quoting in `.env` file for Docker commands [#284](https://github.com/neurobagel/api/pull/284) ([@samadpls](https://github.com/samadpls)) +- [DOC] Add sample default SPARQL query to repo [#277](https://github.com/neurobagel/api/pull/277) ([@alyssadai](https://github.com/alyssadai)) + +#### ๐Ÿงช Tests + +- [TST] Refactor tests [#269](https://github.com/neurobagel/api/pull/269) ([@alyssadai](https://github.com/alyssadai)) + +#### ๐Ÿ”ฉ Dependency Updates + +- Bumped fastapi, starlette, and typing_extensions [#295](https://github.com/neurobagel/api/pull/295) ([@rmanaem](https://github.com/rmanaem)) + +#### Authors: 4 + +- Abdul Samad Siddiqui ([@samadpls](https://github.com/samadpls)) +- Alyssa Dai ([@alyssadai](https://github.com/alyssadai)) +- Arman Jahanpour ([@rmanaem](https://github.com/rmanaem)) +- Sebastian Urchs ([@surchs](https://github.com/surchs))