Changes between Version 12 and Version 13 of Release/7.8.3-News


Ignore:
Timestamp:
May 10, 2020, 3:15:03 AM (4 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.8.3-News

    v12 v13  
    7676 * G78:g.gui.image2target: fix wxPython Phoenix support (PR:396)
    7777 * G78:g.gui.rlisetup: fix config file open mode for write in text mode
    78  * G78:g.gui.vdigit: fix SnapLine function return value (PR:506)
     78 * G78:g.gui.vdigit: fix !SnapLine function return value (PR:506)
    7979 * G78:r.blend: Quote map names in r.mapcalc expressions. (PR:277)
    80  * G78:r.external: read nan as nan (PR:338)
     80 * G78:r.external: read NaN as NaN (PR:338)
    8181 * G78:r.external: transfer colormap added (PR:337)
    8282 * G78:r.grow: Correctly handle shrinking of maps without NULL values (PR:343)
     
    138138==== Python scripting ====
    139139
    140  * stability fixes regarding the Python 3 support
     140 * numerous stability fixes regarding the Python 3 support
    141141 * replace obsolete `time.clock()` in Python 3.3 (PR:244)
    142142
     
    191191==== Docker support ====
    192192
    193  * introduce docker multistage build to alpine image (PR:276)
     193 * Alpine docker image: introduce docker multistage builds (PR:276)
    194194 * Alpine docker image: work with py3.8 (PR:278)
    195195 * Alpine docker image: use proj 6.2.1 in Alpine Dockerfile (PR:255)