Version 2.2.4.0
chaoming0625
released this
29 Nov 04:03
·
1205 commits
to master
since this release
This release has updated many functionalities and fixed several bugs in BrainPy.
New Features
- More ANN layers, including
brainpy.layers.Flatten
andbrainpy.layers.Activation
. - Optimized connection building for
brainpy.connect
module. - cifar dataset.
- Enhanced API and Doc for parallel simulations via
brainpy.running.cpu_ordered_parallel
,brainpy.running.cpu_unordered_parallel
,brainpy.running.jax_vectorize_map
andbrainpy.running.jax_parallelize_map
.
What's Changed
- add Activation and Flatten class by @LuckyHFC in #291
- optimizes the connect time when using gpu by @MamieZhu in #293
- datasets::vision: add cifar dataset by @hbelove in #292
- fix #294: remove VariableView in
dyn_vars
of a runner by @chaoming0625 in #295 - update issue template by @chaoming0625 in #296
- add multiprocessing functions for batch running of BrainPy functions by @chaoming0625 in #298
- upgrade connection apis by @chaoming0625 in #299
- fix #300: update parallelization api documentation by @chaoming0625 in #302
- update doc by @chaoming0625 in #303
New Contributors
- @LuckyHFC made their first contribution in #291
- @MamieZhu made their first contribution in #293
- @hbelove made their first contribution in #292
Full Changelog: V2.2.3.6...V2.2.4