-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add first attempt at python library #349
base: main
Are you sure you want to change the base?
Conversation
Interesting development! Wondering what your plans are regarding errors? In Scipp we are translating the "error codes" of this library into exceptions, which is more in line with how most Python software operates. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
… This seems to be in the underlying container and not something easily resolved at the moment
for more information, see https://pre-commit.ci
Not entirely sure yet, this is more of an experiment at the moment. As we get further along we may borrow what you are doing with Scipp |
add a few updates including cmake and a first cut at a python wrapper using nanobind