-
Notifications
You must be signed in to change notification settings - Fork 3
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
Opinions on next release #11
Comments
We still probably should change all the |
I think consistency is a good idea. I don't know about Pybind11 but in SWIG Eigen vectors and arrays can be directly mapped to numpy arrays. If possible, mapping to python lists could be avoided, as a direct map from Eigen -> Numpy array could be more efficient as opposed to Eigen -> List -> Numpy. |
Yes, Pybind11 maps Eigen -> Numpy by default. |
Great, I think the support of Python lists can be dropped. Mapping Eigen3 arrays to numpy should be anyway more performant. |
For the next release we could/should link labellib to Zenodo (see: link). This way, LabelLib gets a DOI and could be cited. |
Since the last release in 2018 the the calculation of distance distributions among other features has been added to LabelLib.
If there are no new features planned in the near future, it may be time for a new release.
The text was updated successfully, but these errors were encountered: