Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ca29351
fix: Open up API to swap out pointers
tmathern Jul 16, 2026
ab5c6f6
Merge branch 'main' into mathern/open-up-api
tmathern Jul 16, 2026
af97d7f
fix: Hardening native handles
tmathern Jul 16, 2026
3c04587
fix: COmments
tmathern Jul 17, 2026
9d7b2ac
fix: Update PID stamping
tmathern Jul 17, 2026
e926b5f
fix: Make isntances swappable
tmathern Jul 17, 2026
222b9a8
fix: Update tests
tmathern Jul 17, 2026
3f93e7e
fix: Improve pointers handling
tmathern Jul 17, 2026
97fe07e
fix: Improve pointers handling 2
tmathern Jul 17, 2026
d95a9d7
fix: The refactor
tmathern Jul 17, 2026
14ca4ec
Merge branch 'main' into mathern/open-up-api
tmathern Jul 17, 2026
0309a92
fix: Improve pointers handling 4
tmathern Jul 18, 2026
d6ebd6f
fix: Improve pointers handling 5
tmathern Jul 18, 2026
fad717b
fix: Rebaseline
tmathern Jul 18, 2026
075fb21
fix: Clean up debug
tmathern Jul 19, 2026
2a78a76
fix: Refactor
tmathern Jul 20, 2026
c24ede6
fix: Refactor
tmathern Jul 20, 2026
359ce98
fix: Refactor 3
tmathern Jul 20, 2026
85b6bfd
fix: Refactor once more
tmathern Jul 20, 2026
2725dce
fix: Baseline for new scenarios
tmathern Jul 20, 2026
7c946b9
fix: Rename vars for clarity
tmathern Jul 20, 2026
f342997
fix: Refactor once more 2
tmathern Jul 20, 2026
e8504bf
fix: Docs
tmathern Jul 20, 2026
f02e14b
fix: Handle handling handles (#296)
tmathern Jul 21, 2026
b0ea8ea
fix: Refactor to simplify based on current C FFI (#297)
tmathern Jul 22, 2026
bdc1a11
ci: Merge commit
tmathern Jul 22, 2026
1e72d83
ci: Merge commit for realz
tmathern Jul 22, 2026
d1f5abc
ci: Clarify comments
tmathern Jul 22, 2026
2ba7209
ci: Re-refactor
tmathern Jul 22, 2026
61d503c
fix: Refactor + docs update
tmathern Jul 22, 2026
e857a52
fix: Docs
tmathern Jul 22, 2026
1ee9a49
fix: Docs 2
tmathern Jul 22, 2026
e588a6a
fix: Docs 3
tmathern Jul 22, 2026
7ae2a20
fix: mermaid
tmathern Jul 22, 2026
2e03ded
fix: Update docs to clarify double-free and such
tmathern Jul 23, 2026
c1e99cb
ci: Merge remote-tracking branch 'refs/remotes/origin/mathern/open-up…
tmathern Jul 23, 2026
93b2283
Merge branch 'main' into mathern/open-up-api
tmathern Jul 24, 2026
e58e113
fix: Review comments
tmathern Jul 25, 2026
b998747
fix: Docs typo
tmathern Jul 25, 2026
99a9e51
fix: Merge commit
tmathern Jul 27, 2026
31c0a43
Update read.py
tmathern Jul 27, 2026
4c4bd1e
Change print statement from crjson to json
tmathern Jul 27, 2026
88d6e43
Update print statements to use reader.json()
tmathern Jul 27, 2026
e8f0c77
fix: Add tests to verify TSA URL use
tmathern Jul 28, 2026
31b5a43
Bump version from 0.37.2 to 0.37.3
tmathern Jul 28, 2026
1223f48
Bump version from 0.37.2 to 0.37.3
tmathern Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
389 changes: 333 additions & 56 deletions docs/native-resources-management.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "c2pa-python"
version = "0.37.2"
version = "0.37.3"
requires-python = ">=3.10"
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down
922 changes: 557 additions & 365 deletions src/c2pa/c2pa.py

Large diffs are not rendered by default.

Loading
Loading