Skip to content

Commit ca0ea70

Browse files
author
Christopher Doris
committed
docs
1 parent 4e55e2c commit ca0ea70

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ makedocs(
4141
"conversion-to-julia.md",
4242
"compat.md",
4343
"pycall.md",
44+
"releasenotes.md",
4445
]
4546
)
4647

docs/src/releasenotes.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Release Notes
2+
3+
## v0.5.1 (2022-01-24)
4+
* Bug fixes.
5+
6+
## v0.5.0 (2021-12-11)
7+
* **Breaking:** Now uses CondaPkg to manage Python dependencies.
8+
* Python objects can be shared with PyCall provided it uses the same interpreter, using methods `PythonCall.Py(::PyCall.PyObject)` and `PyCall.PyObject(::PythonCall.Py)`.
9+
* Adds `PythonDisplay` which displays objects by printing to Python's `sys.stdout`. Used automatically in IPython in addition to `IPythonDisplay`.
10+
* Removes the `GLOBAL` mode from `@pyexec`. Use `global` in the code instead.
11+
* Bug fixes.

0 commit comments

Comments
 (0)