-
Notifications
You must be signed in to change notification settings - Fork 8
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
ENH: Potentially interesting packages #27
Labels
enhancement
New feature or request
Comments
You would probably like to add Numba to the list |
sphinx.ext.napoleon: NumPy docstring style implemented in #38. |
Plans for making hdf5 optional are on hold indefinitely. |
If installed, DASK is now used for accelerating the construction of angular distribution functions (ADFs). |
Added pyparsing. |
BvB93
changed the title
Potentially interesting packages
ENH: Potentially interesting packages
Dec 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Candidates
Implemented
The plans is to include this as a (non-optional) dependency for the next release for storing all Monte Carlo (MC) results. Will probably make it optional at a later point, the MC module reverting to the NPY format if HDF5 is not available.hdf5 is now mandatory for use of the ARMC module(s).The Google style looks very attractive; it has much less visual clutter compared to the standard docstring style.Rejected
Potentially usefull for parsing input files.Will probably include this as an optional dependency at some point, including (much needed) installation instructions.The text was updated successfully, but these errors were encountered: