Skip to content

Commit adc3a2d

Browse files
author
Christopher Doris
committed
update release notes
1 parent bef6afa commit adc3a2d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/src/releasenotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

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+
312
## 0.9.4 (2022-07-26)
413
* Bug fixes.
514

0 commit comments

Comments
 (0)