Skip to content

Releases: ksmet1977/luxpy

v1.11.2

08 Aug 09:37
Compare
Choose a tag to compare

v1.11.2:
Except numpy and scipy, most other third-party packages are imported lazily to reduce the number of required packages for basic use. Several pip installs are available:

  1. pip install luxpy
  2. pip install luxpy[matplotlib]
  3. pip install luxpy[light]
  4. pip install luxpy[heavy]

The first one only auto-installs numpy and scipy, the next one adds matplotlib for plotting, ... (see setup.py for details on the other options). Many of the additional packages will be installed automatically (if not already) on first requirement.

v1.11.0

07 Aug 20:42
Compare
Choose a tag to compare

v1.11.0:
Except numpy and scipy, most other third-party packages are imported lazily to reduce the number of required packages for basic use. Several pip installs are available:

  1. pip install luxpy

  2. pip install luxpy[matplotlib]

  3. pip install luxpy[light]

  4. pip install luxpy[heavy]

The first one only auto-installs numpy and scipy, the next one adds matplotlib for plotting, ... (see setup.py for details on the other options). Many of the additional packages will be installed automatically (if not already) on first requirement.

v1.9.8

23 Jun 11:34
Compare
Choose a tag to compare

Updated cct.py, added a standalone robertson1968 (with 2022 update to deal with slope-change of iso-temperature lines: see upcoming paper on this).

v1.9.6

15 Feb 10:39
Compare
Choose a tag to compare
update to 1.9.6

v1.9.5

20 Jan 11:33
Compare
Choose a tag to compare

Updated cct.py based on speed and accuracy analysis (see forthcoming paper)

v1.9.3

26 Nov 23:14
Compare
Choose a tag to compare

Same as v1.9.2: updated, faster CCT conversion methods + moved the import of the imageio freeimage plugin inside the save_texture function until support is restored by imageio developers. This plugin is required for saving 16-bit PNG images, but until then, one could try saving them manually using opencv, openexr or PIL.

v1.9.2

26 Nov 22:20
Compare
Choose a tag to compare

Major update to cct.py (old function can still be found in cct_legacy.py). Even faster implementations + new methods. (brute-force search is not implemented in new module as some of the other methods can be faster and more accurate). Note that compared to v1.9.1 lot of lut generation functions and the way lut's can be represented as tuples has changed (leading to faster excecution).

v1.9.1

26 Nov 01:14
Compare
Choose a tag to compare

Major update to cct.py (old function can still be found in cct_legacy.py). Faster implementations + new methods. (brute-force search is not implemented in new module as some of the other methods can be faster and more accurate).
Some updates and small extensions to v1.9.0 and some bug fixes.

v1.8.0

27 Oct 22:36
Compare
Choose a tag to compare
Update steps_to_create_luxpy_distribution.txt

v1.7.3

03 Oct 07:58
Compare
Choose a tag to compare
Update steps_to_create_luxpy_distribution.txt