Skip to content
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

Extending the glossary #7732

Merged
merged 23 commits into from
Aug 18, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
f055342
added align, broadcast,merge, concatenate, combine
harshitha1201 Apr 6, 2023
3c0c0a2
examples added
harshitha1201 Apr 11, 2023
59b9b18
Update doc/user-guide/terminology.rst
harshitha1201 Jul 25, 2023
f8da298
Update doc/user-guide/terminology.rst
harshitha1201 Jul 25, 2023
cee6dad
Update doc/user-guide/terminology.rst
harshitha1201 Jul 25, 2023
22141c8
Merge branch 'main' into add-terminology
harshitha1201 Jul 25, 2023
b11d72f
changes made
harshitha1201 Aug 10, 2023
6e5aa82
add changes
harshitha1201 Aug 10, 2023
5bd705c
.
harshitha1201 Aug 15, 2023
6f9cd9e
Merge branch 'main' into add-terminology
harshitha1201 Aug 15, 2023
4e7a475
Merge branch 'add-terminology' of https://github.com/harshitha1201/xa…
harshitha1201 Aug 15, 2023
fba6824
.
harshitha1201 Aug 16, 2023
2faa23e
Update doc/user-guide/terminology.rst
harshitha1201 Aug 17, 2023
0b3a66a
Update doc/user-guide/terminology.rst
harshitha1201 Aug 17, 2023
3cc357c
Update doc/user-guide/terminology.rst
harshitha1201 Aug 17, 2023
16f7ea8
Merge branch 'main' into add-terminology
harshitha1201 Aug 17, 2023
d344641
changes done
harshitha1201 Aug 18, 2023
c1a0bca
Merge branch 'main' into add-terminology
harshitha1201 Aug 18, 2023
613b544
Update doc/user-guide/terminology.rst
harshitha1201 Aug 18, 2023
da3bce5
Update doc/user-guide/terminology.rst
harshitha1201 Aug 18, 2023
cbf78fd
Update doc/user-guide/terminology.rst
harshitha1201 Aug 18, 2023
2ffe4c9
Update doc/user-guide/terminology.rst
harshitha1201 Aug 18, 2023
34a75f6
Update doc/user-guide/terminology.rst
harshitha1201 Aug 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/user-guide/terminology.rst
Co-authored-by: Tom Nicholas <[email protected]>
harshitha1201 and TomNicholas authored Aug 17, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
addaleax Anna Henningsen
commit 0b3a66af2d278ecc83ec93efbea14d17dd12734b
2 changes: 1 addition & 1 deletion doc/user-guide/terminology.rst
Original file line number Diff line number Diff line change
@@ -223,7 +223,7 @@ complete examples, please consult the relevant documentation.*
combined_ds

lazy
When working with xarray, you often deal with big sets of data. Instead of doing
Instead of doing
calculations right away, xarray lets you plan what calculations you want to do, like finding the
average temperature in a dataset.This planning is called "lazy evaluation." Later, when
you're ready to see the final result, you tell xarray, "Okay, go ahead and do those calculations now!"