Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The attributes are defined as follows:
- **type**: `["string", "null"]`
- `license`
- **description**: *Required*, usage license of the document, e.g. "CC-BY-NC-ND".
- **type**: `["string", "null"]`
- **type**: `["string"]`
- `manufacturer`
- **description**: *Optional*, manufacturer of the device being tested.
- **type**: `["string", "null"]`
Expand Down
21 changes: 15 additions & 6 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release 0.2.0 (November 25 2025) -- compared to 0.1.0
Release 1.0.0 (November 28 2025) -- compared to 0.2.0
--------------------------------------------------------
- Capitalise the camera make/model in:
- Switch to the schema version 1.0.0, see [CHANGES_schema](./CHANGES_schema.md) for more detail [#14](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/14).

Release 0.2.0 (November 26 2025) -- compared to 0.1.0
--------------------------------------------------------
- Capitalise the camera make/model [#9](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/9)
Updated cameras:
- ARRI D21
- Canon Digital Rebel XTi
- Canon EOS 5D Mark II
Expand All @@ -12,11 +17,12 @@ Release 0.2.0 (November 25 2025) -- compared to 0.1.0
- Nikon D70
- Sony ILCE-7RM2
- Sony ILCE-7SM2
[#9](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/9)
- Set up JSON schema validation on CI and update non-compliant data files
[#13](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/13),
[#19](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/19)
- Add spectral sensitivity data for:
- Add/update camera spectral sensitivity data [#17](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/17),
[#18](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/18)
Added cameras:
- Arashi Vision Insta360 X5
- Canon EOS-1D X Mark II
- Canon EOS-1Ds Mark III
Expand Down Expand Up @@ -54,8 +60,11 @@ Release 0.2.0 (November 25 2025) -- compared to 0.1.0
- Sony ILCE-7RM4
- Sony ILCE-7SM3
- Sony ILCE-9
[#17](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/17),
[#18](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/18)

Updated cameras:
- Canon EOS 5D Mark II
- Sony ILCE-7RM2
- Sony ILCE-7SM2

Release 0.1.0 (July 14 2025)
--------------------------------------------------------
Expand Down
9 changes: 5 additions & 4 deletions docs/CHANGES_schema.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Schema 1.0.0 (release TBD) -- compared to 0.1.0
Schema 1.0.0 (release 1.0.0 - November 28 2025) -- compared to 0.1.0
--------------------------------------------------------
- remove the `header/catalog_number` attribute, see [#7](https://github.com/AcademySoftwareFoundation/rawtoaces-data/issues/7)
- add the `header/type` attribute, see [#8](https://github.com/AcademySoftwareFoundation/rawtoaces-data/issues/8)
- Remove the `header/catalog_number` attribute [#14](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/14)
- Replace `header/illuminant` with `header/type` attribute in the illuminant files [#16](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/16)
- Add a nonempty constraint to the required attributes `header/schema_version`, `header/description`, `header/document_creator`, `header/license` [#22](https://github.com/AcademySoftwareFoundation/rawtoaces-data/pull/22)

Schema 0.1.0 (release 0.1.0 - July 14 2025)
--------------------------------------------------------
- Initial version of the schema
- Initial version of the schema