v0.9.15
PythonCall v0.9.15
Merged pull requests:
- Fix pyconvert cache update bugs by clearing the whole cache after any rule is added (#365) (@LilithHafner)
- Update
Documenter -> v1
(#372) (@pedromxavier) - allow python and libstdcxx-ng to be installed from channels other than conda-forge (#374) (@cjdoris)
- Strip whitespace before parsing in seval (#380) (@LilithHafner)
- Add warning and hint when loading torch before juliacall (#385) (@LilithHafner)
- Actually throw an error that was constructed but not thrown (#386) (@LilithHafner)
Closed issues:
- maintaining bidirectional transformation equality when automatically converting (semantically) immutable data (#193)
- Importing JuliaCall interferes with Ctrl + C behavior in Python console (#223)
- import juliacall loads the startup.jl (#317)
- Support for Multi-Threading with PythonCall? (#330)
- pyconvert_add_rule() ignored if cache has been populated (#336)
- precompilation error when using module with PythonCall.jl in another module (#337)
- Segfaults when printing strings that have python values (#342)
- Could not resolve environment using julia 1.10-beta1 (#348)
- Raising python errors from Julia functions (#357)
- Codecov not being submitted (#358)
- Upgrade to Documenter v1 (#359)
- Google search for documentation gives 404 error. (#362)
- pyconvert rule caching is buggy (#364)
- [small nit]: gh repo link to docs is broken (#371)
Main.seval
fails to strip whitespace and therefore throws when it shouldn't. (#379)- Better error message on
pyexec(Main, "1+1")
(#383)