From c54d3c0a09d2ce23d32536e893b6513001c9aea6 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Tue, 9 Apr 2024 11:10:47 +0100 Subject: [PATCH] update changelog --- changelog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 13d1c83..3ffd70b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,16 @@ # Changelog -## [3.0.3] - 2024-03-24 +## [3.0.6] - 2024-04-09 +- (hierarchical) annotations can now be loaded from a specific (or just the latest) commit +- re-enabled synapse queries against the raw (`filtered=False`) synapse table for the public dataset + +## [3.0.5] - 2024-03-22 +- fixed a bug when querying connectivity against live materialization + +## [3.0.4] - 2024-03-21 +- fixed bugs in `get_somas` and `is_valid_root` + +## [3.0.3] - 2024-03-21 - make `is_proofread` play nicely with the public dataset (uses a different table for proofread neuron IDs) - add option to `get_cave_table` to fill in user info (name + affiliation) - bug fixes in `get_somas`, `find_mat_version` , `is_latest_root` and `is_valid_root`