Releases: colour-science/colour-demosaicing
Colour - Demosaicing - 0.2.6
This release is a compatibility release with Colour 0.4.5.
Features
Dependencies
- Support for Python 3.13 was implemented.
- Support for Numpy 2 was implemented.
Colour - Demosaicing - 0.2.5
This release is a compatibility release with Colour 0.4.4.
The following scientific packages minimum versions are required:
- colour-science >= 0.4.4
Colour - Demosaicing - 0.2.4
This release is a compatibility release with Colour 0.4.3.
The following scientific packages minimum versions are required:
- numpy >= 1.22
- scipy >= 1.8
- colour-science >= 0.4.3
Colour - Demosaicing - 0.2.3
This release is a compatibility release with Colour 0.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 >= 1.20
- scipy >= 1.7
- colour-science >= 0.4.2
Colour - Demosaicing - 0.2.2
Fixes
colour_demosaicing.bayer
- Improve memory usage of
colour_hdri.masks_CFA_Bayer
definition. (@hahnec)
Colour - Demosaicing - 0.2.1
This release is a compatibility release with Colour 0.4.1.
Colour - Demosaicing - 0.2.0
This release is a compatibility release with Colour 0.4.0.
Support for Python 2.7 has been dropped!
Colour - Demosaicing - 0.1.6
This release is a compatibility release with Colour 0.3.16.
This is the last feature release to support Python 2.7!
Colour - Demosaicing - 0.1.5
This release is a compatibility release with Colour 0.3.14.
Colour - Demosaicing - 0.1.4
This release is a compatibility release with Colour 0.3.12.
Feature
- Lowered memory usage by forcing garbage collection. (@MaxSchambach)