Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.16 KB

whats_new.rst

File metadata and controls

51 lines (30 loc) · 2.16 KB
orphan

What's new?

hnn_core

Current

Changelog

  • Add ability to simulate multiple trials in parallel using joblibs, by Mainak Jas in #44
  • Rhythmic inputs can now be turned off by setting their conductance weights to 0 instead of setting their start times to exceed the simulation stop time, by Ryan Thorpe in #105
  • Reader for parameter files, by Blake Caldwell in #80
  • Add plotting of voltage at soma to inspect firing pattern of cells, by Mainak Jas in #86
  • Add ability to simulate a single trial in parallel across cores using MPI, by Blake Caldwell in #79

Bug

API

  • Make a context manager for Network class, by Mainak Jas and Blake Caldwell in #86
  • Create Spikes class, add write methods and read functions for Spikes and Dipole classes, by Ryan Thorpe in #96
  • Remove n_jobs parameter for instantiating Network class, by Blake Caldwell in #79
  • Make a context manager for parallel backends (JoblibBackend, MPIBackend), by Blake Caldwell in #79