From ffcc414a2d84aaa7eb7e9cdefc5d6fd879daca23 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Fri, 15 Mar 2024 14:19:53 +0000 Subject: [PATCH] update CHANGELOG --- changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.md b/changelog.md index 1e40e6b..17bf649 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,18 @@ # Changelog +## [3.0.3] - dev +- 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) + +## [3.0.2] - 2024-03-11 +Fixes a bug in `search_annotations` when there are no cached versions. + +## [3.0.1] - 2024-03-11 +Small bug fix release. + +1. We now prevent searches against live materialization in the public dataset. +2. Make get `get_user_information` robust against missing IDs. + ## [3.0.0] - 2024-01-10 The default dataset is now the "public" dataset!