File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11Release history
22===============
33
4+ `v0.15.1 ` - 2023-03-16
5+ ----------------------
6+
7+ Added
8+ ~~~~~
9+
10+ - OpenCV-like intrinsic matrix in camera setup
11+ - configurable denoiser start frame
12+
13+ Changed
14+ ~~~~~~~
15+
16+ - ovrlaping refractive volumes handling
17+
18+
419`v0.15.0 ` - 2022-12-30
520----------------------
621
@@ -553,6 +568,7 @@ Added
553568- this changelog, markdown description content type tag for PyPI
554569- use [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
555570
571+ .. _`v0.15.1` : https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.15.1
556572.. _`v0.15.0` : https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.15.0
557573.. _`v0.14.4` : https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.4
558574.. _`v0.14.3` : https://github.com/rnd-team-dev/plotoptix/releases/tag/v0.14.3
Original file line number Diff line number Diff line change 1212
1313__author__ = "Robert Sulej, R&D Team <dev@rnd.team>"
1414__status__ = "beta"
15- __version__ = "0.15.0 "
16- __date__ = "30 December 2022 "
15+ __version__ = "0.15.1 "
16+ __date__ = "16 March 2023 "
1717
1818import logging
1919
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def get_tag(self):
148148
149149
150150setup (name = 'plotoptix' ,
151- version = '0.15.0 ' ,
151+ version = '0.15.1 ' ,
152152 url = 'https://rnd.team/plotoptix' ,
153153 project_urls = {
154154 'Documentation' : 'https://plotoptix.rnd.team' ,
You can’t perform that action at this time.
0 commit comments