-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Clean-up indexing adapter classes #10355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dcherian
merged 27 commits into
pydata:main
from
benbovy:cleanup-pandas-indexing-adapter
Jul 7, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
bc94c6d
clean-up indexing.PandasIndexingAdapter typing
benbovy 17ff7e9
streamline PandasIndexingAdapter indexing logic
benbovy 2b25155
clean-up PandasIndexingAdapter dtype handling
benbovy 9981078
more clean-up
benbovy 29098ac
repr: prevent loading lazy variables into memory
benbovy 5f09354
fix array (index) subsetting
benbovy c4a853e
Merge branch 'main' into cleanup-pandas-indexing-adapter
benbovy 0e5154c
treat multi-index and coord-transform variables as lazy
benbovy 4efb135
update whats new
benbovy ef73a7e
add benchmarks for pandas and xarray RangeIndex
benbovy 28b661a
Merge branch 'main' into cleanup-pandas-indexing-adapter
benbovy a2ccb7d
fix benchmark numba import error (numpy 2.3)
benbovy 07f6cdb
benchmark: pin numpy in conf + consistent conda env
benbovy a953b41
pyproject: bump setuptools(-scm)
benbovy 2be275d
ci benchmarks: try fixing package install
benbovy 825cdb1
next try
benbovy c890a69
next try
benbovy 16fe98b
next try
benbovy 8ae12f7
benchmarks: try disabling no build isolation
benbovy f40f38c
Revert "benchmarks: try disabling no build isolation"
benbovy 0ecc214
Revert "next try"
benbovy 74e993c
Revert "next try"
benbovy 3420fc9
Revert "next try"
benbovy 97579f5
Revert "ci benchmarks: try fixing package install"
benbovy 86df720
Revert "pyproject: bump setuptools(-scm)"
benbovy 0887a8e
I'm tired of Python packaging
benbovy 8a76b46
Let's fix all this later
benbovy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: xarray-benchmark | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
dependencies: | ||
- bottleneck | ||
- cftime | ||
- dask-core | ||
- distributed | ||
- flox | ||
- netcdf4 | ||
- numba | ||
- numbagg | ||
- numexpr | ||
- numpy>=2.2,<2.3 # https://github.com/numba/numba/issues/10105 | ||
- opt_einsum | ||
- packaging | ||
- pandas | ||
- pyarrow # pandas raises a deprecation warning without this, breaking doctests | ||
- sparse | ||
- scipy | ||
- toolz | ||
- zarr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.