Skip to content

Releases: JuliaComputing/JuliaHub.jl

v0.1.17

16 Dec 15:56
64f3b86

Choose a tag to compare

JuliaHub v0.1.17

Diff since v0.1.16

Merged pull requests:

v0.1.16

12 Dec 18:36
2f76951

Choose a tag to compare

JuliaHub v0.1.16

Diff since v0.1.15

Merged pull requests:

v0.1.15

01 Sep 14:25
f87917e

Choose a tag to compare

JuliaHub v0.1.15

Diff since v0.1.14

Merged pull requests:

  • .juliabundleignore should apply to top-level files, too (#99) (@mbauman)
  • test: winworkstation - don't check for 'default' option name specifically (#101) (@krynju)
  • test: do not write temp file to repo (#102) (@mortenpi)
  • fix: improve errors on backend errors (#103) (@mortenpi)
  • chore(deps): bump actions/checkout from 4 to 5 (#104) (@dependabot[bot])

Closed issues:

  • .juliabundleignore doesn't work? (#100)

v0.1.14

11 Jun 14:13
ec56e19

Choose a tag to compare

JuliaHub v0.1.14

Diff since v0.1.13

Merged pull requests:

v0.1.13

28 Apr 17:53
9a8b2d3

Choose a tag to compare

JuliaHub v0.1.13

Diff since v0.1.12

Merged pull requests:

  • fix: handle empty JULIAHUB_PROJECT_UUID var correctly (#92) (@pfitzseb)

v0.1.12

25 Apr 08:09
107edaf

Choose a tag to compare

JuliaHub v0.1.12

Diff since v0.1.11

Merged pull requests:

  • test: fix the reference port in expose port test (#69) (@mortenpi)
  • fix: correctly allow for license=(:fulltext, ...) in update_dataset (#74) (@mortenpi)
  • test: work around missing method error in JET (#75) (@mortenpi)
  • chore(deps): bump codecov/codecov-action from 4 to 5 (#76) (@dependabot[bot])
  • docs: mention what server is in JuliaHub.authenticate (#80) (@asinghvi17)
  • docs: fix 'stream' argument for job_logs_buffered (#81) (@mortenpi)
  • feat: add functions for project-dataset operations (#82) (@mortenpi)
  • refactor: mark public names as public (#83) (@mortenpi)
  • feat: make DatasetVersion repr valid Julia code (#84) (@mortenpi)
  • refactor: do not swallow non-backend errors in datasets() (#85) (@mortenpi)
  • feat: interactive authentication for invalid token (#86) (@mortenpi)
  • ci: use [sources], fix codecov (#87) (@mortenpi)
  • perf: do not initialize _LOCAL_TZ in init (#88) (@mortenpi)
  • perf: add basic precompilation (#89) (@mortenpi)
  • ci: update Julia versions in matrix (#90) (@mortenpi)
  • Set version to 0.1.12 (#91) (@mortenpi)

Closed issues:

  • JuliaHub.upload_dataset() should connect automatically to a project (#15)
  • On job_logs_buffered, the signature is wrong (streaming vs stream) (#78)

v0.1.11

27 Jun 11:58

Choose a tag to compare

JuliaHub v0.1.11

Diff since v0.1.10

Merged pull requests:

Closed issues:

  • Helper functions for making requests against interactive API jobs (#14)

v0.1.10

31 May 21:41
367b873

Choose a tag to compare

JuliaHub v0.1.10

Diff since v0.1.9

Merged pull requests:

Closed issues:

  • Source file not found in appbundle jobs (#37)

v0.1.9

13 Mar 01:30
077bcdd

Choose a tag to compare

JuliaHub v0.1.9

Diff since v0.1.8

Merged pull requests:

  • fix: compare nodespecs based on ngpu/ncpu/mem first, before price (#49) (@mortenpi)

v0.1.8

21 Feb 03:29
6799ba1

Choose a tag to compare

JuliaHub v0.1.8

Diff since v0.1.7

Merged pull requests:

  • test: ensure consistent Julia environments in live job tests (#47) (@mortenpi)
  • feat: add progress kwarg for upload_dataset (#48) (@pfitzseb)