Skip to content

Releases: Poirazi-Lab/dendrify

Update to version 2.1.4

07 Jun 14:57
ead07ae
Compare
Choose a tag to compare

Version 2.1.4

* Fixed a bug that raised an error when config_dspikes was called multiple times
  to configure different dSpike types. Thank you Tim Bax for discovering and
  reporting this issue.
* Checked compatibility with Brian 2.7.0.
* Added package metadata (e.g. dendrify.__version__ works now).
* Minor documentation improvements.

Dendrify 2.1.3 update

05 Jun 12:28
Compare
Choose a tag to compare

Version 2.1.3

* Changed package requirements to fix installation conflicts with Brian 2.6.0.

Dendrify 2.1.2 update

15 Mar 12:16
Compare
Choose a tag to compare

Release notes

  • Fixed a bug that could cause the wrong estimation of a somatic compartment's surface area.
  • Other minor improvements.

Dendrify 2.1.1 update

13 Mar 13:27
8d238c7
Compare
Choose a tag to compare

Release notes

  • A minor release to fix some bugs introduced by VS code auto-formatting.

Dendrify 2.1.0 update

12 Mar 12:27
591a9b7
Compare
Choose a tag to compare

Release notes:

  • Changed the order of dSpikes thresholding to be more compatible with other Brian 2 objects and increase overall simulation stability.

  • Added the cadIF model as an option to PointNeuronModel.

  • Completely redesigned the Library section of the documentation and added more mathematical descriptions for the all built-in Dendrify models.

  • Added many new code examples.

  • Minor improvements in the source code for better readability and maintainability.

Dendrify 2.0.1 update

29 Jan 13:06
Compare
Choose a tag to compare

Added Integrate-and-Fire with conductance based adaptation (cadIF) model.

Dendrify 2.0 release

19 Sep 11:47
f3a0c99
Compare
Choose a tag to compare
  • New and improved implementation of dendritic spikes.
  • New PointNeuronModel class for creating point-neuron models.
  • New way for specifying the electrophysiological properties of neurons.
  • Significantly improved error catching and exception handling.
  • Fixed compatibility issues with Jupyter notebooks.
  • More stable and robust code overall.
  • Added tutorials and code examples.
  • Improved documentation page.
  • Added a support e-mail address.
  • Many minor improvements, bug fixes and quality of life improvements.
  • New logo.

Special thanks to Marcel Stimberg, Spyros Chavlis, Nikos Malakasis, Christos Karageorgiou Kaneen and Elisavet Kapetanou for their valuable feedback and suggestions for improving Dendrify.

v1.0.9

07 Jul 13:16
4e70448
Compare
Choose a tag to compare
Update publish-to-pypi.yml (#26)

synchronize releases and pypi

11 Jan 10:21
8f62bbf
Compare
Choose a tag to compare
v1.0.8

Update conf.py

v1.0.7: Development (#10)

11 Jan 09:52
6fec1b0
Compare
Choose a tag to compare
* Update conf.py

* Update setup.py

* Updated docs