Skip to content

Commit 44fc055

Browse files
authored
feat!: implement faster lambdification (#281)
* test: ignore language_info in notebooks with pytest * style: upgrade language version in notebook * feat: define split_expression and optimized_lambdify
1 parent 9be08e4 commit 44fc055

File tree

10 files changed

+541
-19
lines changed

10 files changed

+541
-19
lines changed

.cspell.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
"darkred",
126126
"doctest",
127127
"doctests",
128+
"dotprint",
128129
"dtype",
129130
"eval",
130131
"evalf",
@@ -176,6 +177,7 @@
176177
"precommit",
177178
"prefactor",
178179
"pwa's",
180+
"py's",
179181
"pygments",
180182
"pypi",
181183
"pyplot",
@@ -199,8 +201,10 @@
199201
"unnormalized",
200202
"unsubscriptable",
201203
"vstack",
204+
"waves's",
202205
"xlabel",
203206
"xlim",
207+
"xreplace",
204208
"ylabel",
205209
"ylim",
206210
"yticks"

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.inv
44
*build/
55
api/
6+
sub_expr_*

docs/usage.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@
439439
"usage/step2\n",
440440
"usage/step3\n",
441441
"usage/basics\n",
442+
"usage/faster-lambdify\n",
442443
"```"
443444
]
444445
}
@@ -459,7 +460,7 @@
459460
"name": "python",
460461
"nbconvert_exporter": "python",
461462
"pygments_lexer": "ipython3",
462-
"version": "3.8.8"
463+
"version": "3.8.10"
463464
}
464465
},
465466
"nbformat": 4,

docs/usage/basics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@
10761076
"name": "python",
10771077
"nbconvert_exporter": "python",
10781078
"pygments_lexer": "ipython3",
1079-
"version": "3.8.8"
1079+
"version": "3.8.10"
10801080
}
10811081
},
10821082
"nbformat": 4,

0 commit comments

Comments
 (0)