Skip to content

Commit

Permalink
Release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Hernando Vieites committed Mar 20, 2019
1 parent ba34764 commit e581731
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .gitsubprojects
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: cmake -*-
git_subproject(Servus https://github.com/HBPVIS/Servus.git 2e9a23a)
git_subproject(Lunchbox https://github.com/Eyescale/Lunchbox.git dd85ecc)
git_subproject(Servus https://github.com/HBPVIS/Servus.git 170bd93)
git_subproject(Lunchbox https://github.com/Eyescale/Lunchbox.git 9bd6a7d)
git_subproject(Keyv https://github.com/BlueBrain/Keyv.git 8340fa2)
git_subproject(vmmlib https://github.com/Eyescale/vmmlib.git f4b3706)
git_subproject(vmmlib https://github.com/Eyescale/vmmlib.git 357b8f0)
git_subproject(HighFive https://github.com/BlueBrain/HighFive.git 8db7f3c)
git_subproject(MVDTool https://github.com/BlueBrain/MVDTool.git 09c1107)
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
project(Brion VERSION 3.0.0)
set(Brion_VERSION_ABI 9)
set(Brion_VERSION_ABI 10)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/CMake
${CMAKE_SOURCE_DIR}/CMake/common ${PROJECT_SOURCE_DIR}/Pydoxine/CMake)
Expand Down
16 changes: 8 additions & 8 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog {#Changelog}
=========

# git master
# Release 3.0.0 (20-03-2019)

* [250](https://github.com/BlueBrain/Brion/pull/250):
Added new overloads of brain::Simulation::getGIDs to get random GID sets.
Expand Down Expand Up @@ -71,7 +71,7 @@ Changelog {#Changelog}
certain Morphology methods has been removed. In the case of h5v2 morphologies,
the implementation will pick the most complete repair stage.

# Release 2.0.0 (30-May-2017)
# Release 2.0.0 (30-05-2017)

* [159](https://github.com/BlueBrain/Brion/pull/159):
Changed mapping index according to Pandas requirements for indexing.
Expand Down Expand Up @@ -117,7 +117,7 @@ Changelog {#Changelog}
Optimized brain::Circuit::loadMorphologies for slow stat'ing
filesystems (GPFS)

# Release 1.9.0 (09-Dec-2016)
# Release 1.9.0 (09-12-2016)

* [117](https://github.com/BlueBrain/Brion/pull/117):
Changes and fixes in Brain Python module:
Expand Down Expand Up @@ -157,7 +157,7 @@ Changelog {#Changelog}
Use PersistentMap for cache in brain::Circuit::loadMorphologies(); add thread
safety w/ synapses cache

# Release 1.8.0 (30-Jun-2016)
# Release 1.8.0 (30-06-2016)

* [77](https://github.com/BlueBrain/Brion/pull/77):
Add brain::Circuit::getMorphologyTypes() and brain::Circuit::getElectrophysiologyTypes()
Expand All @@ -181,7 +181,7 @@ Changelog {#Changelog}
* [63](https://github.com/BlueBrain/Brion/pull/63):
Moved old BBPSDK/Monsteer spike report to Brain (pending refactoring)

# Release 1.7.0 (24-Mar-2016)
# Release 1.7.0 (24-03-2016)

* [56](https://github.com/BlueBrain/Brion/pull/56):
Improved target parser
Expand Down Expand Up @@ -220,7 +220,7 @@ Changelog {#Changelog}
* [28](https://github.com/BlueBrain/Brion/pull/28):
SpikeReport continues parsing files that have broken lines

# Release 1.6.0 (9-Nov-2015)
# Release 1.6.0 (9-11-2015)

* [24](https://github.com/BlueBrain/Brion/pull/24):
Add getURI() method in SpikeReport.
Expand All @@ -238,7 +238,7 @@ Changelog {#Changelog}
points, these types are translated into the most reasonable one based on the
point ancestors.

# Release 1.5.0 (7-Jul-2015)
# Release 1.5.0 (7-07-2015)

* Add RESTING_VOLTAGE constant.
* Add support for binary spike reports.
Expand All @@ -260,7 +260,7 @@ Changelog {#Changelog}
* Replace use of iostreams by lunchbox::MemoryMap.
* Several bugfixes and cleanups.

# Release 1.4.0 (8-Oct-2014)
# Release 1.4.0 (8-10-2014)

* Old report readers have been adapted to be static plugins using
lunchbox::IOPluginFactory.
Expand Down

0 comments on commit e581731

Please sign in to comment.