Skip to content

Releases: DCOR-dev/DCOR-Aid

DCOR-Aid 0.7.2

16 Sep 13:12
0.7.2
a54abba
Compare
Choose a tag to compare

0.7.2

  • fix: when --version is passed, don't load the entire UI to prevent
    uploads/downlodas from blocking in the background
  • ref: add pyqtSlots where appropriate

0.7.1

  • fix: handle connection errors on startup when no internet connection
    is available (#34)
  • fix: QTimer timeout value for downloads and uploads was too short
  • fix: simplify error messages on connection errors in UI
  • enh: do not re-download already-downloaded resources (#31)
  • enh: implement resume for downloads (#31)

DCOR-Aid 0.7.0

09 Sep 07:14
0.7.0
52d7b3a
Compare
Choose a tag to compare

  • feat: implement download manager
  • feat: rename first tab to "Find Data" and allow searching for
    private datasets
  • fix: perform sanity checks for datasets (#27)
  • enh: allow to download all resources of a collection (#13)
  • enh: implement search for packages the user has access to
  • enh: implement DBInterrogator functions for generating a private
    user db (partly #5)
  • setup: bump dclab from 0.35.3 to 0.35.6
  • ref: simplify dbmodel submodule (just use Interrogator)
  • ref: expand dedicated api submodule (moved functions from
    upload.dataset)
  • ref: introduce dedicated common submodule
  • ref: introduce dedicated worker submodule for KThread andDaemon

DCOR-Aid 0.6.4

30 Aug 22:44
0.6.4
71097d9
Compare
Choose a tag to compare

  • enh: automatically respwan job tasks on connection errors (#26)
  • enh: allow to abort the "compress" step of a job
  • enh: when loading upload tasks that have already been loaded
    before, tell the user how many there were

DCOR-Aid 0.6.3

24 Aug 20:45
0.6.3
ef33295
Compare
Choose a tag to compare

  • setup: bump dclab from 0.35.0 to 0.35.3

DCOR-Aid 0.6.2

24 Aug 13:52
0.6.2
4a45ab6
Compare
Choose a tag to compare

  • enh: show correct upload speed if some resources were uploaded in
    a previous session
  • fix: set job.state to "error" if the daemon encountered one
  • fix: catch ConnectionError in update_job_status

DCOR-Aid 0.6.1

23 Aug 16:10
0.6.1
2ecc162
Compare
Choose a tag to compare

  • fix: handle exceptions in Daemon threads
  • fix: display all resources of a dataset for which the SHA256
    check failed (opposed to just the first)
  • setup: bump dclab from 0.34.6 to 0.35.0

DCOR-Aid 0.6.0

22 Aug 22:15
0.6.0
abaedab
Compare
Choose a tag to compare

  • feat: search and browse public data on a DCOR instance
  • feat: drag resources in data browser to Shape-Out 2.7.0
    (partially #1)
  • setup: bump dclab from 0.34.4 to 0.34.6

DCOR-Aid 0.5.11

19 Aug 22:36
0.5.11
a7668a8
Compare
Choose a tag to compare

  • fix: KeyError when checking for existence of resource (#24)
  • enh: drag&drop files to manual upload dialog (#23)
  • enh: set upload rate refresh interval to >3s (#22)
  • enh: permit to only update resource schema supplements when
    executing dataset.add_resource with exist_ok=True

DCOR-Aid 0.5.10

11 Aug 21:11
0.5.10
5b84d44
Compare
Choose a tag to compare

  • fix: removed confusing wait-cursor during circle selection
  • fix: manual upload dialog was shown even though user pressed
    cancel on circle creation (#20)
  • fix: silenced very long error message about connection errors
    in the background thread that refreshes the login status
  • tests: add complementary tests for upload queue and persistent job
    list

DCOR-Aid 0.5.9

27 Jul 07:22
0.5.9
effae6b
Compare
Choose a tag to compare

  • fix: TypeError when attempting a manual upload when the user did not
    have a circle set-up (#17)
  • fix: manual uploads were not added to persistent job list