Releases: computationalgeography/lue
Releases · computationalgeography/lue
0.3.8
What's Changed
- Bump jinja2 from 3.1.2 to 3.1.3 in /environment/configuration by @dependabot in #605
- Gh608 by @OliverSchmitz in #631
- Use FindPython instead of FindPython3 by @kordejong in #634
- Create contribution guideline by @kordejong in #635
- Fix all warnings generated in C/I builds by @kordejong in #640
- Support fetching docopt.cpp ourselves by @kordejong in #642
- Bump jinja2 from 3.1.3 to 3.1.4 in /environment/configuration by @dependabot in #643
- Port to HPX 1.10.0 by @kordejong in #649
- Add .editorconfig to repository by @kordejong in #651
- Partition shape is not parsed correctly in
lue_calculate
by @kordejong in #652 - Bug report template added by @OliverSchmitz in #654
- Add
clump
by @kordejong in #653 - Fix failing C/I build: conda: macos-14 / arm-64 by @kordejong in #658
- Add global sum by @kordejong in #660
- Keep .py extension on Python command scripts on Windows by @kordejong in #665
- Add support for negate by @kordejong in #671
- Issue 644 - License by @saeb-faraji-gargari in #666
- Use JupyterBook for documenting all non-API stuff by @kordejong in #674
- Fix documentation issues by @kordejong in #676
- Add support for numpy 2.0 by @kordejong in #678
- Document how to add a new local operation by @kordejong in #684
- Port to GCC-14 by @kordejong in #689
- Improve documentation by @kordejong in #691
- Improve documentation by @kordejong in #693
- Verify arrays have the same shape and shape in partitions by @kordejong in #694
lue.pcraster
'sycoordinate
outputs wrong values by @kordejong in #697- Get rid if iwyu stuff by @kordejong in #699
- Improve documentation by @kordejong in #700
- Add support for negative inflow to
kinematic_wave
by @kordejong in #702 - Harmonize public C++ and Python APIs by @kordejong in #706
- Add pre-commit hooks for checking markdown formatting and spelling / prose errors by @kordejong in #708
- Add overloads for
add
/+
acceptingfuture<Element>
by @kordejong in #709 - Replace overload accepting future with overload accepting scalarReplace all overloads accepting a
future<Element>
with overloads accepting aScalar<Element>
by @kordejong in #711 - Overload all unary local operation algorithms accepting Element values with versions that accept
Scalar<Element>
by @kordejong in #713
New Contributors
- @dependabot made their first contribution in #605
Full Changelog: 0.3.7...0.3.8
Lots of small behind the scene improvements
New batch of operations
Add another batch of operations
- Added LUE equivalents of all focal operations present in PCRaster
- LUE Conda package now makes use of new HPX Conda package
Add from_gdal / to_gdal
First release for executing demo of framework.
First release of a LUE Conda package including the modelling framework.
Creating Conda packages for 0.3.2 didn't work, hopefully this one does.
0.3.2
Port to AppleClang/macOS and Clang/Linux
This release adds support for building LUE using/on AppleClang/macOS and Clang/Linux.
LUE 0.3.0: Scientific database and environmental modelling framework
This release contains many improvements compared to 0.2.0. The main addition is addition of a set of flow accumulation algorithms to the LUE framework.
LUE 0.2.0: Scientific database and environmental modelling framework
Prepare for release