Skip to content

Releases: brainpy/BrainPy

Version 2.1.11

15 May 06:13
231b566
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.10...V2.1.11

Version 2.1.9

05 May 05:26
8060516
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.8...V2.1.9

Version 2.1.10

06 May 03:39
Compare
Choose a tag to compare
  • Fix bugs on synapse delay

Full Changelog: V2.1.9...V2.1.10

Version 2.1.8

26 Apr 02:38
9202d30
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.7...V2.1.8

Version 2.1.7

22 Apr 08:01
6bf7cc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.5...V2.1.7

Version 2.1.5

18 Apr 14:21
efb7bb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.4...V2.1.5

Version 2.1.4

03 Apr 16:11
89f9b65
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.3...V2.1.4

Version 2.1.3

27 Mar 02:58
3d6b84f
Compare
Choose a tag to compare

This release improves the functionality and usability of BrainPy. Core changes include

  • support customization of low-level operators by using Numba
  • fix bugs

What's Changed

Full Changelog: V2.1.2...V2.1.3

Version 2.1.2

23 Mar 08:13
5eb9f03
Compare
Choose a tag to compare
  • support rate-based whole-brain modeling
  • add more neuron models, including rate neurons/synapses
  • support Python 3.10
  • improve delays etc. APIs
  • and much more

What's Changed

Full Changelog: V2.1.1...V2.1.2

Version 2.1.1

18 Mar 06:09
89dc9d6
Compare
Choose a tag to compare

This release continues to update the functionality of BrainPy. Core changes include

  • numerical solvers for fractional differential equations
  • more standard brainpy.nn interfaces

New Features

  • Numerical solvers for fractional differential equations
    • brainpy.fde.CaputoEuler
    • brainpy.fde.CaputoL1Schema
    • brainpy.fde.GLShortMemory
  • Fractional neuron models
    • brainpy.dyn.FractionalFHR
    • brainpy.dyn.FractionalIzhikevich
  • support shared_kwargs in RNNTrainer and RNNRunner