Releases: BlueBrain/libsonatareport
Releases · BlueBrain/libsonatareport
1.2.5
What's Changed
- Add github actions simulation test by @jorblancoa in #46
- Improve simulation test by @jorblancoa in #47
- [REP-90] Remove warning from existing report by @jorblancoa in #49
Full Changelog: 1.2.4...1.2.5
1.2.4
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
[REP-87] Add unit details to converted reports and converter document…
1.2.2
- Bug fixes in spike_converter
1.2.1
1.2
- Support for lfp reports
- Binary to SONATA report converter tool
1.1.1
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
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
Add support for node_ids offsetting (#12) * Add support for node_ids offsetting
0.1b
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.