Skip to content

Releases: brainpy/BrainPy

Version 2.1.2

23 Mar 08:13
5eb9f03

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

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