From e9dc1b4610ecf9883f690dae4a1b102bc390b652 Mon Sep 17 00:00:00 2001 From: Xiao Gui <xgui3783@gmail.com> Date: Sat, 25 Mar 2023 13:02:58 +0100 Subject: [PATCH] add release notes --- .github/workflows/docker_img.yml | 4 ++-- docs/releases/v2.10.0.md | 14 ++++++++++++++ mkdocs.yml | 1 + 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 docs/releases/v2.10.0.md diff --git a/.github/workflows/docker_img.yml b/.github/workflows/docker_img.yml index cebe9aa4d..a96daf10c 100644 --- a/.github/workflows/docker_img.yml +++ b/.github/workflows/docker_img.yml @@ -18,8 +18,8 @@ jobs: PRODUCTION: 'true' DOCKER_REGISTRY: 'docker-registry.ebrains.eu/siibra/' - SIIBRA_API_STABLE: 'https://siibra-api-stable.apps.hbp.eu/v2_0,https://siibra-api-stable-ns.apps.hbp.eu/v2_0,https://siibra-api-stable.apps.jsc.hbp.eu/v2_0' - SIIBRA_API_RC: 'https://siibra-api-rc.apps.hbp.eu/v2_0' + SIIBRA_API_STABLE: 'https://siibra-api-stable.apps.hbp.eu/v3_0,https://siibra-api-stable-ns.apps.hbp.eu/v3_0,https://siibra-api-stable.apps.jsc.hbp.eu/v3_0' + SIIBRA_API_RC: 'https://siibra-api-rc.apps.hbp.eu/v3_0' SIIBRA_API_LATEST: 'https://siibra-api-latest.apps-dev.hbp.eu/v3_0' diff --git a/docs/releases/v2.10.0.md b/docs/releases/v2.10.0.md new file mode 100644 index 000000000..9d69dcf86 --- /dev/null +++ b/docs/releases/v2.10.0.md @@ -0,0 +1,14 @@ +# v2.10.0 + +## Feature + +- classifies features more intuitively +- spatial feature now leverages siibra-python + +## Bugfix + +- panel maximisation, change atlas/template results in incorrect panel order + +## Behind the scenes + +- Updates to siibra-api v3/siibra-python v0.4 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d6c7b67e1..7b99895a7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,6 +33,7 @@ nav: - Fetching datasets: 'advanced/datasets.md' - Display non-atlas volumes: 'advanced/otherVolumes.md' - Release notes: + - v2.10.0: 'releases/v2.10.0.md' - v2.9.0: 'releases/v2.9.0.md' - v2.8.0: 'releases/v2.8.0.md' - v2.7.7: 'releases/v2.7.7.md' -- GitLab