Changes between Version 18 and Version 19 of Release/8.0.0-News
- Timestamp:
- 12/19/21 11:20:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/8.0.0-News
v18 v19 718 718 * python scripting lib: fix run_command(error='status') not returning 0 by @petrasovaa in (PR:1839) 719 719 * python/script/raster.py: Fix encode string by @tmszi in (PR:738) 720 * scripts: Enable ambiguous variable name warning by @wenzeslaus in (PR:1515)721 * scripts: Enable bare except warning by @wenzeslaus in (PR:1517)722 * scripts: Enable import not at top warning by @wenzeslaus in (PR:1510)723 * scripts: Fix stylistic Flake8 warnings by @wenzeslaus in (PR:1487)724 * scripts: Remove unused vars or ignore in Flake8 by @wenzeslaus in (PR:1498)725 720 726 721 ==== Binder ==== … … 951 946 * Fix Flake8 errors in temporal modules by @wenzeslaus in (PR:573) 952 947 * Fix flake8 pep8 errors by @neteler in (PR:986) 948 * scripts: Enable ambiguous variable name warning by @wenzeslaus in (PR:1515) 949 * scripts: Enable bare except warning by @wenzeslaus in (PR:1517) 950 * scripts: Enable import not at top warning by @wenzeslaus in (PR:1510) 951 * scripts: Fix stylistic Flake8 warnings by @wenzeslaus in (PR:1487) 952 * scripts: Remove unused vars or ignore in Flake8 by @wenzeslaus in (PR:1498) 953 953 954 954 ==== Unit tests / CI ====