Skip to content

Commit a416e94

Browse files
author
Christopher Doris
committed
document new methods
1 parent 51311e5 commit a416e94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/releasenotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* If `JULIA_PYTHONCALL_EXE` is a relative path, it is now considered relative to the active project.
99
* Added option `JULIA_PYTHONCALL_EXE=@venv` to use a Python virtual environment relative to the active project.
1010
* Added `PYTHON_JULIACALL_EXE` and `PYTHON_JULIACALL_PROJECT` for specifying the Julia binary and project to override JuliaPkg.
11+
* Adds methods `Py(::AbstractString)`, `Py(::AbstractChar)` (previously only builtin string and char types were allowed).
12+
* Adds methods `Py(::Integer)`, `Py(::Rational{<:Integer})`, `Py(::AbstractRange{<:Integer})` (previously only builtin integer types were allowed).
1113
* Bug fixes.
1214
* Internal: switch from Requires.jl to package extensions.
1315

0 commit comments

Comments
 (0)