Skip to content
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

Feature/initial python #3

Merged
merged 8 commits into from
May 22, 2024
Merged

Feature/initial python #3

merged 8 commits into from
May 22, 2024

Conversation

whaeck
Copy link
Member

@whaeck whaeck commented Apr 29, 2024

These are the python bindings for the current state of NDItk.

@whaeck whaeck mentioned this pull request Apr 29, 2024
@whaeck whaeck requested a review from joewpeterson May 1, 2024 16:33
@whaeck whaeck mentioned this pull request May 6, 2024
"The reaction cross section record"
);

// add standard table definitions

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addStandardTableDefinitions doesn't seem to encapsulate everythin in NDItk/src/NDItk/MutigroupTable.hpp::MultigroupTable. The included read.hpp and the print don't seem to be part of this. They would need to be to be a full wrapper, yes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only expose fromFile on full data tables, and I haven't added a toFile just yet to write one to a file. The read and print functions will not be exposed directly since these use iterators (and I also believe users shouldn't use these anyway).

Base automatically changed from feature/initial-v2 to develop May 21, 2024 15:43
Copy link

@tgsaller tgsaller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am content.

@whaeck whaeck merged commit 5ff97db into develop May 22, 2024
8 checks passed
@whaeck whaeck deleted the feature/initial-python branch May 22, 2024 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants