commit 00bb1ceb87ac0b3f62c504e3699e952b511da7f5 parent 4ce3c4bf22672b945376b05c6ebe60027226552d Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 4 May 2020 10:47:56 +0200 Write the 0.1 release note Diffstat:
| M | README.md | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -20,6 +20,17 @@ informations on CMake. ## Release notes +### Version 0.1 + +- Add the `htgop_get_<lw|sw>_spectral_intervals` functions: they return the + indices of the lower and upper spectral intervals that include a given range + of long/short waves. +- Add the `htgop_find_<lw|sw>_spectral_interval_id` functions: they return the + index of the spectral interval that includes the submitted short/long wave. +- Remove the functions explicitly relying onto the CIE 1931 XYZ color space, + i.e. `htgop_sample_sw_spectral_interval_CIE_1931_<X|Y|Z>` and + `htgop_get_sw_spectral_intervals_CIE_XYZ`. + ### Version 0.0.2 - Fix an issue when the parsed line is greater than 128 characters.