Skip to content

Releases: DCOR-dev/DCOR-Aid

DCOR-Aid 0.14.2

24 May 06:03
0.14.2
56f0525
Compare
Choose a tag to compare

This release fixes a few minor bugs and adds a logging tab the the user interface.

  • fix: avoid error in upload tab when no jobs are present
  • enh: add logging tab in GUI
  • docs: improve doc strings
  • ref: improve logging
  • tests: reduce segmentation faults during testing (#14)
  • setup: bump dclab from 0.58.5 to 0.58.7

DCOR-Aid 0.14.1

23 Apr 10:11
0.14.1
7e0ee93
Compare
Choose a tag to compare

DCOR-Aid 0.14.1 makes uploads faster by uploading individual files directly to S3 instead of inefficiently piping them through the DCOR server (nginx -> uwsgi -> S3). Note that this new upload implementation is currently only possible with dcor-dev.mpl.mpg.de and dcor.mpl.mpg.de, and it is scheduled to arrive in dcor-colab.mpl.mpg.de by the end of April.

0.14.1

  • setup: fix build pipeline (remove editable install)

0.14.0

  • feat: support new DCOR API for uploading data directly to S3
  • feat: perform faster ETag verification instead of SHA256 summing
  • enh: add api.errors.APIBadRequest error class
  • enh: speed-up resource download by computing SHA256 while downloading
  • enh: improve logging
  • setup: bump dclab from 0.57.0 to 0.58.5
  • setup: migrate from setup.py to pyproject.toml

DCOR-Aid 0.13.3

06 Jan 13:27
0.13.3
4532c2f
Compare
Choose a tag to compare

  • setup: bump dclab from 0.55.7 to 0.57.0

DCOR-Aid 0.13.2

21 Dec 10:27
0.13.2
5628675
Compare
Choose a tag to compare

  • setup: bump dclab from 0.52.0 to 0.55.7

DCOR-Aid 0.13.1

21 Nov 06:56
0.13.1
48e0e07
Compare
Choose a tag to compare

  • fix: handle not-found-errors for non-existent resource downloads
  • ref: replace setuptools pkg_resources with importlib.resources

DCOR-Aid 0.13.0

02 Nov 12:27
0.13.0
d9d3889
Compare
Choose a tag to compare

  • setup: drop support for Python 3.9
  • ci: migrate from appveyor to GitHub Actions

DCOR-Aid 0.12.9

29 Sep 20:29
0.12.9
4bf37ef
Compare
Choose a tag to compare

  • fix: twisted error message upon SHA-256 upload verification (#73)
  • fix: user_show raised unexpected APINotFoundError in wizard
  • fix: support None as empty API key
  • fix: explain to user how to create API token, since CKAN 2.10 does
    not support automatic generation of API keys anymore
  • fix: workaround for broken CKAN logic in user_show
  • enh: skip SSL verification via DCORAID_SKIP_SSL_VERIFY environment variable
  • enh: add __repr__ for CKANAPI
  • ref: introduce CKANAPI.ckan_version_object fetching the CKAN version

DCOR-Aid 0.12.8

02 Aug 14:27
0.12.8
e169890
Compare
Choose a tag to compare

  • fix: set row count to zero when all jobs are removed from upload queue
  • enh: increase buffer size for uploads to 4MB

DCOR-Aid 0.12.7

01 Aug 22:29
0.12.7
211a3f5
Compare
Choose a tag to compare

  • setup: bump requests to 2.31.0 (CVE-2023-32681)
  • setup: bump dclab from 0.50.2 to 0.52.0

DCOR-Aid 0.12.4

08 May 13:24
0.12.4
4ca297b
Compare
Choose a tag to compare

  • fix: error message in preferences user tab no connection available
  • enh: allow to select upload cache directory in CLI
  • enh: allow to select upload cache directory in GUI
  • enh: make sure temporary cache directories for uploads are removed
  • enh: replace lru_cache with weak_lru_cache for instance methods
  • setup: bump dclab from 0.49.0 to 0.50.2
  • setup: bump urllib3 to 2.0
  • setup: bump requests_toolbelt to 1.0