Skip to content

Releases: BlueBrain/libsonata

v0.1.9: Jul 1, 2021

01 Jul 12:56
Compare
Choose a tag to compare

Added:

* circuit_config.json implementation (#142)
* allow for simple expressions (#147) in node_sets as proposed to the
  offical SONATA spec in https://github.com/AllenInstitute/sonata/pull/129

Fixed:

* upgrade Catch2 to 2.13.6; autodetect test names (#148)
* move to fmt 7.1.2 (#145)

v0.1.8: Feb 10, 2021

10 Feb 17:11
c9ec7ce
Compare
Choose a tag to compare

Fixed:

  • moved extlib/nlohmann/json.hpp one level deaper so that building with
    non-versioned nlohmann json is easier

v0.1.7: Feb 2 2021

02 Feb 09:33
841f211
Compare
Choose a tag to compare

v0.1.7: Feb 2 2021

Added:

  • Implemented node_sets functionality (#107)
  • Handle pathlib.Path for paths (#113)
  • Add repr to python Selection binding, aswell as the (Node|Edge)Population (#114)

Fixed:

  • Fix python bindings for Selection with negative values (#112)
  • Fix regression from move to GitHub actions

v0.1.6 Fri Nov 16 2020

16 Nov 10:08
9aba1ea
Compare
Choose a tag to compare
  • Use the new HitHub Actions CI to upload the wheels
  • Allow tests to be run from any location (#106)

v0.1.5 Wed Oct 21 2020

21 Oct 07:23
3bb0906
Compare
Choose a tag to compare

Improved:

  • IO performance for the report readers (#104)
  • HighFive submodule to v2.2.2 (#103)

Fixed:

  • call unittest from setuptools (#98)
  • bug when reading empty spike reports (#102)

v0.1.4

22 Jul 15:48
8f66ea9
Compare
Choose a tag to compare

v0.1.4 Wed Jul 22 2020

  • Use common docstrings between C++ and Python
  • Better documentation
  • Report readers documentation
  • Bump HighFive and pybind11
  • Numpy arrays for the report outputs

Fixed:

  • Fixed python sdist distribution by disabling test requirements
  • Fix report_reader to have several time the same index

v0.1.3

28 Apr 07:34
f06e8f3
Compare
Choose a tag to compare

Changelog

v0.1.3: Fri Mar 13 2020

Added:

  • convenience method to create a Selection of all members of a Population (#60)
  • make bbp::sonata::Selection comparable (#62)
  • comparison for node attributes to values (#64)
  • intersection and union for selections (#67)
  • output reader for spikes, somas and elements (#71)

Fixed:

  • Mac python wheels (#77)

Mac build is fixed

11 Sep 09:42
d1f138c
Compare
Choose a tag to compare

Mac wheels should be able to be created

v0.1.0

23 Jul 10:58
dae732e
Compare
Choose a tag to compare
releases: switch to grabbing the version from tags. (#42)