This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Releases: PoisotLab/SimpleSDMLayers.jl
Releases · PoisotLab/SimpleSDMLayers.jl
v0.8.3
v0.8.2
v0.8.1
v0.8.0
SimpleSDMLayers v0.8.0
Closed issues:
- Add an Array method to get the grid of a layer (#112)
- Use Cartesian indices (#114)
- longitude and latitudes are slow (#119)
- CHELSA has CMIP5 and CIMP6 now (#121)
- Bivariate mapping not working as a recipe (#123)
Merged pull requests:
- Add a grid method to extract the grid (#115) (@tpoisot)
- CompatHelper: bump compat for "ArchGDAL" to "0.7" (#118) (@github-actions[bot])
- v0.8.0 (#120) (@tpoisot)
- v0.8.0 in main (#124) (@tpoisot)
- CompatHelper: add new compat entry for Colors at version 0.12, (keep existing compat) (#125) (@github-actions[bot])
- CompatHelper: add new compat entry for ColorBlendModes at version 0.2, (keep existing compat) (#126) (@github-actions[bot])
v0.7.0
SimpleSDMLayers v0.7.0
Closed issues:
- DataFrames cannot be written to CSV (#52)
- Subsetting based on coordinates does not return same dimensions (#99)
- Writing and reading with geotiff does not return same dimensions (#100)
- Hcat/vcat return inversed bounding coordinates (#102)
- Bounding coordinates can easily be inversed (#103)
- Writing with
geotiff
modifies source layer (#104) layer1[layer2]
can only return exactly the same layer (#107)geotiff
does not use specifiednodata
value when writing (#108)
Merged pull requests:
- Fix layer dimensions bugs (#101) (@gabrieldansereau)
- Use missing instead of nothing in
DataFrame()
overload (#105) (@gabrieldansereau) - Various minor improvements (#106) (@gabrieldansereau)
v0.6.0
SimpleSDMLayers v0.6.0
Merged pull requests:
- CompatHelper: add new compat entry for "Downloads" at version "1.4" (#93) (@github-actions[bot])
- CompatHelper: add new compat entry for "Downloads" at version "1.5" (#95) (@github-actions[bot])
- Fix DataFrames compatibility (#96) (@gabrieldansereau)
- Remove outdated compat entries (#97) (@gabrieldansereau)
- Add indentation in show method (#98) (@gabrieldansereau)
v0.5.0
v0.4.8
SimpleSDMLayers v0.4.8
v0.4.7
v0.4.6
SimpleSDMLayers v0.4.6
Closed issues:
- Extend mask function for DataFrames (#74)
Merged pull requests:
- Add mask and mask! for DataFrames (#79) (@gabrieldansereau)