Releases: colour-science/colour-datasets
Colour - Datasets - 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 - Datasets - 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 - Datasets - 0.2.4
This release is a compatibility release with Zenodo latest API changes.
Colour - Datasets - 0.2.3
This release is a compatibility release with Zenodo latest API changes.
Colour - Datasets - 0.2.2
This release is a compatibility release with Colour 0.4.2.
The following scientific packages minimum versions are required:
- numpy >= 1.22
- scipy >= 1.8
- colour-science >= 0.4.3
Colour - Datasets - 0.2.1
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 - Datasets - 0.2.0
This release is a compatibility release with Colour 0.4.1.
Support for Python 2.7 has been dropped!
Colour - Datasets - 0.1.1
This release is a compatibility release with Colour 0.3.16.
This is the last feature release to support Python 2.7!
Features
The following datasets have been added:
- 4050598 : Spectral Upsampling Coefficient Tables - Jakob and Hanika (2019)
- 4051012 : Measured Commercial LED Spectra - Brendel (2020)
Changes
The dataset names now feature the author names thus if previously you were loading a dataset by its name:
colour_datasets.load('Lumber Spectra')
You need to update the string accordingly:
colour_datasets.load('Lumber Spectra - Hiltunen (n.d.)')
Colour - Datasets 0.1.0
Initial release for Colour - Datasets. (@KelSolaar)