A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

Recent Releases of PyLandStats

PyLandStats - v3.1.0

✨ New Features

  • 3bbd673 - set dates attribute in SpatioTemporalZonalAnalysis (commit by @martibosch)
  • b70b3ca - spatial signature analysis (commit by @martibosch)

✅ Tests

  • b602b87 - add {posargs} to pytest command in tox to run selected tests (commit by @martibosch)

Natural Resources - Soil and Land - Python
Published by github-actions[bot] 2 months ago

PyLandStats - v3.0.3

🐛 Bug Fixes

  • 18220ed - consistent handling of metrics for classes with no patches (commit by @martibosch)

Natural Resources - Soil and Land - Python
Published by github-actions[bot] 5 months ago

PyLandStats - v3.0.2

🐛 Bug Fixes

  • f73a61b - cython, py3.13, build with setuptools and tests with tox (PR #60 by @martibosch)

Natural Resources - Soil and Land - Python
Published by github-actions[bot] 5 months ago

PyLandStats - v3.0.1

🐛 Bug Fixes

  • d1f7d37 - drop stale black requirement (commit by @martibosch)

Natural Resources - Soil and Land - Python
Published by github-actions[bot] 6 months ago

PyLandStats - v3.0.0

✨ New Features

  • 913fb06 - catch pyogrio errors when reading zones for geopandas>1 (commit by @martibosch)

Natural Resources - Soil and Land - Python
Published by github-actions[bot] 6 months ago

PyLandStats - v3.0.0rc2

💥 BREAKING CHANGES

  • due to bbef272 - rename kws -> kwargs (commit by @martibosch):

    rename kws -> kwargs

✨ New Features

  • 2dafaaf - use dask to compute metrics' dataframes in parallel (commit by @martibosch)
  • a47f333 - multilandscape.landscape_ser, DRY compute metrics dfs, dask (commit by @martibosch)
  • d480243 - single-class (or landscape-level) zonal gdf (commit by @martibosch)

🐛 Bug Fixes

  • ea7cde5 - missing fragstats abbrevs for core (also use f-strings) (commit by @martibosch)
  • d074f32 - len in SpatioTemporalZonalAnalysis (commit by @martibosch)
  • 1ce4a4e - min two classes warning for entropy (credits to @kareed1) (commit by @martibosch)
  • 72c1cc9 - except zerodivisionerror in disjunct_core_area_am (commit by @martibosch)
  • 6fa816c - catch fiona DriverError for zones when fiona is installed (commit by @martibosch)

♻️ Refactors

  • bbef272 - rename kws -> kwargs (commit by @martibosch)

Natural Resources - Soil and Land - Python
Published by github-actions[bot] 11 months ago

PyLandStats - v3.0.0rc1

Changelog

v3.0.0rc1 (2023-11-20)

Closed issues:

  • Error in landscape.compute\_total\_adjacency\_df\(\) #22
  • Improving Space Efficiency for Zonal Analysis #17

Merged pull requests:

  • build: fix gitops workflow to avoid building wheels in push to main #44
  • Bump actions/checkout from 2 to 4 #38
  • style(pre-commit.ci): pre-commit autoupdate #30
  • Bump actions/setup-python from 2 to 4 #23

v3.0.0rc0 (2023-09-11)

Closed issues:

  • Landscape complexity analysis [feature] #8

Merged pull requests:

  • feat: 3.0.0rc0 #40
  • Feat 3.0.0rc #39
  • build: avoid building pure linux wheels because of pypi restrictions #37
  • build: skip all musllinux_i686 builds #36
  • build: temp upper-bounding transonic version to avoid importerrors #35
  • build: skip failing cp38-musllinux_i686 wheel #34
  • build: fix needs in publish_dev_build #33
  • Build win pure wheels #32
  • build: set cbuildwheel versions in pyproject.toml #29
  • fix: manual cbuildwheel steps (until action is in marketplace) #28
  • fix: single quotes in release.yml (see actions/runner/issues/866) #27
  • build: release on push to main; sdist, wheels and pypi publish #26

v2.4.2 (2021-11-19)

v2.4.1 (2021-11-19)

Closed issues:

  • No attribute read_geotiff #18

v2.4.0 (2021-11-13)

Closed issues:

  • 4 cell neighborhood rule #13

Merged pull requests:

  • Landscape complexity analysis #12

v2.3.0 (2021-04-23)

Closed issues:

  • Zonal statistics, multiple regions, single class. #11
  • Problem using Landscape analysis on Windows (Python) #10
  • Problem installing on Windows (Anaconda) #9

v2.2.1 (2020-11-12)

Closed issues:

  • Using a shapefile for the zones in ZonalAnalysis #7

v2.2.0 (2020-11-05)

v2.1.3 (2020-09-02)

Closed issues:

  • landscape.py has not been compiled for Transonic-Numba. #5
  • warnning when import pylandstats #4

Merged pull requests:

  • Inverse transonic and pythran order in pyproject.toml #6

v2.1.2 (2020-08-03)

v2.1.1 (2020-06-12)

v2.1.0 (2020-05-11)

v2.0.1 (2020-03-05)

v2.0.0 (2020-01-09)

v2.0.0rc0 (2019-12-06)

Closed issues:

  • [feature thought] Xarray(Dask) as backend for performance increase #3

v2.0.0b1 (2019-09-29)

v2.0.0b0 (2019-09-29)

Merged pull requests:

  • Transonic0.4 #2

v2.0.0a1 (2019-09-24)

published (2019-09-24)

v2.0.0a0 (2019-09-20)

v1.1.1 (2019-09-18)

v1.1.0 (2019-09-17)

v1.0.2 (2019-07-25)

v1.0.1 (2019-07-24)

v1.0.0 (2019-07-18)

v0.6.1 (2019-07-02)

v0.6.0 (2019-07-01)

v0.5.0 (2019-05-28)

v0.4.1 (2019-04-03)

v0.4.0 (2019-04-03)

v0.3.1 (2019-03-29)

v0.3.0 (2019-03-28)

v0.2.0 (2019-03-18)

v0.1.1 (2019-02-11)

* This Changelog was automatically generated by github_changelog_generator

Natural Resources - Soil and Land - Python
Published by github-actions[bot] over 1 year ago

PyLandStats - v3.0.0rc0

Changelog

v3.0.0rc0 (2023-09-11)

Closed issues:

  • Landscape complexity analysis [feature] #8

Merged pull requests:

  • feat: 3.0.0rc0 #40
  • Feat 3.0.0rc #39
  • build: avoid building pure linux wheels because of pypi restrictions #37
  • build: skip all musllinux_i686 builds #36
  • build: temp upper-bounding transonic version to avoid importerrors #35
  • build: skip failing cp38-musllinux_i686 wheel #34
  • build: fix needs in publish_dev_build #33
  • Build win pure wheels #32
  • build: set cbuildwheel versions in pyproject.toml #29
  • fix: manual cbuildwheel steps (until action is in marketplace) #28
  • fix: single quotes in release.yml (see actions/runner/issues/866) #27
  • build: release on push to main; sdist, wheels and pypi publish #26

v2.4.2 (2021-11-19)

v2.4.1 (2021-11-19)

Closed issues:

  • No attribute read_geotiff #18

v2.4.0 (2021-11-13)

Closed issues:

  • 4 cell neighborhood rule #13

Merged pull requests:

  • Landscape complexity analysis #12

v2.3.0 (2021-04-23)

Closed issues:

  • Zonal statistics, multiple regions, single class. #11
  • Problem using Landscape analysis on Windows (Python) #10
  • Problem installing on Windows (Anaconda) #9

v2.2.1 (2020-11-12)

Closed issues:

  • Using a shapefile for the zones in ZonalAnalysis #7

v2.2.0 (2020-11-05)

v2.1.3 (2020-09-02)

Closed issues:

  • landscape.py has not been compiled for Transonic-Numba. #5
  • warnning when import pylandstats #4

Merged pull requests:

  • Inverse transonic and pythran order in pyproject.toml #6

v2.1.2 (2020-08-03)

v2.1.1 (2020-06-12)

v2.1.0 (2020-05-11)

v2.0.1 (2020-03-05)

v2.0.0 (2020-01-09)

v2.0.0rc0 (2019-12-06)

Closed issues:

  • [feature thought] Xarray(Dask) as backend for performance increase #3

v2.0.0b1 (2019-09-29)

v2.0.0b0 (2019-09-29)

Merged pull requests:

  • Transonic0.4 #2

published (2019-09-24)

v2.0.0a1 (2019-09-24)

v2.0.0a0 (2019-09-20)

v1.1.1 (2019-09-18)

v1.1.0 (2019-09-17)

v1.0.2 (2019-07-25)

v1.0.1 (2019-07-24)

v1.0.0 (2019-07-18)

v0.6.1 (2019-07-02)

v0.6.0 (2019-07-01)

v0.5.0 (2019-05-28)

v0.4.1 (2019-04-03)

v0.4.0 (2019-04-03)

v0.3.1 (2019-03-29)

v0.3.0 (2019-03-28)

v0.2.0 (2019-03-18)

v0.1.1 (2019-02-11)

* This Changelog was automatically generated by github_changelog_generator

Natural Resources - Soil and Land - Python
Published by github-actions[bot] over 1 year ago

PyLandStats - Version v2.4.2

Natural Resources - Soil and Land - Python
Published by github-actions[bot] over 3 years ago

PyLandStats - Version v2.4.1

Natural Resources - Soil and Land - Python
Published by github-actions[bot] over 3 years ago

PyLandStats - Version v2.4.0

Natural Resources - Soil and Land - Python
Published by github-actions[bot] over 3 years ago

PyLandStats - v2.3.0

Natural Resources - Soil and Land - Python
Published by martibosch about 4 years ago

PyLandStats -

Natural Resources - Soil and Land - Python
Published by martibosch over 4 years ago

PyLandStats -

Natural Resources - Soil and Land - Python
Published by martibosch over 4 years ago

PyLandStats - v2.1.1

Natural Resources - Soil and Land - Python
Published by martibosch almost 5 years ago

PyLandStats - v1.0.2

Natural Resources - Soil and Land - Python
Published by martibosch almost 6 years ago

PyLandStats - v1.0.0

Natural Resources - Soil and Land - Python
Published by martibosch almost 6 years ago