Skip to content

Commit

Permalink
feat!: implement faster lambdification (#281)
Browse files Browse the repository at this point in the history
* test: ignore language_info in notebooks with pytest
* style: upgrade language version in notebook
* feat: define split_expression and optimized_lambdify
  • Loading branch information
redeboer committed Jun 1, 2021
1 parent 9be08e4 commit 44fc055
Show file tree
Hide file tree
Showing 10 changed files with 541 additions and 19 deletions.
4 changes: 4 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"darkred",
"doctest",
"doctests",
"dotprint",
"dtype",
"eval",
"evalf",
Expand Down Expand Up @@ -176,6 +177,7 @@
"precommit",
"prefactor",
"pwa's",
"py's",
"pygments",
"pypi",
"pyplot",
Expand All @@ -199,8 +201,10 @@
"unnormalized",
"unsubscriptable",
"vstack",
"waves's",
"xlabel",
"xlim",
"xreplace",
"ylabel",
"ylim",
"yticks"
Expand Down
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.inv
*build/
api/
sub_expr_*
3 changes: 2 additions & 1 deletion docs/usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@
"usage/step2\n",
"usage/step3\n",
"usage/basics\n",
"usage/faster-lambdify\n",
"```"
]
}
Expand All @@ -459,7 +460,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 44fc055

Please sign in to comment.