Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare for 1.6.0 #69

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniforge-version: latest
miniforge-variant: Mambaforge
- name: Install Dependencies
shell: bash -l {0}
run: |
Expand All @@ -42,7 +41,6 @@ jobs:
run: |
cd build
make test
# slightly redundant since conda packages KEA, but I guess this checks we haven't broken anything
- name: check gdal
shell: bash -l {0}
run: gdal_translate --formats | grep KEA
Expand Down Expand Up @@ -107,7 +105,6 @@ jobs:
run: |
cd build
nmake test
# slightly redundant since conda packages KEA, but I guess this checks we haven't broken anything
- name: check gdal
shell: bash -el {0}
run: gdal_translate --formats | grep KEA
Expand Down
12 changes: 12 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.6.0
-----

* Improved thread safety. Potential ABI breakage.
* Better saving and restoring of hdf5 print stack status, should now be quieter
* Increase default chunk size for Raster Attribute Tables, should improve
performance on S3/curl filesystems.
* Stop GDAL driver deriving from the PAM baseclasses. Should now be no annoying .aux.xml files.
* Fix overview writing - tiles were not being flushed in some situations.
* Removed unused ERDAS Imagine and Arc drivers.
* Increase chunksize for copying the RAT during CreateCopy operations.

1.5.3
-----

Expand Down
Loading