Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: implement faster lambdification #281

Merged
merged 10 commits into from Jun 1, 2021
4 changes: 4 additions & 0 deletions .cspell.json
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
Expand Up @@ -3,3 +3,4 @@
*.inv
*build/
api/
sub_expr_*
3 changes: 2 additions & 1 deletion docs/usage.ipynb
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
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