Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Tags: BlueBrain/MVDTool

Tags

v2.4.11

Toggle v2.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wheels: cleaner git between builds (#113)

v2.4.10

Toggle v2.4.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
wheels: attempt to fix build versioning (#112)

v2.4.9

Toggle v2.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use CMake's FetchContent to obtain dependencies not present. (#111)

v2.4.8

Toggle v2.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
It's a markdown Readme, not RST. (#110)

v2.4.7

Toggle v2.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use README as long description for PyPI. (#109)

v2.4.6

Toggle v2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix sdist and relevant CI, update libsonata. (#108)

Adds a MANIFEST.in that should include most needed files, and a CI that always attempts to build sdist and wheels. Upload only when tagging the repository.

Also updates PyBind11 to a version that can handle Python 3.11 and uses a more modern HDF5 with less bugs when building wheels.

NB: The source distribution is still too large! Test file size should be reduced, maybe the dependencies built in the CI (libsonata, highfive)

v2.4.5

Toggle v2.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
cmake: remove ancient boost option to work with 1.80.0 (#107)

v2.4.4

Toggle v2.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable py3.9 wheels (#104)

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add github action job to build wheel (#102)

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes issue when NOT building with setup.py (#101)

* Fixes issue when NOT building with Python

Co-authored-by: Matthias Wolf <matthias.wolf@epfl.ch>

Co-authored-by: Fernando Pereira <fernando.pereira@epfl.ch>