Skip to content

Commit

Permalink
Release 0.4 preparation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoharia committed Apr 8, 2021
1 parent a52839c commit 40fb022
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
cmake_minimum_required( VERSION 3.1 FATAL_ERROR )
project( NeuroScheme VERSION 0.3.0 )
project( NeuroScheme VERSION 0.4.0 )
set( NeuroScheme_VERSION_ABI 12 )

# Disable in source building
Expand Down
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## git master

## version 0.4

* [!106] Release 0.4 preparation.
* [!105] Changed GMRV logo to VG-Lab logo. Added dev
* [!104] Fix warnings. Bump ShiFT. Added the option to enable nsol from cmake CLI
* [!103] Changed gmrvvis to vglab.
* [!95] Cortex bugs
* [!100] Clean canvas
* [!99] Connections with same origin and destination are not draw.
* [!98] Fixes for Qt-5.12 and minor fix in AppImage link in README.md.
* [!97] Free layout recalculates scene bounding rect.
* [!96] New no hierarchical entity: Output. Rename stimulator to input
* [!94] Scatter plot layout use 0 for undefined properties.
* [!92] Access to edit connection from representations.
* [!89] Aggregated connections are higlighted with different colors.
* [!88] Improvements to 3D/Camera Layout
* [!91] Configure CI to generate git-master app.
* [!90] Changed build deploy only for master-based tags.

## version 0.3

* [!86] Release 0.3 preparation.
Expand Down

0 comments on commit 40fb022

Please sign in to comment.