You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,38 +9,38 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
9
9
* The `JuliaHub.authenticate` function now supports a two-argument form, where you can pass the JuliaHub token in directly, bypassing interactive authentication. ([#58])
10
10
* The `JuliaHub.submit_job` function now allows submitting jobs that expose ports (via the `expose` argument). Related to that, the new `JuliaHub.request` function offers a simple interface for constructing authenticated HTTP.jl requests against the job, and the domain name of the job can be accessed via the new `.hostname` property of the `Job` object. ([#14], [#52])
11
11
12
-
## Version v0.1.10 - 2024-05-31
12
+
## Version [v0.1.10] - 2024-05-31
13
13
14
14
### Changed
15
15
16
16
* When submitting an appbundle with the two-argument `JuliaHub.appbundle(bundle_directory, codefile)` method, JuliaHub.jl now ensures that `@__DIR__``@__FILE`, and `include()` in the user code now work correctly. There is a subtle behavior change due to this, where now the user script _must_ be present within the uploaded appbundle tarball (previously it was possible to use a file that would get filtered out by `.juliabundleignore`). ([#37], [[#53]])
17
17
18
-
## Version v0.1.9 - 2024-03-13
18
+
## Version [v0.1.9] - 2024-03-13
19
19
20
20
### Fixed
21
21
22
22
*`JuliaHub.nodespec` now correctly prioritizes the GPU, CPU, and memory counts, rather than the hourly price, when picking a "smallest node for a given spec". ([#49])
23
23
24
-
## Version v0.1.8 - 2024-02-21
24
+
## Version [v0.1.8] - 2024-02-21
25
25
26
26
### Added
27
27
28
28
* The progress output printing in `JuliaHub.upload_dataset` can now be disabled by setting `progress=false`. ([#48])
29
29
30
-
## Version v0.1.7 - 2024-01-22
30
+
## Version [v0.1.7] - 2024-01-22
31
31
32
32
### Fixed
33
33
34
34
*`JuliaHub.datasets` and `JuliaHub.dataset` now handle problematic backend responses more gracefully. ([#46])
35
35
36
-
## Version v0.1.6 - 2023-11-27
36
+
## Version [v0.1.6] - 2023-11-27
37
37
38
38
### Fixed
39
39
40
40
*`JuliaHub.appbundle`, when it has to generate a `Project.toml` file, now correctly includes it in the appbundle tarball. ([#44])
41
41
*`JuliaHub.appbundle` now works with relative paths such as `"."`. ([#44])
42
42
43
-
## Version v0.1.5 - 2023-09-27
43
+
## Version [v0.1.5] - 2023-09-27
44
44
45
45
### Added
46
46
@@ -52,13 +52,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
52
52
*`JuliaHub.applications()` no longer throws a type error when the user has no registered and user applications. ([#33])
53
53
* Fixed the `show(io, x)` methods for `ComputeConfig` and `NodeSpec`. ([#34])
54
54
55
-
## Version v0.1.4 - 2023-08-21
55
+
## Version [v0.1.4] - 2023-08-21
56
56
57
57
### Fixed
58
58
59
59
*`upload_dataset` and `download_dataset` no longer use the deprecated do-syntax to call the `rclone` binary. ([#18])
60
60
61
-
## Version v0.1.3 - 2023-07-17
61
+
## Version [v0.1.3] - 2023-07-17
62
62
63
63
### Changed
64
64
@@ -73,13 +73,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
73
73
74
74
* The test suite now runs successfully when the package is `Pkg.add`ed and the package files have only read-only permissions. ([#11])
75
75
76
-
## Version v0.1.2 - 2023-06-26
76
+
## Version [v0.1.2] - 2023-06-26
77
77
78
78
### Fixed
79
79
80
80
* If TimeZones.jl fails to determine the system's timezone, JuliaHub.jl now gracefully falls back to UTC to represent dates and times. ([#7])
81
81
82
-
## Version v0.1.1 - 2023-06-24
82
+
## Version [v0.1.1] - 2023-06-24
83
83
84
84
### Changed
85
85
@@ -91,13 +91,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
91
91
* Information about dataset versions can now be accessed via the the `.versions` property of a `Dataset` object. ([#2])
92
92
* The automatic backend API version detection is now more reliable in some edge cases. ([#1])
0 commit comments