Skip to content

Commit 2a261a3

Browse files
authored
Merge pull request #63 from rnd-team-dev/r0.18.3
R0.18.3
2 parents 9a42c2f + 8df5425 commit 2a261a3

33 files changed

+313
-11492
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release history
22
===============
33

4+
`v0.18.3` - 2025-01-03
5+
----------------------
6+
7+
Changed
8+
~~~~~~~
9+
10+
- Intel denoiser libs updated to 2.3.1. Accumulation frames, before the final one, are denoised using the fast model, the final frame is
11+
denoised using the high quality / slower model.
12+
13+
414
`v0.18.2` - 2024-12-13
515
----------------------
616

@@ -652,6 +662,7 @@ Added
652662
- this changelog, markdown description content type tag for PyPI
653663
- use [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
654664

665+
.. _`v0.18.3`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.3
655666
.. _`v0.18.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.2
656667
.. _`v0.18.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.1
657668
.. _`v0.17.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.17.1

examples/1_basics/10_1_save_hdr_environment_map.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
],
293293
"metadata": {
294294
"kernelspec": {
295-
"display_name": "Python 3",
295+
"display_name": "Python 3 (ipykernel)",
296296
"language": "python",
297297
"name": "python3"
298298
},
@@ -306,7 +306,7 @@
306306
"name": "python",
307307
"nbconvert_exporter": "python",
308308
"pygments_lexer": "ipython3",
309-
"version": "3.7.4"
309+
"version": "3.10.6"
310310
}
311311
},
312312
"nbformat": 4,

examples/1_basics/10_2_read_hdr_360deg_env_map.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
],
201201
"metadata": {
202202
"kernelspec": {
203-
"display_name": "Python 3",
203+
"display_name": "Python 3 (ipykernel)",
204204
"language": "python",
205205
"name": "python3"
206206
},
@@ -214,7 +214,7 @@
214214
"name": "python",
215215
"nbconvert_exporter": "python",
216216
"pygments_lexer": "ipython3",
217-
"version": "3.7.4"
217+
"version": "3.10.6"
218218
}
219219
},
220220
"nbformat": 4,

0 commit comments

Comments
 (0)