Version 0.0.5
Added
- SDDMM (Sampled Dense-Dense Matrix Multiplication) functionality with COO indices
- Numba FFI backend for CPU custom kernels (#56)
- Warp FFI backend for GPU custom kernels (#56)
- STDP (Spike-Timing-Dependent Plasticity) tutorial documentation (#53)
Changed
- Refactored package layout and module organization (#56)
- Updated package structure for improved modularity
- Refactored binary and float implementation modules
Removed
- Original BrainPy content that was deprecated (#55)
Fixed
- Updated image source in README to use raw.githubusercontent.com for proper display
What's Changed
- ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #48
- ⬆️ Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #49
- update logo by @xinzhu-L in #50
- Add warp-lang 1.9.0 support by @932179209 in #52
- Refactor BaseArray to pure functions; add sparse indexed arrays by @chaoming0625 in #43
- Docs: Add STDP tutorial and update existing by @chaoming0625 in #53
- delete the original brainpy content by @xinzhu-L in #55
- ⬆️ Bump actions/checkout from 5 to 6 by @dependabot[bot] in #54
- Refactor package layout and add Numba/Warp FFI backends by @chaoming0625 in #56
New Contributors
- @dependabot[bot] made their first contribution in #48
- @xinzhu-L made their first contribution in #50
Full Changelog: V0.0.4...v0.0.5