Skip to content

Commit fbda39c

Browse files
committed
v2.0 update CHANGES and CREDITS
Signed-off-by: Anton Dukhovnikov <[email protected]>
1 parent 622dff5 commit fbda39c

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/CHANGES.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Release 2.0.0 (September ?? 2025) -- compared to 1.1.0
2+
Release 2.0.0 (December ?? 2025) -- compared to 1.1.0
33
--------------------------------------------------------
44

55
**This version is not API- or ABI-compatible with the previous versions.**
@@ -43,12 +43,18 @@ Release 2.0.0 (September ?? 2025) -- compared to 1.1.0
4343
- Removed dependencies: boost, Libraw, AcesContainer.
4444
- Added dependencies: OpenImageIO, nlohmann-json.
4545
- The data files are now being installed into `/usr/local/share`, not `/usr/local/include`. The old path is still being resolved for backward compatibility.
46+
- The database (external rawtoaces-data repo) dependency has been switched to v1.0.0, which changes the data schema version to v1.0.0 and adds multiple new camera measurements, see
4647

4748
### All changes:
4849

49-
- *feat*: Implement a data class for storing spectral curves, replace boost:json with nlohmann-json [#164](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/164)
50+
- *feat*: implement a data class for storing spectral curves, replace boost:json with nlohmann-json [#164](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/164)
51+
- *feat*: add `--data-dir` argument and `auto` matrix method [#189](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/189)
52+
- *feat*: Python bindings - WIP, not fully functional yet [#205](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/205), [#208](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/208)
53+
- *api*: further tweaks to the public API [#178](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/178), [#183](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/183), [#215](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/215), [#219](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/219)
54+
- *api*: switch to rawtoaces-data v1.0.0 which also bumps the supported data schema version to v1.0.0 [#221](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/221)
5055
- *fix*: install to /usr/local/share, not /usr/local/include [#172](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/172)
5156
- *fix*: reading of data folders from env [#171](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/171)
57+
- *fix*: fix command line parsing error [186](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/186)
5258
- *refactor*: remove dependency on Libraw from the core library [#162](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/162)
5359
- *refactor*: rename rawtoaces_idt to rawtoaces_core [#160](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/160)
5460
- *refactor*: cleanup public interfaces [#159](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/159), [#169](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/169), [#173](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/173)
@@ -58,6 +64,14 @@ Release 2.0.0 (September ?? 2025) -- compared to 1.1.0
5864
- *deps*: replace boost::unittest with oiio::unittest [#170](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/170)
5965
- *deps*: replace boost::filesystem with std::filesystem [#161](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/161)
6066
- *ci*: fix CI broken on aswf-2024+ images [#163](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/163)
67+
- *ci*: various CI fixes [#179](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/179), [#209](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/209), [#210](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/210), [#213](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/213), [#214](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/214), [#217](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/217)
68+
- *ci*: improve Windows CI performance by caching [#218](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/218)
69+
- *tests*: improve unittest coverage [#190](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/190), [#192](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/192), [#193](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/193), [#194](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/194), [#200](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/200), [#207](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/207), [#212](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/212), [#216](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/216)
70+
- *tests*: test coverage report with badge and logo by [#188](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/188)
71+
- *analysis*: add static analysis [#206](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/206), [#211](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/211)
72+
- *build*: fix build issues caused by the order of OIIO includes [#198](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/198)
73+
- *cleanup*: code cleanup [#174](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/174), [#182](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/182), [#185](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/185), [#195](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/195), [#197](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/197)
74+
- *admin* Add CONTRIBUTING and other documents [#199](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/199)
6175

6276
Release 1.1.0 (August 11 2025) -- compared to 1.0.0
6377
--------------------------------------------------------

docs/CREDITS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ by first name.
44
- Aleksandr Motsjonov (@soswow)
55
- Alexander Forsythe (@aforsythe)
66
- Anton Dukhovnikov (@antond-weta)
7+
- Anthony Yin (@hyi18)
78
- Jean-Francois Panisset (@jfpanisset)
89
- Joel Brun (@joelBrun)
910
- Jonathan Chang (@jonchang)
@@ -18,4 +19,5 @@ by first name.
1819
- Thomas Mansencal (@KelSolaar)
1920
- @andyp6
2021
- @kisakata
22+
- @rodeka
2123
- @splidje

0 commit comments

Comments
 (0)