Skip to content

Releases: BlueBrain/libsonatareport

1.2.5

31 Oct 10:56
b42e721
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.2.5

1.2.4

13 Aug 13:22
92f55ac
Compare
Choose a tag to compare

What's Changed

  • [REP-88] Add function to update compartment pointers by @jorblancoa in #43
  • Add flush functionality to HDF5Writer by @jorblancoa in #44
  • Add "units" attribute even in empty timestamps dataset by @jorblancoa in #45

Full Changelog: 1.2.3...1.2.4

1.2.3

15 Feb 09:23
ea01d1d
Compare
Choose a tag to compare
[REP-87] Add unit details to converted reports and converter document…

1.2.2

22 Dec 15:18
ab89587
Compare
Choose a tag to compare
  • Bug fixes in spike_converter

1.2.1

19 Jun 14:40
b95d1c8
Compare
Choose a tag to compare
  • std::function<double()> as alternative to double* (#37)

  • Also added unit test for std::function<double()> elements.

1.2

19 Apr 14:43
ce20516
Compare
Choose a tag to compare
1.2
  • Support for lfp reports
  • Binary to SONATA report converter tool

1.1.1

20 Apr 09:30
52c380f
Compare
Choose a tag to compare
Save reports in a map to keep the order (#28)

- Fix deadlock that could happen when looping through the reports
   and 2 different ranks start preparing datasets for different reports
   and wait for eachother

1.1

04 Mar 09:45
77d5d92
Compare
Choose a tag to compare
1.1
Multipopulation support for compartment reports (#23)

Multipopulation support for compartment reports
* All ranks participate on writing in all populations
* Sync population names among ranks
* Add .h5 extension to the report names if not present

1.0

11 May 16:14
fd46409
Compare
Choose a tag to compare
1.0
Add support for node_ids offsetting (#12)

* Add support for node_ids offsetting

0.1b

19 Apr 14:15
91a2b51
Compare
Choose a tag to compare
Add better support for IME (#10)

* Introduces a class to determine the best path for IME and MPI-IO settings.
* Unifies the HAVE_MPI flag definition.