{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2157102,"defaultBranch":"dev","name":"aces-core","ownerLogin":"ampas","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-08-04T21:13:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/955085?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725474113.0","currentOid":""},"activityList":{"items":[{"before":"5a788b7a36999d5fe1bed2776eea41b32259005b","after":"89a10fdcad5894553ec1c4cebd5b6cbca8c0b593","ref":"refs/heads/dev","pushedAt":"2024-09-05T18:07:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"remerge branch 'v2-dev-release-3' into dev, adding 1 commit\n\nexpand the clamp of negative values that was added for PQ to all values coming into the eotf_inv function","shortMessageHtmlLink":"remerge branch 'v2-dev-release-3' into dev, adding 1 commit"}},{"before":"1256fee50ee35548c6eab8eca854ff3349008489","after":"89a10fdcad5894553ec1c4cebd5b6cbca8c0b593","ref":"refs/heads/main","pushedAt":"2024-09-04T23:18:58.000Z","pushType":"push","commitsCount":107,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"remerge branch 'v2-dev-release-3' into dev, adding 1 commit\n\nexpand the clamp of negative values that was added for PQ to all values coming into the eotf_inv function","shortMessageHtmlLink":"remerge branch 'v2-dev-release-3' into dev, adding 1 commit"}},{"before":"fc189808208e28019a8c5a27cdb2d50312939232","after":"5a788b7a36999d5fe1bed2776eea41b32259005b","ref":"refs/heads/dev","pushedAt":"2024-09-04T18:22:35.000Z","pushType":"push","commitsCount":78,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"merge branch 'v2-dev-release-3' into dev","shortMessageHtmlLink":"merge branch 'v2-dev-release-3' into dev"}},{"before":"1256fee50ee35548c6eab8eca854ff3349008489","after":null,"ref":"refs/heads/master","pushedAt":"2024-09-04T18:21:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"}},{"before":null,"after":"1256fee50ee35548c6eab8eca854ff3349008489","ref":"refs/heads/main","pushedAt":"2024-09-04T18:21:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"merge branch 'release/v1.3'\n\n* New Features:\n * Add gamut compression transform to assist with remapping problematic colorimetry into AP1\n * Update AMF schema to with refinements by the AMF Implementation Working Group:\n * Update all `aces:transformType`s to have choice of `aces:uuid`, `aces:file`, or `aces:transformId`\n * Modify `outputTransformType` to no longer be an extension of `transformType`\n * Update choice occurences to disallow the possibility of empty transform tags\n * Add CSC transforms for Sony Venice\n* Bug fixes:\n * Remove clamp in ACES to ACEScg conversion transform\n * Correct typos in the TransformIDs of CSC files added in v1.2\n* Other:\n * Relocate ACES documentation to its own repository\n * Rename `outputTransforms` directory to `outputTransform` (singular)\n * Add color primary subdirectories to `outputTransform` directory to be consistent with the `odt` directory\n * Update reference images:\n * Add images to accompany new gamut compression transform\n * Add images to accompany Sony Venice CSC transforms\n * Update images for ACES <--> ACEScg conversion transforms","shortMessageHtmlLink":"merge branch 'release/v1.3'"}},{"before":"d9c7a5ea38c9e1754154d8f86c56752ba2021de5","after":null,"ref":"refs/heads/prep-release2","pushedAt":"2024-08-29T05:17:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"}},{"before":"ccc1c430f29a49ebf2b0222d2a158276a51d443e","after":null,"ref":"refs/heads/dev-release-rc2-staging","pushedAt":"2024-08-29T05:17:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"}},{"before":null,"after":"eeac1e140e6f04ef60b0318630ff637e5f5d60d3","ref":"refs/heads/v2-dev-release-2","pushedAt":"2024-08-19T19:59:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"merge branch 'prep-release2' into v2-dev-release-2\n\n* prep-release2: (22 commits)\n update changelog\n remove clamp in eotf_inv since values should already be clamped from the white_limiting step which includes a clamp to peakLuminance\n remove redudant re-calculation of JMcusp and focusJ in getReachBoundary() function, instead passing them in as already calculated\n refactor white scaling\n remove surround option\n add upper limit clamp based on 8x (3 stops) above the value needed to hit max through the tonescale\n break into discrete named steps to help clarify the quadratic form that this equation represents\n refactor chromaCompress to use forward/inverse bool rather than discrete fwd/inv functions with redundant code\n baseIndex is previously defined and does not need local redefinition here\n update changelog\n format code\n add print function for a 1-column table\n remove unused smoothJ\n reorder enum options for eotf\n simplify compressFuncParams and compressPowerP function\n modify gamma table construction to add two extra entries\n update gamut table with extra entries\n simplify reach table, rename, and simplifiy interpolation functions\n change logic for determining when to apply white scaling to a bool\n remove primaries\n ...","shortMessageHtmlLink":"merge branch 'prep-release2' into v2-dev-release-2"}},{"before":null,"after":"d9c7a5ea38c9e1754154d8f86c56752ba2021de5","ref":"refs/heads/prep-release2","pushedAt":"2024-08-19T16:36:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"update changelog","shortMessageHtmlLink":"update changelog"}},{"before":"6bd0e935fea6db89a8c4fa63fb3268829e1ffc40","after":"ccc1c430f29a49ebf2b0222d2a158276a51d443e","ref":"refs/heads/dev-release-rc2-staging","pushedAt":"2024-07-24T08:14:51.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"since power=1, simplify compressPowerP and change the name since the \"power\" part of it has been reduced out","shortMessageHtmlLink":"since power=1, simplify compressPowerP and change the name since the …"}},{"before":"8f3fac1fa6ebf6dedd774bd87925c92ffbe993a8","after":"6bd0e935fea6db89a8c4fa63fb3268829e1ffc40","ref":"refs/heads/dev-release-rc2-staging","pushedAt":"2024-07-20T16:14:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"fix incorrect logic in encoding function for applying white scale","shortMessageHtmlLink":"fix incorrect logic in encoding function for applying white scale"}},{"before":null,"after":"8f3fac1fa6ebf6dedd774bd87925c92ffbe993a8","ref":"refs/heads/dev-release-rc2-staging","pushedAt":"2024-07-20T06:19:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"update changelog","shortMessageHtmlLink":"update changelog"}},{"before":"2429ac3d36b35cb0c8d720d915e12a8b288e810a","after":"0b632da885c29f1ca8e816b3995ad5fde976e9ae","ref":"refs/heads/v2-dev-release","pushedAt":"2024-05-04T23:27:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"remove camera specific primary set definitions (they should be and are now local to the CSCs)","shortMessageHtmlLink":"remove camera specific primary set definitions (they should be and ar…"}},{"before":"4b0422732b3677e813fe77ef853428b39b28e491","after":"2429ac3d36b35cb0c8d720d915e12a8b288e810a","ref":"refs/heads/v2-dev-release","pushedAt":"2024-04-23T00:22:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aforsythe","name":"Alexander Forsythe","path":"/aforsythe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309001?s=80&v=4"},"commit":{"message":"update README\n\n- add contributing and support files\n- update readme with references to contributing, support, and license files","shortMessageHtmlLink":"update README"}},{"before":"2429ac3d36b35cb0c8d720d915e12a8b288e810a","after":null,"ref":"refs/heads/v2-dev-release-staging","pushedAt":"2024-04-23T00:22:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aforsythe","name":"Alexander Forsythe","path":"/aforsythe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309001?s=80&v=4"}},{"before":null,"after":"2429ac3d36b35cb0c8d720d915e12a8b288e810a","ref":"refs/heads/v2-dev-release-staging","pushedAt":"2024-04-23T00:18:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aforsythe","name":"Alexander Forsythe","path":"/aforsythe","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/309001?s=80&v=4"},"commit":{"message":"update README\n\n- add contributing and support files\n- update readme with references to contributing, support, and license files","shortMessageHtmlLink":"update README"}},{"before":null,"after":"4b0422732b3677e813fe77ef853428b39b28e491","ref":"refs/heads/v2-dev-release","pushedAt":"2024-04-22T21:29:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"merge branch 'v2-dev-release-staging' into v2-dev-release","shortMessageHtmlLink":"merge branch 'v2-dev-release-staging' into v2-dev-release"}},{"before":"ea2afeb4d4f3cd788e42da56787daf0dd465dec2","after":"fc189808208e28019a8c5a27cdb2d50312939232","ref":"refs/heads/dev","pushedAt":"2023-10-27T03:28:03.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"Merge pull request #140 from aforsythe/feature/idt-applelog\n\nAdd AppleLog Rec2020 IDT and README links to AppleLog white paper","shortMessageHtmlLink":"Merge pull request #140 from aforsythe/feature/idt-applelog"}},{"before":"15d4136b643eb79d41080eb6cb9d7a04645063b7","after":"ea2afeb4d4f3cd788e42da56787daf0dd465dec2","ref":"refs/heads/dev","pushedAt":"2023-07-21T23:01:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"Merge pull request #136 from colour-science/feature/display_p3\n\nPR: Implement support for \"DisplayP3\" output device transform.","shortMessageHtmlLink":"Merge pull request #136 from colour-science/feature/display_p3"}},{"before":"fdfebd922dc00ca574e2ff11132ba421d19ca749","after":"15d4136b643eb79d41080eb6cb9d7a04645063b7","ref":"refs/heads/dev","pushedAt":"2023-05-13T16:49:00.415Z","pushType":"push","commitsCount":1,"pusher":{"login":"scottdyer","name":"Scott Dyer","path":"/scottdyer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/955236?s=80&v=4"},"commit":{"message":"fix typo in TransformID for Inverse P3D65 2000- and 4000-nit Output Transforms","shortMessageHtmlLink":"fix typo in TransformID for Inverse P3D65 2000- and 4000-nit Output T…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQxODowNzowMy4wMDAwMDBazwAAAASuKCoe","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQxODowNzowMy4wMDAwMDBazwAAAASuKCoe","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0xM1QxNjo0OTowMC40MTU5MzRazwAAAAMsGG7F"}},"title":"Activity · ampas/aces-core"}