Releases: QuantEcon/InstantiateFromURL.jl
Releases · QuantEcon/InstantiateFromURL.jl
v0.7.0
v0.6.0
v0.5.0
InstantiateFromURL v0.5.0
Closed issues:
- Support for no precompilation (and perhaps even default)? (#44)
Merged pull requests:
- Install TagBot as a GitHub Action (#42) (@JuliaTagBot)
- Precompile Option (#45) (@arnavs)
v0.4.0
v0.3.3
v0.3.2
v0.3.2 (2019-08-22)
v0.3.1
2019 R1
Hotfix
Remove call to @suppress_out while unpacking, and eliminate the last / call in filesystem. Now all directory paths are the result of joinpath().
See http://discourse.quantecon.org/t/problem-with-setting-up-julia-enviaroment/473.
add_default_environment; error handling where downloading is impossible
Add an option to add whatever we packages we grabbed to the Julia v1.0 environment (i.e., the default environment) through a Pkg.add() call.
Also add error-handling for the gen_download_cmd step, so that we can be more user-friendly to JuliaBox etc.
Now uses parsefile from the Pkg.TOML module