Releases: Twinklebear/oidn-rs
Releases · Twinklebear/oidn-rs
2.2.4
2.2.3
What's Changed
Full Changelog: 2.2.2...2.2.3
2.2.2
2.0.1
1.4.3
Release 1.4.2
Changes
- @techninja1008 Add proper "links" entry to Cargo.toml #20 . Thanks @techninja1008 !
Release 1.4.1
Changes
- Path release to revert breaking change of renaming
FilterError
toError
to allow tracking the OIDN version (1.4) and following semver.
Release 1.4.0
Updated to Open Image Denoise 1.4.0, thanks @virtualritz !
Additional Changes
FilterError
has been renamed toError
(#17 )
Release 1.3.1
Changes
- The
RayTracing::input_scale
API method has replacedRayTracing::hdr_scale
, as in OpenImageDenoise 1.3.0. TheRayTracing::hdr_scale
API is still provided but is now marked as deprecated. Closes #16
Release 1.3.0
Changes
- Revert back to an API which does keep references to the optional normal and albedo buffers, and supports writing filter outputs to the input buffer via #12 , thanks @virtualritz ! This API may change further to allow re-using the filter repeatedly on the same input and output buffers without re-committing it, if this provides improved performance