Commit Graph

11 Commits (main)

Author SHA1 Message Date
Andrew Cassidy ec7953dcff Release 0.2.0
### Changed

- Updated Pybind11 to version 3.10, adding Python 3.11 support
- Updated install instructions in readme to reflect availability on PyPI
- Encode now skips .dds files in its input to prevent needless re-encoding

### Added

- Added the `-n` option for bc3 encoding to perform a BC3nm swizzle
10 months ago
Andrew Cassidy aed575edc6 Release 0.1.4
### Changed

- Updated Pybind11 to version 3.10, adding Python 3.11 support
2 years ago
Andrew Cassidy 0dccd1cd07 Update pybind to 3.10 to allow Python 3.11 support 2 years ago
Andrew Cassidy ac4e5b2679 Release 0.1.3
### Fixed

- Fixed quicktex not compiling for python 3.10 on Windows

### Changed

- Reworked CI job, adding wheels for ARM macOS, ARM Linux, and x86 musl Linux.
- Added wheels for python 3.10
- Added a more useful error message when importing quicktex on macOS when libomp.dylib isn't installed
2 years ago
Andrew Cassidy a881a0a36b Add more helpful error when importing without libomp installed
Also use non-shallow clones in ci
2 years ago
Andrew Cassidy e8e0f4e29b Release 0.1.2
### Fixed

- Fixed sdist not including pybind
2 years ago
Andrew Cassidy b4d2388615 Release 0.1.1
### Fixed

- Fixed alpha premultiplication when generating mipmaps
3 years ago
Andrew Cassidy f7d57aa859 Fix alpha premultiplication being used when generating mipmaps 3 years ago
Andrew Cassidy 24b064e6b4 Version 0.1.0
### Added

- Began publishing to PyPI

### Changed

- Rewrote CI workflow to include ManyLinux2014 builds
- Reverted project to C++17 for better compiler compatibility
3 years ago
Andrew Cassidy 28930d89d5 update changelog 3 years ago
Andrew Cassidy 4939171d5d Rework CI workflow 3 years ago