From bff7e734ef955a5ca81c226480efcb864f5423d3 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Wed, 10 Dec 2025 17:38:18 +0100 Subject: [PATCH 1/2] RELEASE_INSTRUCTIONS.md: Remove mentioning of circle CI We don't use it anymore and now also use github actions for releasing. --- RELEASE_INSTRUCTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_INSTRUCTIONS.md b/RELEASE_INSTRUCTIONS.md index 2e748e32..221a7308 100644 --- a/RELEASE_INSTRUCTIONS.md +++ b/RELEASE_INSTRUCTIONS.md @@ -23,7 +23,7 @@ or a predetermined release date is approaching ### PyPI and BKP -- [ ] Set release version with "git tag v#.#.#" (e.g. "git tag v1.0.0"), this triggers circleci to publish ipfx to PyPI (deprecated, need to move to GitHub Actions) +- [ ] Set release version with "git tag v#.#.#" (e.g. "git tag v1.0.0"), this triggers CI to publish ipfx to PyPI - [ ] Build and deploy: - [ ] `hatch build` - [ ] `twine upload dist/* --verbose --config-file ~/.pypirc` From 6c12d699a3274f2a3cb8bf2f230c83eb040bfe8b Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Wed, 10 Dec 2025 17:33:59 +0100 Subject: [PATCH 2/2] CHANGELOG.md: Update it --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa28866a..81026da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ All notable changes to this project will be documented in this file. ### Changed +## [2.1.0] = 2025-12-10 + +Changed: +- Removed Python 3.9 support #587 +- Add testing with Python 3.14 +- Move release CI to github actions and drop circle CI #584 + +Fixed: +- Convert more large files to git LFS #570 +- Move to pyproject.toml packaging using hatch #571 +- Fix and silence warnings #578 +- Require fixed pynwb version 3.1.2 #580 +- Get on-premise tests working again #581 +- Get the tests working again with newer version of dependencies, remove dependency on AllenSDK #582 + ## [2.0.0] = 2024-10-23 Changed: - Removed Python 3.6 support