Skip to content

Commit

Permalink
Merge pull request #43 from zfit/zfit_020
Browse files Browse the repository at this point in the history
enh: add upgrade guide for 020
  • Loading branch information
jonas-eschle authored Apr 15, 2024
2 parents 2ba015b + c8506b7 commit b47efbf
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -51,7 +51,6 @@ repos:
hooks:
- id: nbqa-isort
additional_dependencies: [ isort==5.6.4 ]
args: [ --nbqa-mutate ]

- id: nbqa-pyupgrade
additional_dependencies: [ pyupgrade==2.7.4 ]
Expand All @@ -67,10 +66,9 @@ repos:
rev: 'v1.0'
hooks:
- id: upgrade-type-hints
args: [ '--futures=true' ]

- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
language: python
Expand Down
10 changes: 10 additions & 0 deletions _website/tutorials/introduction/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ that explain the elementary aspects of zfit.

Introduction.ipynb
Introduction_long.ipynb

What's new
+++++++++++

To know about the newest features in version 0.20+, see the changelog and the guide.

.. toctree::
:maxdepth: 2

upgrade_guide_020.ipynb
10 changes: 10 additions & 0 deletions introduction/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ that explain the elementary aspects of zfit.

Introduction.ipynb
Introduction_long.ipynb

What's new
+++++++++++

To know about the newest features in version 0.20+, see the changelog and the guide.

.. toctree::
:maxdepth: 2

upgrade_guide_020.ipynb
Loading

0 comments on commit b47efbf

Please sign in to comment.