What's Changed
- Fix CI checks job to also fail on dependency failures by @kkraus14 in #777
- Remove
enumsand unused ctypes code that required it by @brandon-b-miller in #775 - Clear
rtsysduring context reset by @brandon-b-miller in #783 - Fix pnputil to only restart NVIDIA display adapters by @kkraus14 in #779
- Bump
cudfversion to26.02in thirdparty tests by @brandon-b-miller in #785 - Remove unused cudf patch by @gmarkall in #786
- Fix np.dtype overload signature drift by @cpcloud in #797
- Use only public
.handleto accesscuda-coreobjects by @brandon-b-miller in #794 - Remove most of
drvapi.pyin favor of directcuda-pythonusage by @brandon-b-miller in #784 - Find CUDA headers via pathfinder by @brandon-b-miller in #771
- Fix incorrect DWARF type encodings for i8 and discriminator types by @jiel-nv in #806
- Fix int64 elements DWARF encoding in UniTuple types by @jiel-nv in #807
- Unpin nvjitlink from ctk version by @ZzEeKkAa in #809
- Disable legilize return type for inline always by @ZzEeKkAa in #812
- Fix mixed C ABI / Numba ABI internal-call lowering (#781, #789) by @isVoid in #782
- Aligned NumPy dtypes caching by @Jlisowskyy in #792
- fix(errors): restore CUDA exception hierarchy to avoid slow string compilation by @cpcloud in #796
- Revert exception hierarchy unification (#634) and its fix (#796) by @cpcloud in #816
- Bump version to 0.28.0 by @gmarkall in #817
New Contributors
- @Jlisowskyy made their first contribution in #792
Full Changelog: v0.27.0...v0.28.0