Skip to content

Commit

Permalink
feat: lambdify complex sqrt for JAX (#13)
Browse files Browse the repository at this point in the history
* fix: add pin-nb-requirements hook
* docs: improve problem description TR-000
* docs: improve problem description TR-001
* feat: describe solution JAX lambdify
  • Loading branch information
redeboer committed Jun 4, 2021
1 parent ef9d409 commit fc08ab8
Show file tree
Hide file tree
Showing 4 changed files with 638 additions and 123 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"redeboer",
"rtfd",
"scimath",
"seealso",
"spflueger",
"startswith",
"theano",
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/ComPWA/repo-maintenance
rev: 0.0.22
rev: 0.0.23
hooks:
- id: check-dev-files
- id: fix-nbformat-version
- id: format-setup-cfg
- id: pin-nb-requirements

- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
Expand Down
Loading

0 comments on commit fc08ab8

Please sign in to comment.