Skip to content

Commit

Permalink
Update version to 2.0.1 and add cadIF model
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgl committed Jan 29, 2024
1 parent 3a82257 commit 7b9e465
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs_sphinx/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release notes
===============

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

Version 2.0.0
-------------
* New and improved implementation of dendritic spikes.
Expand Down
2 changes: 1 addition & 1 deletion docs_sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = 'Dendrify'
copyright = '2022, Michalis Pagkalos'
author = 'Michalis Pagkalos'
release = '2.0.0'
release = '2.0.1'


# -- General configuration -----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = '2.0.0'
VERSION = '2.0.1'
DESCRIPTION = 'A package for adding dendrites to SNNs'
with open("README.rst") as f:
LONG_DESCRIPTION = f.read()
Expand Down

0 comments on commit 7b9e465

Please sign in to comment.