Changes between Version 12 and Version 13 of Release/7.8.3-News
- Timestamp:
- 05/10/20 03:15:03 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/7.8.3-News
v12 v13 76 76 * G78:g.gui.image2target: fix wxPython Phoenix support (PR:396) 77 77 * 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) 79 79 * 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) 81 81 * G78:r.external: transfer colormap added (PR:337) 82 82 * G78:r.grow: Correctly handle shrinking of maps without NULL values (PR:343) … … 138 138 ==== Python scripting ==== 139 139 140 * stability fixes regarding the Python 3 support140 * numerous stability fixes regarding the Python 3 support 141 141 * replace obsolete `time.clock()` in Python 3.3 (PR:244) 142 142 … … 191 191 ==== Docker support ==== 192 192 193 * introduce docker multistage build to alpine image(PR:276)193 * Alpine docker image: introduce docker multistage builds (PR:276) 194 194 * Alpine docker image: work with py3.8 (PR:278) 195 195 * Alpine docker image: use proj 6.2.1 in Alpine Dockerfile (PR:255)