Skip to content

Version 2.2.3.4

Compare
Choose a tag to compare
@chaoming0625 chaoming0625 released this 04 Nov 05:24
· 1255 commits to master since this release
f3e7d72

New features

  1. This release removes the extensions package, and deploys it as a standalone repository as brainpylib.
  2. Initializing brainpy.math.random.RandomState with seed_or_key, rather than seed.
  3. APIs in brainpy.measure supports loop and vmap methods, the former is memory-efficient, and the later is faster.
  4. DNN layers are revised and are all useable.
  5. Upgrade operators to match brainpylib>=0.1.1
  6. 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