Skip to content

Commit

Permalink
Merge pull request #63 from rnd-team-dev/r0.18.3
Browse files Browse the repository at this point in the history
R0.18.3
  • Loading branch information
robertsulej authored Jan 3, 2025
2 parents 9a42c2f + 8df5425 commit 2a261a3
Show file tree
Hide file tree
Showing 33 changed files with 313 additions and 11,492 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Release history
===============

`v0.18.3` - 2025-01-03
----------------------

Changed
~~~~~~~

- Intel denoiser libs updated to 2.3.1. Accumulation frames, before the final one, are denoised using the fast model, the final frame is
denoised using the high quality / slower model.


`v0.18.2` - 2024-12-13
----------------------

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

.. _`v0.18.3`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.3
.. _`v0.18.2`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.2
.. _`v0.18.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.18.1
.. _`v0.17.1`: https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.17.1
Expand Down
4 changes: 2 additions & 2 deletions examples/1_basics/10_1_save_hdr_environment_map.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -306,7 +306,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions examples/1_basics/10_2_read_hdr_360deg_env_map.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -214,7 +214,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 2a261a3

Please sign in to comment.