Non-Contradiction
released this
08 Sep 12:51
·
36 commits
to master
since this release
Changes since v0.17.4
- Support keyword arguments for Callables. Fix #165.
- Add workaround for Julia 1.6+ on mac. Thank JackDunnNZ.
- Use use
knitr::sew()
instead of deprecatedknitr::wrap()
. Thank Kevin Cazelles. - Update
install_julia
to use official releases rather than Julia_jll. Thank JackDunnNZ. - Add support for macaarch64 to
install_julia
. Thank JackDunnNZ. - Fix warnings caused by pkg macro usage.
Great thanks to @JackDunnNZ.