8000 Comparing v0.1.0...v0.2.0 · xarray-contrib/xvec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xarray-contrib/xvec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: xarray-contrib/xvec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 18 commits
  • 26 files changed
  • 3 contributors

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    82d6d34 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    393d056 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#43)

    updates:
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.255](astral-sh/ruff-pre-commit@v0.0.254...v0.0.255)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    ab691eb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#44)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.260](astral-sh/ruff-pre-commit@v0.0.255...v0.0.260)
    
    * disable ruff rule for common CRS
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    pre-commit-ci[bot] and martinfleis authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    ca73f96 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#45)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.260 → v0.0.262](astral-sh/ruff-pre-commit@v0.0.260...v0.0.262)
    
    * remove list comprehension
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    pre-commit-ci[bot] and martinfleis authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    40450b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#46)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.272](astral-sh/ruff-pre-commit@v0.0.262...v0.0.272)
    
    * new repo
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    pre-commit-ci[bot] and martinfleis authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    d428599 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#47)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.0.272 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.272...v0.0.275)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    65c5f9d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#49)

    updates:
    - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.275...v0.0.278)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6bed799 View commit details
    Browse 10000 the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    aaefddb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    0a3d081 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. MAINT: test on Python 3.12, update actions, use ruff format (#54)

    * DOC: fix formatting
    
    * MAINT: add PYthon 3.12, use ruff formatter
    
    * ignore conflicting rules
    martinfleis authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    718c414 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. ENH: add zonal_stats (#52)

    * example
    
    * assign the pixels ids based on their polygons then group them using their ids
    
    * fix importing xagg and run an example
    
    * xagg using openEO data , it needs to implement parallel processing to make it faster
    
    * clean up
    
    * spatial_aggregation
    
    * clean up
    
    * rioxarray
    
    * packages
    
    * deps
    
    * deps
    
    * deps
    
    * fix the notes
    
    * zonal stats in pytest
    
    * handle long lines
    
    * handle long lines
    
    * fix pre-commit
    
    * updated files
    
    * support lat&lon names
    
    * fix the dimension names on the fly
    
    * testpy
    
    * dask support just axis as integer
    
    * Dimension Mapping
    
    * updated files
    
    * [pre-commit.ci] pre-commit autoupdate (#53)
    
    * MAINT: test on Python 3.12, update actions, use ruff format (#54)
    
    * DOC: fix formatting
    
    * MAINT: add PYthon 3.12, use ruff formatter
    
    * ignore conflicting rules
    
    * Update xvec/accessor.py
    
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    
    * Update xvec/accessor.py
    
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    
    * Update xvec/accessor.py
    
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    
    * Update xvec/accessor.py
    
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    
    * clean uo
    
    * clean accessor
    
    * remove dask option
    
    * clean
    
    * internal funcs
    
    * pytest
    
    * clean up
    
    * example
    
    * assign the pixels ids based on their polygons then group them using their ids
    
    * fix importing xagg and run an example
    
    * xagg using openEO data , it needs to implement parallel processing to make it faster
    
    * clean up
    
    * spatial_aggregation
    
    * clean up
    
    * rioxarray
    
    * packages
    
    * deps
    
    * deps
    
    * deps
    
    * fix the notes
    
    * zonal stats in pytest
    
    * handle long lines
    
    * handle long lines
    
    * fix pre-commit
    
    * updated files
    
    * support lat&lon names
    
    * fix the dimension names on the fly
    
    * testpy
    
    * dask support just axis as integer
    
    * Dimension Mapping
    
    * updated files
    
    * clean uo
    
    * clean accessor
    
    * remove dask option
    
    * clean
    
    * internal funcs
    
    * pytest
    
    * clean up
    
    * Update xvec/accessor.py
    
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    
    * accessor
    
    * dimension-agnostic
    
    * clean up
    
    * update pytest
    
    * refactor
    
    * refactor structure
    
    * geodatasets
    
    * pyogrio for IO
    
    * api
    
    * include vectorized rasterize-based method
    
    * rasterio link
    
    * fix docstring
    
    * fmt
    
    * fix for DataArray
    
    * testing
    
    * stat -> stats
    
    * fix keyword
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Martin Fleischmann <martin@martinfleischmann.net>
    3 people authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    18ee579 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. ENH: support callable as stats in zonal_stats (#55)

    * ENH: support callable as stats in zonal_stats
    
    * polygons -> geometry
    
    * single thread to get proper coverage
    martinfleis authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    07a8e92 View commit details
    Browse the repository at this point in the history
  2. ENH: multiple aggregations at once in zonal_stats (#56)

    * ENH: multiple aggregations at once in zonal_stats
    
    * expand doctring
    
    * fix typing
    martinfleis authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e86d3ec View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. add zonal_stats guide, update docs (#57)

    * add zonal_stats guide, update docs
    
    * note on optional deps
    martinfleis authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1630fa9 View commit details
    Browse the repository at this point in the history
  2. RLS: v0.2.0

    martinfleis committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    37556a0 View commit details
    Browse the repository at this point in the history
  3. 0.2.0 release

    martinfleis committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b347903 View commit details
    Browse the repository at this point in the history
  4. 0.2.0 release

    martinfleis committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c62761e View commit details
    Browse the repository at this point in the history
Loading
0