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 51311e5 commit a416e94Copy full SHA for a416e94
docs/src/releasenotes.md
@@ -8,6 +8,8 @@
8
* If `JULIA_PYTHONCALL_EXE` is a relative path, it is now considered relative to the active project.
9
* Added option `JULIA_PYTHONCALL_EXE=@venv` to use a Python virtual environment relative to the active project.
10
* 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).
13
* Bug fixes.
14
* Internal: switch from Requires.jl to package extensions.
15
0 commit comments