Skip to content

Releases: QuantEcon/InstantiateFromURL.jl

v0.7.0

27 Oct 02:01
99cae76

Choose a tag to compare

What's Changed

  • Extend compat HTTP = "0.8, 0.9" by @ablaom in #49

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

31 Jan 13:53
8f2fd6c

Choose a tag to compare

InstantiateFromURL v0.6.0

Diff since v0.5.0

Merged pull requests:

v0.5.0

12 May 21:01
29fbf8a

Choose a tag to compare

InstantiateFromURL v0.5.0

Diff since v0.4.0

Closed issues:

  • Support for no precompilation (and perhaps even default)? (#44)

Merged pull requests:

v0.4.0

29 Jan 23:57
v0.4.0
717568f

Choose a tag to compare

v0.4.0 (2020-01-29)

Diff since v0.3.3

Closed issues:

  • Make activate_github_path a no-op if a project is already activated. (#35)

v0.3.3

23 Aug 23:07
v0.3.3

Choose a tag to compare

v0.3.3 (2019-08-23)

Diff since v0.3.2

Closed issues:

  • Color of Printing (#40)

v0.3.2

23 Aug 08:43
v0.3.2

Choose a tag to compare

v0.3.1

16 Aug 03:41
v0.3.1

Choose a tag to compare

v0.3.1 (2019-08-15)

Diff since v0.3.0

Closed issues:

  • How to distribute? (#39)
  • Iterate notebook activation approach (#37)

Merged pull requests:

2019 R1

08 Apr 23:26
51b46f7

Choose a tag to compare

Include activate_github_package function, along with simplified docs and other tweaks.

Change UUID to be "METADATA-compatible," whatever that means.

Resolve METADATA's complaint that Dates from stdlib is included in the REQUIRE file.

Hotfix

23 Dec 03:26

Choose a tag to compare

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

18 Dec 21:55

Choose a tag to compare

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