Releases: KMarkert/EarthEngine.jl
Releases · KMarkert/EarthEngine.jl
v0.3.2
EarthEngine v0.3.2
Bug fixes
- fixed a bug where wrapping Earth Engine functions cause issues with basic Julia functionality
v0.3.1
EarthEngine v0.3.1
Features
- extended
@eefunc
macro to wrap typed functions for EarthEngine use - added new parametric patterns to mathematical arithmetic functions for EE types
- imported and extended Base numeric comparison functions to use with EE types
Docs
- updated use examples to new functionality
v0.3.0
EarthEngine v0.3.0
Features
- added
eefunc
wrapper to wrap Julia defined functions as Python functions - added Base math arithmetic functions to extend with ee types
Fixes
- changed include statements to use joinpath instead of using hard coded path
- imported additional Base functions to prevent conflicts with EarthEngine module
Docs
- added use examples to docs source
- fixed typos
v0.2.2
EarthEngine v0.2.2
- fixed bug from v0.2.1 where PyCall was not able to get properties from the ee Python library making some functions unusable
- renamed the abstract type to wrap Python objects to something more intuitive for the package
v0.2.1
EarthEngine v0.2.1
- removed unnecessary additional loop for creating methods from ee modules to make more efficient
- imported additional Base functions to extend with Earth Engine that conflicted
Merged pull requests:
v0.2.0
EarthEngine v0.2.0
- fixed bug where type hierarchy random and produced unstable results
- added authentication workflow to initialization if user has not before
- exposed ee.Algorithms module functions