-
Notifications
You must be signed in to change notification settings - Fork 14
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
bump master #165
bump master #165
Conversation
Add io tests
…thods with deprecation warning
Expand particle sampling methods
…, add particle dataset detection and refactor usages
Expand lazy functionality
`isotropic_convolve_xxx` -> `isotropic_convolve_xxx_direct`. Reinstante default arguments for the old function signatures to retain the previous behavior.
Fix issue with APRStencil methods, expand cuda numerics functionality
I think it's time to push this through. @krzysg @cheesema is there anything you feel should be changed/added before? I guess there are a few breaking changes compared to the current master, so we might want to bump the major version. The CUDA pipeline should not break anything, so we can easily merge that in once it's working. |
Correct. It is quite independent part of code so should not be any problems in future. I do not see anything against pushing it to |
Bump version 2.1.0
ah, maybe I didn't have to re-request the review - sorry if so @krzysg . Once the tests have passed (and you approve, again) I'll push this through and create a new release |
Once the remaining PRs (#163 #166) are merged into develop and stable, it is time to plan a bump of master