This release is mainly a compatibility release with [Colour 0.4.2](https://github.com/colour-science/colour/releases/tag/v0.4.2) providing support for Python 3.11.
The minimum Python version is 3.9 and the following scientific packages minimum versions are required:
- [numpy](https://pypi.org/project/numpy) >= 1.20
- [scipy](https://pypi.org/project/scipy) >= 1.7
- [colour-science](https://pypi.org/project/colour-science) >= 0.4.2
Features
- Implement support for lens vignette correction with the `colour_hdri.characterise_vignette` and `colour_hdri.correct_vignette` definitions. (d2c1268e8f9924007fbee70bbecbc18bd14dea2d, KelSolaar)
Changes
`colour_hdri`
Object | Name | Author
--------------------------------------------|------------------------------|-----------
`colour_hdri.XYZ_to_camera_space_matrix` | `matrix_XYZ_to_camera_space` | KelSolaar
`colour_hdri.camera_space_to_XYZ_matrix` | `matrix_camera_space_to_XYZ` | ...
`colour_hdri.image_stack_to_radiance_image` | `image_stack_to_HDRI` | ...