On the road to 3.6

Here is the running changelog of the G’MIC project, until it reaches next major version 3.6.
It lists all changes made to the project since the latest stable release (3.5.0).

New features:

  • [math-core-351] Add new function isfinite() that returns 0 or 1 whether the given argument is a finite number or not (i.e. not inf nor NaN).

  • [stdlib-351] Add new command matchpatch_alt, a custom re-implementation of command matchpatch that is slower but easier to modify for computing custom correspondence maps between two images.

Improvements / Modifications:

  • [stdlib-351] Command scale2x_cnn: Implement downscaling fidelity constraint, so that a downscaled version of the upscaled image is almost the same as the input image.

Bugfix:

  • [math-core-351] Fix multi-threading issue when forcing the evaluation of math expressions in parallel for images that has less values than the number of threads (including empty images).
2 Likes