You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.rst
+105Lines changed: 105 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,111 @@ tackling the shortcomings of brainpy 2.1.x generation,
10
10
effectively bringing it to research needs and standards.
11
11
12
12
13
+
14
+
15
+
Version 2.2.1 (2022.09.09)
16
+
==========================
17
+
18
+
This release fixes bugs found in the codebase and improves the usability and functions of BrainPy.
19
+
20
+
Bug fixes
21
+
~~~~~~~~~~~~~~
22
+
23
+
24
+
#. Fix the bug of operator customization in ``brainpy.math.XLACustomOp`` and ``brainpy.math.register_op``. Now, it supports operator customization by using NumPy and Numba interface. For instance,
0 commit comments