=============
Computation API
~~~~~~~~~~~~~~~
- Rename "brainpy.numpy" to "brainpy.backend"
- Delete "pytorch", "tensorflow" backends
- Add "numba" requirement
- Add GPU support
Profile setting
~~~~~~~~~~~~~~~
- Delete "backend" profile setting, add "jit"
Core systems
~~~~~~~~~~~~
- Delete "autopepe8" requirement
- Delete the format code prefix
- Change keywords "_t_, _dt_, _i_" to "_t, _dt, _i"
- Change the "ST" declaration out of "requires"
- Add "repeat" mode run in Network
- Change "vector-based" to "mode" in NeuType and SynType definition
Package installation
~~~~~~~~~~~~~~~~~~~~
- Remove "pypi" installation, installation now only rely on "conda"