diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b185812..dfa603ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. All changes are by Kevin Sahr, unless otherwise noted. +## [8.34] - 2024-11-13 +### Fixed +- correctly handles math constants in Windows (thanks to @allixender) + ## [8.33] - 2024-10-16 ### Added - output whether or not built with GDAL diff --git a/README.md b/README.md index 258fd59f..32a20de0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## General Information -__DGGRID__ version 8.3 released July 3, 2024 +__DGGRID__ version 8.34 released November 13, 2024 __Southern Terra Cognita Laboratory__ www.discreteglobalgrids.org diff --git a/examples/sampleOutput/aigenerate/aigenerate.txt b/examples/sampleOutput/aigenerate/aigenerate.txt index 56c65c09..c46a657d 100644 --- a/examples/sampleOutput/aigenerate/aigenerate.txt +++ b/examples/sampleOutput/aigenerate/aigenerate.txt @@ -1,4 +1,4 @@ -** executing DGGRID version 8.33 with GDAL version 3090200 ** +** executing DGGRID version 8.34 with GDAL version 3090200 ** type sizes: big int: 64 bits / big double: 128 bits ** using meta file aigenerate.meta... @@ -51,7 +51,7 @@ shapefile_id_field_length 11 (default) kml_default_width 4 (default) kml_default_color ffffffff (default) kml_name (default) -kml_description Generated by DGGRID 8.33 (default) +kml_description Generated by DGGRID 8.34 (default) neighbor_output_type NONE (default) neighbor_output_file_name nbr (default) children_output_type NONE (default) diff --git a/examples/sampleOutput/binpres/binpres.txt b/examples/sampleOutput/binpres/binpres.txt index 97a8e28b..ecef4428 100644 --- a/examples/sampleOutput/binpres/binpres.txt +++ b/examples/sampleOutput/binpres/binpres.txt @@ -1,4 +1,4 @@ -** executing DGGRID version 8.33 with GDAL version 3090200 ** +** executing DGGRID version 8.34 with GDAL version 3090200 ** type sizes: big int: 64 bits / big double: 128 bits ** using meta file binpres.meta... @@ -51,7 +51,7 @@ shapefile_id_field_length 11 (default) kml_default_width 4 (default) kml_default_color ffffffff (default) kml_name (default) -kml_description Generated by DGGRID 8.33 (default) +kml_description Generated by DGGRID 8.34 (default) neighbor_output_type NONE (default) neighbor_output_file_name nbr (default) children_output_type NONE (default) diff --git a/examples/sampleOutput/binpresV8/binpresV8.txt b/examples/sampleOutput/binpresV8/binpresV8.txt index 0b455a43..52d15c6b 100644 --- a/examples/sampleOutput/binpresV8/binpresV8.txt +++ b/examples/sampleOutput/binpresV8/binpresV8.txt @@ -1,4 +1,4 @@ -** executing DGGRID version 8.33 with GDAL version 3090200 ** +** executing DGGRID version 8.34 with GDAL version 3090200 ** type sizes: big int: 64 bits / big double: 128 bits ** using meta file binpresV8.meta... @@ -51,7 +51,7 @@ shapefile_id_field_length 11 (default) kml_default_width 4 (default) kml_default_color ffffffff (default) kml_name (default) -kml_description Generated by DGGRID 8.33 (default) +kml_description Generated by DGGRID 8.34 (default) neighbor_output_type NONE (default) neighbor_output_file_name nbr (default) children_output_type NONE (default) diff --git a/examples/sampleOutput/binvals/binvals.txt b/examples/sampleOutput/binvals/binvals.txt index a0f75917..f6c7e368 100644 --- a/examples/sampleOutput/binvals/binvals.txt +++ b/examples/sampleOutput/binvals/binvals.txt @@ -1,4 +1,4 @@ -** executing DGGRID version 8.33 with GDAL version 3090200 ** +** executing DGGRID version 8.34 with GDAL version 3090200 ** type sizes: big int: 64 bits / big double: 128 bits ** using meta file binvals.meta... @@ -51,7 +51,7 @@ shapefile_id_field_length 11 (default) kml_default_width 4 (default) kml_default_color ffffffff (default) kml_name (default) -kml_description Generated by DGGRID 8.33 (default) +kml_description Generated by DGGRID 8.34 (default) neighbor_output_type NONE (default) neighbor_output_file_name nbr (default) children_output_type NONE (default) diff --git a/examples/sampleOutput/binvalsV8/binvalsV8.txt b/examples/sampleOutput/binvalsV8/binvalsV8.txt index 0ef60f49..609cd4de 100644 --- a/examples/sampleOutput/binvalsV8/binvalsV8.txt +++ b/examples/sampleOutput/binvalsV8/binvalsV8.txt @@ -1,4 +1,4 @@ -** executing DGGRID version 8.33 with GDAL version 3090200 ** +** executing DGGRID version 8.34 with GDAL version 3090200 ** type sizes: big int: 64 bits / big double: 128 bits ** using meta file binvalsV8.meta... @@ -51,7 +51,7 @@ shapefile_id_field_length 11 (default) kml_default_width 4 (default) kml_default_color ffffffff (default) kml_name (default) -kml_description Generated by DGGRID 8.33 (default) +kml_description Generated by DGGRID 8.34 (default) neighbor_output_type NONE (default) neighbor_output_file_name nbr (default) children_output_type NONE (default) diff --git a/examples/sampleOutput/binvalsV8/cells/cells.dbf b/examples/sampleOutput/binvalsV8/cells/cells.dbf index 7ad66eaf..77fd03ff 100644 Binary files a/examples/sampleOutput/binvalsV8/cells/cells.dbf and b/examples/sampleOutput/binvalsV8/cells/cells.dbf differ diff --git a/examples/sampleOutput/binvalsV8/points/points.dbf b/examples/sampleOutput/binvalsV8/points/points.dbf index 7ad66eaf..77fd03ff 100644 Binary files a/examples/sampleOutput/binvalsV8/points/points.dbf and b/examples/sampleOutput/binvalsV8/points/points.dbf differ diff --git a/examples/sampleOutput/determineRes/determineRes.txt b/examples/sampleOutput/determineRes/determineRes.txt index 0bd700c0..2e628151 100644 --- a/examples/sampleOutput/determineRes/determineRes.txt +++ b/examples/sampleOutput/determineRes/determineRes.txt @@ -1,4 +1,4 @@ -** executing DGGRID version 8.33 with GDAL version 3090200 ** +** executing DGGRID version 8.34 with GDAL version 3090200 ** type sizes: big int: 64 bits / big double: 128 bits ** using meta file determineRes.meta... @@ -53,7 +53,7 @@ shapefile_id_field_length 11 (default) kml_default_width 4 (default) kml_default_color ffffffff (default) kml_name (default) -kml_description Generated by DGGRID 8.33 (default) +kml_description Generated by DGGRID 8.34 (default) neighbor_output_type NONE (default) neighbor_output_file_name nbr (default) children_output_type NONE (default) diff --git a/examples/sampleOutput/determineRes/earth120k.kml b/examples/sampleOutput/determineRes/earth120k.kml index 7b520168..cbc18a04 100644 --- a/examples/sampleOutput/determineRes/earth120k.kml +++ b/examples/sampleOutput/determineRes/earth120k.kml @@ -2,7 +2,7 @@ outputfiles/earth120k.kml - Generated by DGGRID 8.33 + Generated by DGGRID 8.34