File tree 4 files changed +472
-8
lines changed
_website/tutorials/introduction
4 files changed +472
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.5 .0
6
+ rev : v4.6 .0
7
7
hooks :
8
8
- id : check-added-large-files
9
9
- id : check-case-conflict
35
35
36
36
37
37
- repo : https://github.com/asottile/pyupgrade
38
- rev : v3.15.0
38
+ rev : v3.15.2
39
39
hooks :
40
40
- id : pyupgrade
41
41
args : [ --py38-plus ]
@@ -47,11 +47,10 @@ repos:
47
47
48
48
# Notebook formatting
49
49
- repo : https://github.com/nbQA-dev/nbQA
50
- rev : 1.7.1
50
+ rev : 1.8.5
51
51
hooks :
52
52
- id : nbqa-isort
53
53
additional_dependencies : [ isort==5.6.4 ]
54
- args : [ --nbqa-mutate ]
55
54
56
55
- id : nbqa-pyupgrade
57
56
additional_dependencies : [ pyupgrade==2.7.4 ]
@@ -67,22 +66,21 @@ repos:
67
66
rev : ' v1.0'
68
67
hooks :
69
68
- id : upgrade-type-hints
70
- args : [ '--futures=true' ]
71
69
72
70
- repo : https://github.com/psf/black
73
- rev : 23.12.1
71
+ rev : 24.4.0
74
72
hooks :
75
73
- id : black
76
74
language : python
77
75
78
76
79
77
- repo : https://github.com/janosh/format-ipy-cells
80
- rev : v0.1.10
78
+ rev : v0.1.11
81
79
hooks :
82
80
- id : format-ipy-cells
83
81
84
82
- repo : https://github.com/kynan/nbstripout
85
- rev : 0.6 .1
83
+ rev : 0.7 .1
86
84
hooks :
87
85
- id : nbstripout
88
86
Original file line number Diff line number Diff line change @@ -25,3 +25,13 @@ that explain the elementary aspects of zfit.
25
25
26
26
Introduction.ipynb
27
27
Introduction_long.ipynb
28
+
29
+ What's new
30
+ +++++++++++
31
+
32
+ To know about the newest features in version 0.20+, see the changelog and the guide.
33
+
34
+ .. toctree ::
35
+ :maxdepth: 2
36
+
37
+ upgrade_guide_020.ipynb
Original file line number Diff line number Diff line change @@ -25,3 +25,13 @@ that explain the elementary aspects of zfit.
25
25
26
26
Introduction.ipynb
27
27
Introduction_long.ipynb
28
+
29
+ What's new
30
+ +++++++++++
31
+
32
+ To know about the newest features in version 0.20+, see the changelog and the guide.
33
+
34
+ .. toctree ::
35
+ :maxdepth: 2
36
+
37
+ upgrade_guide_020.ipynb
You can’t perform that action at this time.
0 commit comments