Releases: yeesian/ArchGDAL.jl
Releases · yeesian/ArchGDAL.jl
v0.7.4
ArchGDAL v0.7.4
Closed issues:
- Define default behavior for geotransform (#190)
- Allow for multi-way enum conversions (#221)
- Implement datatype conversions for OFTWideStrings (#231)
Merged pull requests:
- New convert macro using a
const Dict
outside theconvert
function… (#230) (@mathieu17g) - Deprecate OFTWideString (#233) (@yeesian)
- Return the default geotransform rather than throwing an error. (#236) (@yeesian)
- Bidirectional conversion between
GDALDataType
andImageCore.Normed
viaUnionAll
case in@convert
macro (#237) (@mathieu17g)
v0.7.3
v0.7.2
ArchGDAL v0.7.1 Documentation in the gh-pages branch
v0.7.1
ArchGDAL v0.7.1
Closed issues:
- Segmentation fault on v0.7 (#212)
Merged pull requests:
- Add DOCUMENTER_KEY as ssh deploy key to tagbot (#211) (@felixcremer)
- Bugfix for dataset ownership when creating layers (#214) (@yeesian)
v0.7.0
ArchGDAL v0.7.0
Closed issues:
- Towards better color support (#42)
- change options argument to vector of strings (#80)
- Follow a style guide (#83)
- download_verify removed on nightly (#154)
- Test failures and ArchGDAL.create crashing (#163)
- install error with Julia1.6 (#168)
- Can not load STK file (#170)
- Better errors for missing Dict keys (#178)
- Status of GeoInterface and Geometry objects (#180)
- getting scale and offset for a band returns default values instead of correct values (#183)
- nodatavalue type may be different to array eltype (#188)
- DiskArrays broadcast write seems to be broken (#191)
- Clean up NULL / Nothing / Missing semantics (#192)
- Documentation of geometry column names in Tables (#196)
- Error setting certificate verify locations (#200)
- Trigger new patch release (#206)
Merged pull requests:
- Give geometry type hints in Schema. (#160) (@evetion)
- [Breaking] Maintain a closed environment of GDAL-compatible types (#179) (@yeesian)
- forward metadata methods for RasterDataset (#186) (@visr)
- Add a Code of Conduct (#198) (@yeesian)
- looser ImageCore and ColorTypes deps (#207) (@rafaqz)
- Add support for complex gdal data type (#208) (@felixcremer)
- ArchGDAL v0.7.0 release (#209) (@yeesian)
v0.6.0
ArchGDAL v0.6.0
Closed issues:
Merged pull requests:
v0.5.3
ArchGDAL v0.5.3
Closed issues:
- online docs are old (#134)
- Functionality to get bounding box of geometry (#148)
- Update .gitignore to include VS Code files and Manifest (#150)
Merged pull requests:
- fix downloading test data on julia nightly (#146) (@visr)
- Add function to calculate bounding box (#149) (@zerefwayne)
- Allow test failures on julia nightly (#156) (@felixcremer)
- update test values for GDAL 3.2.0 (#157) (@visr)
- Compact display of geometry without WKT (#159) (@evetion)
v0.5.2
v0.5.1
ArchGDAL v0.5.1
Closed issues:
- Simplify the creation of new datasets (#56)
- Update from DataStreams.jl to Tables.jl (#69)
- [Suggestion] Decreasing the size of test data (#104)
- online docs are old (#134)
- libcurl - could not load library (#138)
- Tagged docs not built since 0.3.2 (#139)
- Move package to an org? (#143)
- ArchGDAL.touches error (#144)
Merged pull requests:
- Implement a Tables interface for features (#118) (@Sov-trotter)
- Introductory tutorial similar to Rasterio's Python Quickstart (#130) (@pritamd47)
- Remove the matrix for Travis CI (#135) (@yeesian)