Skip to content

v0.1.12

Choose a tag to compare

@github-actions github-actions released this 25 Apr 08:09
· 36 commits to main since this release
107edaf

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)