BrainPy icon indicating copy to clipboard operation
BrainPy copied to clipboard

Brain Dynamics Programming in Python

Results 56 BrainPy issues
Sort by recently updated
recently updated
newest added

- [x] Check for duplicate issues. - [x] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: - [x] If applicable, include full...

bug

- [x] Check for duplicate issues. - [x] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: - [x] If applicable, include full...

bug
enhancement
brainpy.math

Hi, I hope to give a time-dependent input to a Hodgkin-Huxley model, but the tutorial does not provide a detailed guide on how to implement this. I found that `brainpy.DSRunner`...

documentation

Please: - [x] Check for duplicate requests. - [x] Describe your goal, and if possible provide a code snippet with a motivating example. Simply, we expect a simple way to...

documentation
enhancement

Please: - [x] Check for duplicate requests. - [x] Describe your goal, and if possible provide a code snippet with a motivating example. Implicit solvers are import to the (morphological)...

enhancement

Please: - [x] Check for duplicate requests.

enhancement

Please: - [x] Check for duplicate requests. - [x] Describe your goal, and if possible provide a code snippet with a motivating example. Implementation of the online learning algorithms for...

enhancement

Because of the deprecation of `from jax.experimental.host_callback import id_tap`, replace `jax.experimental.host_callback` with `jax.pure_callback`

import sys import matplotlib.pyplot as plt import numpy as np import brainpy as bp import brainpy.math as bm import os from scipy.sparse import coo_matrix, csr_matrix # brainpy version 2.5.0 class...

bug

Update `CustomOpByNumba` to support JAX version >= 0.4.24 by implementing mlir register rules