File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ be configured in two ways:
124124| ` -X juliacall-threads=<N\|auto> ` | ` PYTHON_JULIACALL_THREADS=<N\|auto> ` | Launch N threads. |
125125| ` -X juliacall-warn-overwrite=<yes\|no> ` | ` PYTHON_JULIACALL_WARN_OVERWRITE=<yes\|no> ` | Enable or disable method overwrite warnings. |
126126| ` -X juliacall-autoload-ipython-extension=<yes\|no> ` | ` PYTHON_JULIACALL_AUTOLOAD_IPYTHON_EXTENSION=<yes\|no> ` | Enable or disable IPython extension autoloading. |
127+ | ` -X juliacall-heap-size-hint=<N> ` | ` PYTHON_JULIACALL_HEAP_SIZE_HINT=<N> ` | Hint for initial heap size in bytes. |
127128
128129## [ Multi-threading] (@id py-multi-threading)
129130
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.9.24
4+ * Added ` PYTHON_JULIACALL_HEAP_SIZE_HINT ` option to configure initial Julia heap size.
5+
36## 0.9.23 (2024-08-22)
47* Bug fixes.
58
You can’t perform that action at this time.
0 commit comments