This release is a compatibility release with [Colour 0.3.16](https://github.com/colour-science/colour/releases/tag/v0.3.16).
This is the **last feature release to support** [Python 2.7](https://www.python.org/downloads/release/python-270/)!
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:
python
colour_datasets.load('Lumber Spectra')
You need to update the string accordingly:
python
colour_datasets.load('Lumber Spectra - Hiltunen (n.d.)')