Skip to content

Commit

Permalink
Merge pull request #441 from genn-team/4_5_1_release
Browse files Browse the repository at this point in the history
Release notes for 4.5.1 and updated versions
  • Loading branch information
neworderofjamie authored Jul 22, 2021
2 parents 2dfd51f + 2fca3ee commit 4e1d00e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions doxygen/09_ReleaseNotes.dox
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
/*! \page ReleaseNotes Release Notes
Release Notes for GeNN v4.5.1 (PyGeNN 0.4.6)
====
This release fixes several small issues found in the 4.5.0 release.

Bug fixes:
----
1. Fixed cause of the warnings about memory leaks which were generated when sparse connectivity initialisation snippets were defined in PyGeNN.
2. Fixed bug in model change detection which resulted in memory usage estimate increasing every time the model subsequently changed.
3. Fixed several bugs effecting the implementation of custom update models in CUDA and OpenCL.

Release Notes for GeNN v4.5.0 (PyGeNN 0.4.5)
====
This release adds a number of significant new features to GeNN as well as several usability improvements for PyGeNN.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
**backend_extension_kwargs))

setup(name = "pygenn",
version = "0.4.5",
version = "0.4.6",
packages = find_packages(),
package_data={"pygenn": package_data},

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.0
4.5.1

0 comments on commit 4e1d00e

Please sign in to comment.