Version 2.2.3.4
chaoming0625
released this
04 Nov 05:24
·
1255 commits
to master
since this release
New features
- This release removes the
extensions
package, and deploys it as a standalone repository as brainpylib. - Initializing
brainpy.math.random.RandomState
withseed_or_key
, rather thanseed
. - APIs in
brainpy.measure
supportsloop
andvmap
methods, the former is memory-efficient, and the later is faster. - DNN layers are revised and are all useable.
- Upgrade operators to match
brainpylib>=0.1.1
brainpy.math.pre2post_event_sum
supports atuodiff (including JVP, VJP), it can be used for SNN training.
Full Changelog: V2.2.3.3...V2.2.3.4