feat(libcomposition): version bump to 1.7.0 (canonical vector representation) and aadded py wrappers for those methods

This commit is contained in:
2025-09-19 09:59:04 -04:00
parent 8025a1051d
commit 92829b2367
5 changed files with 68 additions and 11 deletions

View File

@@ -2,5 +2,5 @@
#include <pybind11/pybind11.h>
void register_comp_bindings(pybind11::module &m);
void register_comp_bindings(const pybind11::module &m);
void register_species_bindings(pybind11::module &m);