Christopher Rowley
Christopher Rowley
It might make handling conversion of arrays between Julia and Python easier - or at least provide a consistent interface to override to control the behaviour.
This can be done by having a custom `Pickler` and `Unpickler` classes which take a Julia `Serializer` on construction which is used to serialize any Julia objects it sees in...
Allow packages to specify post_install hooks which run whenever we resolve dependencies and things have changed. This could be used to modify the environment further (e.g. pip install or build...
Adds a package extension for reading and writing `Py` and `PyException` using JLD2.jl. Fixes #406. - [ ] add tests - [ ] release notes - [ ] documentation -...
Closes #405. We can hopefully remove all these strong dependencies. - [ ] Dates - [ ] ~~Markdown~~: needed for interactive help (probably always loaded by Julia anyway) - [x]...