Skip to content

Commit a425211

Browse files
committed
Update and reorganize apply_ufunc material
1 parent 0080f9f commit a425211

7 files changed

+758
-40
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ repos:
2828
hooks:
2929
- id: flake8
3030

31-
- repo: https://github.com/asottile/seed-isort-config
32-
rev: v2.2.0
33-
hooks:
34-
- id: seed-isort-config
3531
- repo: https://github.com/PyCQA/isort
3632
rev: 5.12.0
3733
hooks:

_toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ parts:
4747
- file: advanced/apply_ufunc/apply_ufunc.md
4848
sections:
4949
- file: advanced/apply_ufunc/simple_numpy_apply_ufunc
50+
- file: advanced/apply_ufunc/complex-output-numpy
51+
- file: advanced/apply_ufunc/automatic-vectorizing-numpy
5052
- file: advanced/apply_ufunc/simple_dask_apply_ufunc
5153
- file: advanced/apply_ufunc/vectorize_1d
5254
- file: advanced/map_blocks/map_blocks.md

0 commit comments

Comments
 (0)