Skip to content

Commit 7462894

Browse files
committed
Merge branch 'feature/v0.1.5' into develop
2 parents 937f34e + 568c889 commit 7462894

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

MANIFEST.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
include LICENSE
22
include *.bib
33
include *.rst
4-
include docs/_build/latex/ColourHDRI.pdf
54
graft colour_hdri/examples
6-
graft docs/_build/html
7-
graft docs/_build/doctrees
85
prune colour_hdri/examples/.ipynb_checkpoints
96
global-exclude *.pyc
107
global-exclude *.pyo

TODO.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ TODO
66

77
- colour_hdri/__init__.py
88

9-
- Line 128 : # TODO: Remove legacy printing support when deemed appropriate.
9+
- Line 144 : # TODO: Remove legacy printing support when deemed appropriate.
1010

1111

1212
- colour_hdri/calibration/debevec1997.py
1313

14-
- Line 168 : # TODO: Investigate if the normalisation value should account for the percentage of uncertain camera response functions values or be correlated to it and scaled accordingly. As an alternative of setting the uncertain camera response functions values to zero, it would be interesting to explore extrapolation as the camera response functions are essentially smooth. It is important to note that camera sensors are usually acting non linearly when reaching saturation level.
14+
- Line 167 : # TODO: Investigate if the normalisation value should account for the percentage of uncertain camera response functions values or be correlated to it and scaled according. As an alternative of setting the uncertain camera response functions values to zero, it would be interesting to explore extrapolation as the camera response functions are essentially smooth. It is important to note that camera sensors are usually acting non linearly when reaching saturation level.
1515

1616

1717
- colour_hdri/tonemapping/global_operators/operators.py

colour_hdri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
__major_version__ = '0'
127127
__minor_version__ = '1'
128-
__change_version__ = '4'
128+
__change_version__ = '5'
129129
__version__ = '.'.join(
130130
(__major_version__,
131131
__minor_version__,

docs/generated/colour_hdri.plotting.plot_tonemapping_operator_image.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colour\_hdri\.plotting\.plot\_tonemapping\_operator\_images
2-
==========================================================
2+
===========================================================
33

44
.. currentmodule:: colour_hdri.plotting
55

0 commit comments

Comments
 (0)