Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down