You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make docs builds fail on notebook execution errors and fix all doc issues [#369](https://github.com/egraphs-good/egglog-python/pull/369)
7
8
- Add WIP `egglog.exp.any_expr` code for tracing arbitrary expressions with Python fallback [#366](https://github.com/egraphs-good/egglog-python/pull/366)
8
9
- BREAKING: Remove support for Python 3.11 now that pyo3 has dropped support.
9
10
- Allow mutating methods to update their underlying expression via `Expr.__replace_expr__`, and ensure default rewrites return the mutated receiver when using `mutates_self` or `mutates_first_arg`.
Copy file name to clipboardExpand all lines: docs/explanation/2023_07_presentation.ipynb
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@
465
465
"source": [
466
466
"## Open Source Data Science Ecosystem in Python\n",
467
467
"\n",
468
-
"> <small>The term “ecosystem” is often used to describe the modern open-source scientific software. In biology, the term “ecosystem” is defined as a biological community of interacting organisms and their physical environment. Modern open-source scientific software development occurs in a similarly interconnected and interoperable fashion.</small>\n",
468
+
"> <small>The term \u201cecosystem\u201d is often used to describe the modern open-source scientific software. In biology, the term \u201cecosystem\u201d is defined as a biological community of interacting organisms and their physical environment. Modern open-source scientific software development occurs in a similarly interconnected and interoperable fashion.</small>\n",
469
469
"\n",
470
470
"<small>from [Jupyter Meets the Earth: Ecosystem](https://jupytearth.org/jupyter-resources/introduction/ecosystem.html)</small>\n",
Copy file name to clipboardExpand all lines: docs/explanation/2023_11_09_portland_state.ipynb
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@
170
170
"source": [
171
171
"_What is built on top of this?_\n",
172
172
"\n",
173
-
"> The term “ecosystem” is often used to describe the modern open-source scientific software. In biology, the term “ecosystem” is defined as a biological community of interacting organisms and their physical environment. Modern open-source scientific software development occurs in a similarly interconnected and interoperable fashion.\n",
173
+
"> The term \u201cecosystem\u201d is often used to describe the modern open-source scientific software. In biology, the term \u201cecosystem\u201d is defined as a biological community of interacting organisms and their physical environment. Modern open-source scientific software development occurs in a similarly interconnected and interoperable fashion.\n",
174
174
"\n",
175
175
"[Jupyter Meets the Earth: Ecosystem](https://jupytearth.org/jupyter-resources/introduction/ecosystem.html)\n"
176
176
]
@@ -313,7 +313,7 @@
313
313
"source": [
314
314
"## How do we manage the new complexity?\n",
315
315
"\n",
316
-
"Integrated frameworks funded by companies with 💸?\n",
316
+
"Integrated frameworks funded by companies with \ud83d\udcb8?\n",
0 commit comments