Skip to content

Releases: DCOR-dev/DCOR-Aid

DCOR-Aid 0.11.7

30 Aug 06:16
0.11.7
b3e468b
Compare
Choose a tag to compare

  • setup: bump dclab from 0.43.1 to 0.45.0 (scalar feature support)

DCOR-Aid 0.11.6

15 Aug 05:37
0.11.6
9bbc5cc
Compare
Choose a tag to compare

  • fix: set visibility to private based on available licenses
  • fix: calling the CLI 'dcoraid-upload-task --help' raised exception
  • fix: add timeout to api.post
  • fix: remove time DCOR-Aid waits for the server from average upload rate
  • enh: unselected license in upload dialog for example data
  • enh: increase logging verbosity

DCOR-Aid 0.11.5

11 Aug 18:31
0.11.5
b15a09e
Compare
Choose a tag to compare

  • enh: increase logging verbosity
  • setup: bump dclab from 0.43.0 to 0.43.1

DCOR-Aid 0.11.4

19 Jul 13:38
0.11.4
958810a
Compare
Choose a tag to compare

  • build: use InnoSetup "autopf" feature for installation directory
  • enh: add return values to command-line uploader

DCOR-Aid 0.11.3

22 Jun 12:56
0.11.3
7660aef
Compare
Choose a tag to compare

  • setup: bump dclab from 0.42.0 to 0.43.0 (improved compression)
  • setup: include zstandard library in distribution installer

DCOR-Aid 0.11.2

17 May 16:30
0.11.2
206d221
Compare
Choose a tag to compare

  • fix: make sure self-signed SSL certificates of DCOR-med instances
    are used everywhere (#61)
  • fix: raise error when an .rtdc file contains undefined features (#55)
  • ref: move dcor access token code to dclab
  • setup: bump dclab from 0.40.0 to 0.42.0

DCOR-Aid 0.11.1

08 Apr 22:31
0.11.1
45563f2
Compare
Choose a tag to compare

  • fix: CLI did not verify individual upload steps (#59)
  • enh: add additional step "wait-dcor" during verification task (#54)
  • ref: get rid of distutils dependency

DCOR-Aid 0.11.0

21 Mar 23:33
0.11.0
d780e3e
Compare
Choose a tag to compare

  • feat: support downloading condensed .rtdc files
  • enh: allow user to choose download location via preferences (#43)
  • ref: download jobs no longer are identified via resource_id, but
    via job_id, because we now have condensed resources
  • setup: bump dclab from 0.39.15 to 0.40.0

DCOR-Aid 0.10.0

28 Feb 10:56
0.10.0
0e81e99
Compare
Choose a tag to compare

  • feat: display paths to resources in Upload tab (#56)
  • fix: make sure DCOR-Aid starts when the server is not reachable (#57)
  • fix: make sure DCOR-Aid starts when the API token is wrong (#57)
  • enh: add with_api_key and with_correct_version keyword arguments to
    CKANAPI.is_available
  • ref: do not update login status asyncronously in the background
  • ref: new status_widget submodule
  • setup: DCOR-Aid 0.10.0 requires CKAN 2.9.4 on the server side
  • setup: bump dclab from 0.39.3 to 0.39.15

DCOR-Aid 0.8.6

02 Dec 11:21
0.8.6
526ba2f
Compare
Choose a tag to compare

0.8.6:

  • tests: did not run on Windows

0.8.5

  • enh: introduce APIOutdatedError (server response)
  • enh: inform the user to upgrade DCOR-Aid, if the server does not
    support the current version
  • fix: handle spaces in uploaded resources names (#51)
  • ref: combine response handling for API GET and POST requests

0.8.4

  • fix: properly handle "user_list" for anonymous users
  • ref: reorganized APIErros