You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
46
47
47
48
### All changes:
48
49
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)
-*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)
50
55
-*fix*: install to /usr/local/share, not /usr/local/include [#172](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/172)
51
56
-*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)
52
58
-*refactor*: remove dependency on Libraw from the core library [#162](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/162)
53
59
-*refactor*: rename rawtoaces_idt to rawtoaces_core [#160](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/160)
54
60
-*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)
-*deps*: replace boost::unittest with oiio::unittest [#170](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/170)
59
65
-*deps*: replace boost::filesystem with std::filesystem [#161](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/161)
60
66
-*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)
0 commit comments