Releases: mark9064/pyamdgpuinfo
Releases · mark9064/pyamdgpuinfo
2.1.6 release
2.1.5 release
- Migrated to Cython 3
- Resolved a compile warning
2.1.4 release
- Prebuilt wheels for Python 3.11
2.1.3 release
- Precompiled musl wheels now available
- Corrected some documentation inaccuracies
- Internal correctness/stability improvements
2.1.2 release
- Wheel is now built for Python 3.10
2.1.1 release
- Switched to GitHub actions for CI
- Wheel is now built for 3.9
- Dropped wheel support for 3.5
2.1.0 release
- GPUInfo now has a
pci_slot
attribute allowing persistent identification of cards - GPUInfo is now initialised with a full device path rather than just a node
2.0.0 release
- Complete OO rewrite of module
- Fixed crashes / memory leaks
- More queries available
- OO interface makes querying less of a hassle
1.0.5 release
- Fixed typos in README (thanks to @skandix)
1.0.4 release
- Precompiled wheels now available!