Skip to content

Conversation

@cozdas
Copy link
Collaborator

@cozdas cozdas commented Jan 13, 2026

Let's see if this makes DCO happy (unlikely but...)

Asheikhm and others added 12 commits October 28, 2025 17:24
…ion#2206)

* adding unit test for applyRGB buffer, check in the applyRGB if the buffer is C order or not, for now throw error

Signed-off-by: Afsaneh Sheikhmiri <[email protected]>

* Adsk Contrib - Detect C/F order, if not C order : RuntimeError shown, test is still not passing

Signed-off-by: Afsaneh Sheikhmiri <[email protected]>

* remove 1d arrays from the test, since even after Transpose, 1d arrays are still contiguous

Signed-off-by: Afsaneh Sheikhmiri <[email protected]>

---------

Signed-off-by: Afsaneh Sheikhmiri <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
* Enable Python 3.14 wheels

Signed-off-by: Rémi Achard <[email protected]>

* Replace macos-13 by macos-15-intel

Signed-off-by: Rémi Achard <[email protected]>

* Allow find_package CONFIG mode with Package_ROOT

Signed-off-by: Rémi Achard <[email protected]>

---------

Signed-off-by: Rémi Achard <[email protected]>
* - Fix Windows Doxygen install script as Doxygen v1.16.0 changed the released zip name.

Signed-off-by: cuneyt.ozdas <[email protected]>

* double escape maybe?

Signed-off-by: cuneyt.ozdas <[email protected]>

---------

Signed-off-by: cuneyt.ozdas <[email protected]>
…2224)

* Addressing issue AcademySoftwareFoundation#1915, remove [0, 1] clamping from ICC profiles.

Currently the clamping is removed ONLY when the the type 0 (simple gamma) TRC is used. In this case the the mirroring around origin is used for the negative values.

Other parametric curves are currently implemented as 1DLuts thus will not handle out of bound values properly. In a later wave we can either convert LUTs to half-domain ones or try to implement them with more complex ops (such as exponent with linear).

Signed-off-by: cuneyt.ozdas <[email protected]>

* - Fixing the op tests in the inverse direction
- More detailed explanation for the clamp removal in pure-gamma TRC cases.

Signed-off-by: cuneyt.ozdas <[email protected]>

---------

Signed-off-by: cuneyt.ozdas <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
… in OpenColorIO::ThrowInvalidRegex (AcademySoftwareFoundation#2231)

This turned out to be not a UAF issue but an out-of-bounds-access issue where the throw was accessing the incorrect (and potentially shorter) string with an index derived from another (and potentially longer) string.

Signed-off-by: cuneyt.ozdas <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
* Fix texture binding index issue

Signed-off-by: Doug Walker <[email protected]>

* Add texture binding index getters

Signed-off-by: Doug Walker <[email protected]>

* Adjust addTexture return and fix Python binding

Signed-off-by: Doug Walker <[email protected]>

* Fix unit tests

Signed-off-by: Doug Walker <[email protected]>

---------

Signed-off-by: Doug Walker <[email protected]>
… floating point rounding edge case (AcademySoftwareFoundation#2227)

* Add test to reproduce bug 2220

Code incorrectly deals with edge cases where atan2() returns end of range [-pi, pi]

Signed-off-by: Kevin Wheatley <[email protected]>

* Extend tables to have an additonal entry to allow for boundary condition to not over flow table bounds during lookup

All tables are now 1 entry larger and should have valid data wrapped into the extra entries

Signed-off-by: Kevin Wheatley <[email protected]>

* Clarify ACES OT 2.0 edge-case test comments around hue-angle table access bug

Signed-off-by: Kevin Wheatley <[email protected]>

---------

Signed-off-by: Kevin Wheatley <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
…dation#2204)

* Fix ociocheck

Signed-off-by: Doug Walker <[email protected]>

* Minor improvements

Signed-off-by: Doug Walker <[email protected]>

---------

Signed-off-by: Doug Walker <[email protected]>
…ySoftwareFoundation#2230)

Add dependabot.yml to enable automated dependency updates for:
- GitHub Actions workflows (weekly)
- Python pip packages (weekly)

This follows OpenSSF Best Practices Badge recommendations and
is part of the Step Security hardening measures.

Part of AcademySoftwareFoundation#2035

Signed-off-by: pmady <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
…n#2229)

This adds a GitHub Actions workflow that signs release artifacts
using Sigstore, following the OpenSSF Best Practices Badge
recommendations. The workflow is triggered on release publication
and:

1. Creates a .tar.gz archive of the source tree
2. Signs the archive using sigstore/gh-action-sigstore-python
3. Uploads both the tarball and .sigstore.json credential bundle

Based on the OpenEXR release-sign.yml workflow template.

Closes AcademySoftwareFoundation#2034

Signed-off-by: pmady <[email protected]>
Co-authored-by: Doug Walker <[email protected]>
@cozdas cozdas marked this pull request as draft January 13, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants