Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pydata
/
xarray
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
4.2k
Code
Issues
1.1k
Pull requests
317
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
combine_by_coordinates to handle unnamed data arrays.
- #4696
#4696
Merged
TomNicholas
merged 37 commits into
pydata:main
pydata/xarray:main
from
aijams:aijams/combine-by-coords
aijams/xarray:aijams/combine-by-coords
Copy head branch name to clipboard
Jul 2, 2021
Conversation
Commits
37
(37)
Checks
Files changed
Merged
combine_by_coordinates to handle unnamed data arrays.
#4696
TomNicholas
merged 37 commits into
pydata:main
pydata/xarray:main
from
aijams:aijams/combine-by-coords
aijams/xarray:aijams/combine-by-coords
Copy head branch name to clipboard
Commits
Commits on Dec 10, 2020
Added test for combine_by_coords changes.
aijams
committed
b35de8e
View commit details
Copy full SHA for b35de8e
Browse repository at this point
Commits on Dec 11, 2020
Modified test case to expect a dataset instead of a DataArray. Added converter to combine_by_coords to check for all DataArray case and convert to datasets.
aijams
committed
f966e76
View commit details
Copy full SHA for f966e76
Browse repository at this point
Commits on Dec 12, 2020
Added tests to check combine_by_coords for exception with mixed DataArrays and dataset input and with empty list.
aijams
committed
68b7b49
View commit details
Copy full SHA for 68b7b49
Browse repository at this point
Commits on Dec 15, 2020
Formatting changes after running black
aijams
committed
540961f
View commit details
Copy full SHA for 540961f
Browse repository at this point
Added underscore to helper function to label as private.
aijams
committed
1c9b4c2
View commit details
Copy full SHA for 1c9b4c2
Browse repository at this point
Black formatting changes for whats-new doc file.
aijams
committed
cb5ed5e
View commit details
Copy full SHA for cb5ed5e
Browse repository at this point
Commits on Dec 17, 2020
Removed imports in docstring that were automatically added by code styling tools to match the other docstrings.
aijams
committed
77020c0
View commit details
Copy full SHA for 77020c0
Browse repository at this point
Merge branch 'master' into aijams/combine-by-coords
aijams
authored
6af896b
View commit details
Copy full SHA for 6af896b
Browse repository at this point
Commits on Dec 19, 2020
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords
aijams
committed
f06371a
View commit details
Copy full SHA for f06371a
Browse repository at this point
Merge branch 'aijams/combine-by-coords' of https://github.com/aijams/xarray into aijams/combine-by-coords
aijams
committed
7cdeabb
View commit details
Copy full SHA for 7cdeabb
Browse repository at this point
Removed duplicate new item line in whats-new.
aijams
committed
6190839
View commit details
Copy full SHA for 6190839
Browse repository at this point
Commits on Jan 30, 2021
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords
aijams
committed
3055000
View commit details
Copy full SHA for 3055000
Browse repository at this point
Commits on Apr 15, 2021
combine methods now accept unnamed DataArrays as input.
aijams
committed
cbc002f
View commit details
Copy full SHA for cbc002f
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords-2
aijams
committed
11a868b
View commit details
Copy full SHA for 11a868b
Browse repository at this point
combine nested test checks nested lists of unnamed DataArrays.
aijams
committed
89ac962
View commit details
Copy full SHA for 89ac962
Browse repository at this point
Made combine_by_coords more readable.
aijams
committed
5f3afa5
View commit details
Copy full SHA for 5f3afa5
Browse repository at this point
Cosmetic changes to code style.
aijams
committed
feb90ce
View commit details
Copy full SHA for feb90ce
Browse repository at this point
Commits on Apr 18, 2021
Merging changes from first PR.
aijams
committed
db5b906
View commit details
Copy full SHA for db5b906
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords
aijams
committed
e884f52
View commit details
Copy full SHA for e884f52
Browse repository at this point
Removed extra test from merge with previous PR.
aijams
committed
0044bb9
View commit details
Copy full SHA for 0044bb9
Browse repository at this point
Commits on May 4, 2021
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords
aijams
committed
44548ee
View commit details
Copy full SHA for 44548ee
Browse repository at this point
Updated test to use pytest.raises instead of raises_regex.
aijams
committed
5fe8323
View commit details
Copy full SHA for 5fe8323
Browse repository at this point
Commits on May 10, 2021
Merged latests changes from upstream.
aijams
committed
55f53b9
View commit details
Copy full SHA for 55f53b9
Browse repository at this point
Commits on May 11, 2021
Added breaking-change entry to whats new page.
aijams
committed
805145c
View commit details
Copy full SHA for 805145c
Browse repository at this point
Merged new changes from master branch.
aijams
committed
3eed47a
View commit details
Copy full SHA for 3eed47a
Browse repository at this point
Added deprecation warning to combine_coords
aijams
committed
05faa88
View commit details
Copy full SHA for 05faa88
Browse repository at this point
Removed index monotonicity checking temporarily.
aijams
committed
6c75525
View commit details
Copy full SHA for 6c75525
Browse repository at this point
Commits on May 12, 2021
Removed duplicate entries from whats new page.
aijams
committed
2c43030
View commit details
Copy full SHA for 2c43030
Browse repository at this point
Removed TODO message
aijams
committed
f6fae25
View commit details
Copy full SHA for f6fae25
Browse repository at this point
Commits on May 16, 2021
Added test for combine_nested.
aijams
committed
81ec1ff
View commit details
Copy full SHA for 81ec1ff
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords
aijams
committed
caaee74
View commit details
Copy full SHA for caaee74
Browse repository at this point
Added check to combine methods to clarify parameter requirements.
aijams
committed
637d4cc
View commit details
Copy full SHA for 637d4cc
Browse repository at this point
Commits on May 19, 2021
Reassigned description of changes to bug fixes category.
aijams
committed
b5940a1
View commit details
Copy full SHA for b5940a1
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords
aijams
committed
d02da23
View commit details
Copy full SHA for d02da23
Browse repository at this point
Minor style changes.
aijams
committed
04cd5f8
View commit details
Copy full SHA for 04cd5f8
Browse repository at this point
Added blank line for style purposes.
aijams
committed
e58a9e2
View commit details
Copy full SHA for e58a9e2
Browse repository at this point
Commits on Jun 10, 2021
Merge remote-tracking branch 'upstream/master' into aijams/combine-by-coords
aijams
committed
c0fc4f1
View commit details
Copy full SHA for c0fc4f1
Browse repository at this point
You can’t perform that action at this time.