Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

58 lines (34 loc) · 2.64 KB

v0.2.1 (Tue Apr 16 2024)

🐛 Bug Fixes

  • [FIX] Address performance issues in SPARQL query #308 (@surchs)
  • [FIX] Disable timeout for request to graph #305 (@alyssadai)

Authors: 2


v0.2.0 (Thu Apr 11 2024)

🎉 This release contains work from a new contributor! 🎉

Thank you, Abdul Samad Siddiqui (@samadpls), for all your work!

Release Notes

[MNT] Release new data model (#300)

We have updated the Neurobagel data model to allow users to specify phenotypic information at the session level (neurobagel/planning#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 (@alyssadai)
  • [ENH] Support queries of session-level phenotypic attributes #264 (@alyssadai)

🚀 Enhancements

  • [ENH] Added root endpoint with welcome message and API docs link #286 (@samadpls)
  • [MNT] Release new data model #300 (@surchs)
  • Delete .github/workflows/add_pr2project.yml #244 (@surchs)

📝 Documentation

  • [DOC] Added warning about quoting in .env file for Docker commands #284 (@samadpls)
  • [DOC] Add sample default SPARQL query to repo #277 (@alyssadai)

🧪 Tests

🔩 Dependency Updates

  • Bumped fastapi, starlette, and typing_extensions #295 (@rmanaem)

Authors: 4