Skip to content

Commit

Permalink
Release 2.0.3 issues 11, 45
Browse files Browse the repository at this point in the history
  • Loading branch information
bootchk committed Jan 9, 2018
1 parent 734e899 commit b10d6ed
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ ChangeLog for the resynthesizer

2012 Lloyd Konneker bootch nc.rr.com

version 2.0.3 Not used nested function (unsafe gcc extension) for progress callbacks, issues #11,45
version 2.0.3 Not use nested function (unsafe gcc extension) for progress callbacks, issues #11,45
Replace GLib functions deprecated since 2.32 to avoid compiler warnings.
Include math.h to avoid compiler warnings.

version 2.0.2 Remove deprecated PyGimp functions so users of unstable GIMP do not see warnings, pull request #7
Change Map>Resynthesize GUI to include hidden options, pull request #42
Expand All @@ -13,6 +15,12 @@ ChangeLog for the resynthesizer
version 2.0.1 forward: see also the Github notes for the release

version 2.0 is a major rewrite but with little functional change.

!!! Doesn't break API but gives different results when built multithreaded.
Usually users will not notice different results, but the test suite notices.

Multithreading, because of the nature of the algorithm, in my experience does not provide much performance gain.
For example, the speedup is at best 2x, even with say 8 threads.

* Functional changes:

Expand Down Expand Up @@ -43,7 +51,14 @@ ChangeLog for the resynthesizer
Only affects a few cases using maps.
The fix makes the results different in those cases, not necessarily better.

version 1.0 (Many, major changes.)


version 1.0 (Many, major changes.)

!!! Changes API from version 0.16 so any old Python and Scheme plugins may not work,
and users of full control panel Map>Resynthesize will need to adjust.
The API change is that the engine does not now invert the selection in the corpus.


* Functional changes:

Expand Down

0 comments on commit b10d6ed

Please sign in to comment.