You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow non-mandatory parameters to be missing at initialisation.
Make OpenMP simd directives compiler-aware.
Add and update C++ program runtime information.
Maintenance
Update tests after computational redundancy refactoring and parameter validation behaviour changes.
Add mpi4py dependency to Conda environment and project configuration files.
Refactor syntax and formatting and fix typos.
Note: Unofficial Anaconda repositories do not support .conda package format yet. Please find .conda packages in the assets attached to each release in the GitHub repository, and cross-check with Anaconda channel 'msw' for the correct build for your platform.
This discussion was created from the release v0.5.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Bug fixes
Remove assumption of the same pivot value for both dimensions in double spherical Bessel transform.
Enforce
scipy.integrate.simpson
keyword-only argument (scipy>=1.12).Improvements
Reduce computational redundancy for spherical orders ([FEAT] Utilise parity/conjugation relations for three-point measurements #68).
Allow non-mandatory parameters to be missing at initialisation.
Make OpenMP
simd
directives compiler-aware.Add and update C++ program runtime information.
Maintenance
Update tests after computational redundancy refactoring and parameter validation behaviour changes.
Add
mpi4py
dependency to Conda environment and project configuration files.Refactor syntax and formatting and fix typos.
This discussion was created from the release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions