Skip to content

Commit

Permalink
add release notes for v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hkashyap committed Jul 12, 2020
1 parent 4572397 commit 7b329a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![Build Status](https://travis-ci.org/UCI-CARL/CARLsim4.svg?branch=master)](https://travis-ci.org/UCI-CARL/CARLsim4)
[![Coverage Status](https://coveralls.io/repos/github/UCI-CARL/CARLsim4/badge.svg?branch=master)](https://coveralls.io/github/UCI-CARL/CARLsim4?branch=master)
[![Docs](https://img.shields.io/badge/docs-v4.0.0-blue.svg)](http://uci-carl.github.io/CARLsim4)
[![Docs](https://img.shields.io/badge/docs-v4.1.0-blue.svg)](http://uci-carl.github.io/CARLsim4)
[![Google group](https://img.shields.io/badge/Google-Discussion%20group-blue.svg)](https://groups.google.com/forum/#!forum/carlsim-snn-simulator)

CARLsim is an efficient, easy-to-use, GPU-accelerated library for simulating large-scale spiking neural network (SNN) models with a high degree of biological detail. CARLsim allows execution of networks of Izhikevich spiking neurons with realistic synaptic dynamics on both generic x86 CPUs and standard off-the-shelf GPUs. The simulator provides a PyNN-like programming interface in C/C++, which allows for details and parameters to be specified at the synapse, neuron, and network level.
Expand Down
19 changes: 19 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
CARLSIM RELEASE NOTES
===============================================================================

-------------------------------------------------------------------------------
CARLsim 4.1
-------------------------------------------------------------------------------

- Bugfixes for Save and Load
- Bugfixes for NeuronMonitor
- Updates in user guide
- Support for CUDA 10

-------------------------------------------------------------------------------
CARLsim 4.0
-------------------------------------------------------------------------------

Highlights:
Multi-GPU support
Hybrid CPU/GPU mode
Multi-compartment and LIF point neurons


-------------------------------------------------------------------------------
CARLsim 3.1
-------------------------------------------------------------------------------
Expand Down

0 comments on commit 7b329a1

Please sign in to comment.