Releases: ghex-org/GHEX
Releases · ghex-org/GHEX
v0.5.1
What's Changed
- Fixed Python Bindings for the CUDA Stream Protocol by @philip-paul-mueller in #202
- Fix compilation error with apple clang by @msimberg in #201
- Update GPU architecture settings in pyproject.toml by @havogt in #203
- Bump version to 0.5.1 by @msimberg in #204
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix wheel download for publishing on pypi by @boeschf in #179
- Add support for bool, int32, int64 in python bindings by @tehrengruber in #178
- Bump submodules by @tehrengruber in #181
- Fix minor typo in test name by @msimberg in #183
- Update oomph for hwmalloc heap-config branch by @msimberg in #182
- CI: Remove AMD GPU configuration from test_pip.yml by @havogt in #187
- Format: add clang format by @boeschf in #191
- Format files by @boeschf in #194
- Better pack/unpack kernels by @msimberg in #184
- Strides Computation in Python Bindings by @philip-paul-mueller in #189
- Added
schedule_exchange()andschedule_wait()tocommunication_objectby @philip-paul-mueller in #190 - Bump oomph submodule to 0.5.0 by @msimberg in #196
- Bump version to 0.5.0 by @msimberg in #197
New Contributors
- @msimberg made their first contribution in #183
- @philip-paul-mueller made their first contribution in #189
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- python bindings for structured grids: improved make_communication_object function by @boeschf in #162
- reintroduce strides which were lost in refactoring by @boeschf in #164
- Expose C++ obj pointers to Python API by @kotsaloscv in #163
- Fix CI for python package by @havogt in #169
- set
arch = Nonedefault immake_field_descriptorby @halungge in #166 - Fix support for AMD legacy by @stubbiali in #165
- Unpin scikit-build-core by @tehrengruber in #167
- Fix RPATH for python extension module by @havogt in #168
- Add bump-my-version by @havogt in #171
- PyPI deploy action by @havogt in #170
- Fix typo in workflow_dispatch by @havogt in #173
- rpaths for bundled oomph libs by @boeschf in #172
- Fix source distribution by @havogt in #174
- Add test step for source distribution by @havogt in #175
- bump to 0.4.1 by @boeschf in #176
- Enable deploy workflow by @havogt in #177
New Contributors
- @kotsaloscv made their first contribution in #163
- @stubbiali made their first contribution in #165
- @tehrengruber made their first contribution in #167
Full Changelog: v0.4.0...v0.4.1