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

@@ -1,4 +1,4 @@
project('fourdst', 'cpp', version: 'v0.7.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
project('fourdst', 'cpp', version: 'v0.8.0', default_options: ['cpp_std=c++23'], meson_version: '>=1.5.0')
add_project_arguments('-fvisibility=default', language: 'cpp')
@@ -19,7 +19,7 @@ subdir('src-pybind')
# Bundle the Python backend for the Electron app
if get_option('build-py-backend')
if get_option('electron-build-py-backend')
pyinstaller_exe = find_program('pyinstaller', required : true)
electron_src_dir = meson.current_source_dir() / 'electron'