Skip to content

Commit 6c916c1

Browse files
committed
Update changelog for version 2.7.2 release
Added release notes for version 2.7.2, detailing JAX compatibility improvements, documentation updates, neural network class refactoring, and CI/CD enhancements. This is a maintenance release with no breaking changes.
1 parent 0fd8469 commit 6c916c1

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

changelog.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,52 @@ None. All changes are backward compatible or involve previously non-functional p
6565

6666
---
6767

68+
## Version 2.7.2
69+
70+
**Release Date:** October 16, 2024
71+
72+
This is a maintenance release that improves JAX compatibility and documentation.
73+
74+
### Bug Fixes
75+
76+
#### JAX Compatibility
77+
- **Updated**: Made compatible with JAX >= 0.8.0
78+
- **Fixed**: Updated imports and API usage for latest JAX versions
79+
- **Impact**: Ensures BrainPy works correctly with the latest JAX releases
80+
81+
### Improvements
82+
83+
#### Documentation
84+
- Updated documentation and CI configuration for better clarity
85+
- Standardized test paths across the project
86+
- Improved core concepts documentation
87+
- Enhanced LIF neuron dynamics documentation (#800)
88+
- Fixed documentation bugs
89+
90+
#### Neural Network Classes
91+
- Refactored neural network classes for better maintainability
92+
- Updated progress bar parameters for simulations
93+
- Improved code organization and structure
94+
95+
#### CI/CD
96+
- Updated GitHub Actions dependencies:
97+
- `actions/download-artifact` from 5 to 6 (#796)
98+
- `actions/upload-artifact` from 4 to 5 (#795)
99+
- Improved CI workflow reliability
100+
101+
### Files Modified
102+
- Updated JAX compatibility layer
103+
- Documentation files in various modules
104+
- CI configuration files
105+
- Neural network class implementations
106+
107+
### Notes
108+
- This release focuses on maintaining compatibility with the latest JAX ecosystem
109+
- No breaking changes introduced
110+
- All existing code should continue to work without modifications
111+
112+
---
113+
68114
## Version 2.7.1
69115

70116
**Release Date:** October 2025

0 commit comments

Comments
 (0)