From 8c317c5caa036defe4b6282d741c934135405eb6 Mon Sep 17 00:00:00 2001 From: Pontus Ebelin Date: Mon, 11 Nov 2024 12:42:21 +0100 Subject: [PATCH] Minor fix --- misc/versionList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/versionList.md b/misc/versionList.md index fa366dd..954187f 100644 --- a/misc/versionList.md +++ b/misc/versionList.md @@ -7,7 +7,7 @@ changed for the different versions of FLIP: - Flipped the ꟻ in ꟻLIP. The entire name (FLIP) should now be readable on all devices. - Published Python version of FLIP to PyPI (URL: https://pypi.org/project/flip-evaluator/). - The Python version of FLIP (tool and API) is now installed by `pip install flip-evaluator`. - - The distribution has been tested on Windows, Linux (Ubuntu 24.04), and OS X ($\ge$ 10.15). Wheels are built for each (and various CPython versions $\ge$ 3.8) using [cibuildwheel](https://github.com/pypa/cibuildwheel). Note that FLIP's output might differ slightly between the different operative systems. The references used for `flip_evaluator/tests/test.py` are made for Windows. While the mean tests (means compared up to six decimal points) pass on each mentioned operative system, not all error map pixels are identical. + - The distribution has been tested on Windows, Linux (Ubuntu 24.04), and OS X ($\ge$ 10.15). Wheels are built for each (and various CPython versions $\ge$ 3.8) using [cibuildwheel](https://github.com/pypa/cibuildwheel). Note that FLIP's output might differ slightly between the different operative systems. The references used for `src/tests/test.py` are made for Windows. While the mean tests (means compared up to six decimal points) pass on each mentioned operative system, not all error map pixels are identical. - After installation, the tool can be run directly in a shell by `flip --reference reference.{png|exr} --test test.{png|exr}`. - After installation, the FLIP API is available in Python by `import flip_evaluator as flip`. - Python version is now built using `scikit` instead of `setuptools`, and uses [nanobind](https://github.com/wjakob/nanobind) instead of [pybind11](https://github.com/pybind/pybind11).