We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef6afa commit adc3a2dCopy full SHA for adc3a2d
docs/src/releasenotes.md
@@ -1,5 +1,14 @@
1
# Release Notes
2
3
+## Unreleased
4
+* Experimental new function `juliacall.interactive()` allows the Julia async event loop to
5
+ run in the background of the Python REPL.
6
+* Experimental new IPython extension `juliacall.ipython` providing the `%jl` and `%%jl`
7
+ magics for executing Julia code.
8
+* Experimental new module `juliacall.importer` allowing you to write Python modules in
9
+ Julia.
10
+* Bug fixes.
11
+
12
## 0.9.4 (2022-07-26)
13
* Bug fixes.
14
0 commit comments