Skip to content

Colour - Datasets - 0.1.1

Compare
Choose a tag to compare
@KelSolaar KelSolaar released this 28 Nov 23:46
· 216 commits to develop since this release

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.)')