-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
114 lines (71 loc) · 3.16 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
User-visible changes
--------------------
V1.9.0:
- [#60] 'dump' was creating invalid files for inline content
- [#58] Sort list of available versions
- [#59] Upgrade default version to 22.1
V1.8.0:
- [#57] 'cancel' accepts job specifications such as * and n-m
- [#55] We can't delete the Watson Studio job when connected to a CPD
instance. But at least we can stop warning about that...
- [#53] Store the details first when dumping a job, in case there's
an error later in the process
- [#56] Get dowml to work with on-prem CPD instances through tokens
V1.7.0:
- [#51] Add 'L' to the list of known sizes
- [#50] Don't store the log on disk when downloading it for display
- [#49] Enable saving one REST call when Python API is recent enough
V1.6.1:
- [#48] Parameter '--api-key' must override whatever was found through
the environment
V1.6.0:
- [#47] Add a 'api-key' parameter to the Interactive
- [#40] Introduce cancel_job function. Deprecate hard parameter in call
to delete_job, which now really deletes the job by default.
V1.5.0:
- [#45] Add readonly 'url' and 'space_id' attributes to the lib
- [#44] Speed-up job creation by caching deployment information
- [#43] Add 'status' command in the Interactive
- [#42] Rename submodule 'dowmllib' to simply 'lib'
V1.4.1:
- [#41] Prevent crash when using '--region' and credentials didn't include
a URL.
- [#39] When creating the space, wait for it to be fully ready instead of
(trying to) use it immediately.
V1.4.0:
- [#37] Allow to override the URL in the credentials with a command-line
argument (in the Interactive) or a constructor argument (in the
library). Also, allows to specify a region instead of a URL (for
the known regions).
- [#36] Don't leave the Watson Studio runs dangling when deleting a job.
V1.3.1:
- Update the documentation in README.md
- Update the sample session in README.md
V1.3.0:
- [#34] 'dump' downloads and stores all the inputs and outputs of a job,
so that all the data is readily available. Replaces 'output', which
is now deprecated.
- [#33] Print status of job while waiting for completion.
V1.2.0:
- [#32] 'output' downloads the output data assets, not just inline outputs.
- [#31] The 'log' command wouldn't work if the job used 'outputs assets'.
Fix that.
V1.1.1:
- [#27] Catch timeout errors in the Interactive so that the session is
not interrupted.
V1.1.0:
- [#3] Accept 'delete 2-5' to delete a range of jobs.
- [#25] Replace 'inline' command (resp. attribute) in the Interactive
(resp. library) with 'inputs'. Deprecate 'inline'.
- [#4] Introduce 'outputs' command to change the type of
outputs from inline to data-assets.
- [#21] Read credentials from file $DOWML_CREDENTIALS_FILE
as last resort.
V1.0.0:
- Packaging-only changes
V0.9.0, first release on PyPi:
- [#17] DOWMLLib now returns tabular outputs as dataframes by default.
Also replace the now-deprecated csv_as_dataframe with tabular_as_csv
- [#18] DOWMLLib.get_output returns a dict instead of a list
- [#16] 'output' stores files in subdirectories
- [#12] Add 'shell' command in the Interactive