Skip to content

Commit

Permalink
move to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley authored and wagdy88 committed Jul 31, 2024
1 parent b3d86d8 commit d3e92c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ Changelog
and :func:`~plot_spikes_raster` now plotted from 0 to tstop. Inputs tmin and tmax are deprecated,
by `Katharina Duecker`_ in :gh:`769`

- Use `np.isin()` in place of `np.in1d()` to address numpy deprecation,
by `Nick Tolley`_ in :gh:`799.
Bug
~~~
- Fix inconsistent connection mapping from drive gids to cell gids, by
Expand All @@ -85,6 +82,9 @@ Bug
- Fix loading of drives in the GUI: drives are now overwritten instead of updated,
by `Mainak Jas`_ in :gh:`795`.

- Use `np.isin()` in place of `np.in1d()` to address numpy deprecation,
by `Nick Tolley`_ in :gh:`799.
API
~~~
- :func:`~hnn_core.CellResponse.write` and :func:`~hnn_core.Cell_response.read_spikes`
Expand Down

0 comments on commit d3e92c0

Please sign in to comment.