Skip to content

Commit

Permalink
3.3.3 Release preparation (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
NadirRoGue committed Jun 3, 2021
1 parent 71a5138 commit 155e652
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Base configuration
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
project(Brion VERSION 3.3.2)
project(Brion VERSION 3.3.3)
set(Brion_VERSION_ABI 10)

# Enforce C++14 standard
Expand Down
2 changes: 1 addition & 1 deletion brain/python/brion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from . import neuron

__version__ = '3.3.2'
__version__ = '3.3.3'

# Import the test helper module if present
try:
Expand Down
2 changes: 0 additions & 2 deletions brion/plugin/compartmentReportHDF5Sonata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,6 @@ bool CompartmentReportHDF5Sonata::_loadFrame(const size_t frameNumber,
size_t targetOffset = 0;
for (const auto interval : intervals)
{
// const auto sourceOffset = boost::icl::lower(interval);
// const auto count = boost::icl::upper(interval) - sourceOffset;
const auto sourceOffset = interval.first;
const auto count = interval.second - sourceOffset;
const auto& slice =
Expand Down
11 changes: 11 additions & 0 deletions doc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog {#Changelog}
=========

# Release 3.3.3

* [325](https://github.com/BlueBrain/Brion/pull/325)
3.3.3 Release preparation
* [324](https://github.com/BlueBrain/Brion/pull/324)
Sort returned SONATA report values by node ID
* [323](https://github.com/BlueBrain/Brion/pull/323)
Adds warning message about using Brion to read SONATA format
* [322](https://github.com/BlueBrain/Brion/pull/322)
Update copyright and funding notice

# Release 3.3.2

* [321](https://github.com/BlueBrain/Brion/pull/321)
Expand Down

0 comments on commit 155e652

Please sign in to comment.