Skip to content

Commit 4e81913

Browse files
committed
Updated version to 0.7.4
1 parent 4b5eb8f commit 4e81913

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ Tonemapping using `pfstools`.
144144

145145
## Changelog
146146

147+
- 0.7.4: Fixed tools3d.spharm compatibility with latest pyshtools.
148+
- 0.7.3: Added vMF-based envmap blur functionality. `ezexr` does not print the number of channels on stdout.
147149
- 0.7.2: `ezexr.imwrite()` now orders correctly channels when > 10 are used.
148150
- 0.7.1: Added `sunFromPySolar` (Thank Ian!) and support for alpha values and imageio v3 in ezexr(thanks Hong-Xing!).
149151
- 0.7.0: Fixed `.setHemisphereValue()`, added mode to `.toIntensity()`, fixed angular and sphere projections for normals [0, 0, ±1], added `.getHemisphere(normal)`.

skylibs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.3"
1+
__version__ = "0.7.4"

0 commit comments

Comments
 (0)