Skip to content

Update and reorganize apply_ufunc material #180

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
merged 40 commits into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a425211
Update and reorganize apply_ufunc material
dcherian Jun 14, 2023
1291a5c
More complex output
dcherian Jun 16, 2023
799c94a
Fix syntax
dcherian Jun 16, 2023
fccc15f
fix syntax?
dcherian Jun 16, 2023
627fcce
Add more solutions
dcherian Jun 16, 2023
20c4537
Remove nested code-cell
dcherian Jun 16, 2023
3fe7152
Updates
dcherian Jun 21, 2023
5f7bf8e
fix toc
dcherian Jun 21, 2023
a31526a
WIP
dcherian Jun 22, 2023
ad40947
small edits
dcherian Jun 23, 2023
7884868
finish automatic vectorizing
dcherian Jun 23, 2023
2e100c4
spellcheck
dcherian Jun 23, 2023
62ddb3b
Expect exception raising
dcherian Jun 23, 2023
e7a82a0
fixes
dcherian Jun 23, 2023
d076f21
cleanup
dcherian Jun 23, 2023
d9a093d
small updates
dcherian Jun 26, 2023
7b908be
Add numba vectorize notebook
dcherian Jun 26, 2023
2befb26
fix
dcherian Jun 26, 2023
748eab0
Small edits
dcherian Jun 26, 2023
f961e0e
Merge branch 'main' into apply-ufunc-reorg
dcherian Jun 26, 2023
7540f2c
add numba logo
dcherian Jun 26, 2023
87968ba
small text update
dcherian Jun 26, 2023
1fe8d87
fix spelling
dcherian Jun 26, 2023
68b9103
Tweaks to dask material
dcherian Jun 26, 2023
2401c14
more tweaks
dcherian Jun 26, 2023
67f973d
Review comments
dcherian Jun 27, 2023
7f8170d
Migrate to exercise syntax.
dcherian Jun 27, 2023
630e851
Merge branch 'main' into apply-ufunc-reorg
dcherian Jun 27, 2023
4a55bcb
Add sphinx_exercise + review feedback
dcherian Jun 27, 2023
4b92ebf
Break out core dimensions material
dcherian Jun 27, 2023
0756860
fix
dcherian Jun 27, 2023
742231b
fix link
dcherian Jun 27, 2023
89a37c9
one more use of exercise syntax
dcherian Jun 27, 2023
95e0717
More review comments.
dcherian Jun 27, 2023
4cf9e9d
Significant dask updates.
dcherian Jun 27, 2023
e36fde5
last fix?
dcherian Jun 27, 2023
6fefa59
more improvements.
dcherian Jun 27, 2023
0c5fb88
lint
dcherian Jun 27, 2023
e2c77b0
suppress gufunc error formatting warning
dcherian Jun 27, 2023
34e34c0
remove dask output spam
dcherian Jun 27, 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
fix
  • Loading branch information
dcherian committed Jun 26, 2023
commit 2befb268c7b3bb1389364e2800db1a257a8846c3
4 changes: 3 additions & 1 deletion advanced/apply_ufunc/numba-vectorization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@
"execution_count": null,
"id": "138e692e-36bf-45ca-8131-feeb1c1b41c4",
"metadata": {
"tags": []
"tags": [
"raises-exception"
]
},
"outputs": [],
"source": [
Expand Down
1 change: 0 additions & 1 deletion advanced/apply_ufunc/simple_numpy_apply_ufunc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@
},
"source": [
"```{tip} Exercise\n",
":label: trapz\n",
"\n",
"Use `apply_ufunc` to apply `scipy.integrate.trapz` along the `time` axis.\n",
"```\n",
Expand Down