8000 Releases · eth-cscs/pyfirecrest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: eth-cscs/pyfirecrest

3.2.2

23 Jun 12:28
933d1c5
Compare
Choose a tag to compare

What's Changed

  • Provide API version from the client, when available, in #171

Full Changelog: v3.2.1...v3.2.2

3.2.1

18 Jun 15:06
Compare
Choose a tag to compare

What's Changed

  • Add dereference argument in cp command in #170

Full Changelog: v3.2.0...v3.2.1

3.2.0

16 Jun 11:16
f0879e3
Compare
Choose a tag to compare

What's Changed

  • Add option to get info on jobs of other users in #164
  • Add account and remote scipt in job submission in #158
  • Add support for PBS jobs in #165
  • Remove the trailing slash in firecrest_url if any in #168

Full Changelog: v3.1.0...v3.2.0

v3.1.0

28 May 12:45
961cf04
Compare
Choose a tag to compare

What's Changed

  • Add support for FirecREST v2 in the cli by in #153

Full Changelog: v3.0.1...v3.1.0

v3.0.1

03 Apr 06:48
4a4e6fd
Compare
Choose a tag to compare

What's Changed

  • Add timeout in wait_for_transfer_job in #151
  • Add example of data transfer in the tutorial in #154
  • Add content-length header in the multipart upload requests in #152
  • Add more unit tests for API v2 in #145
  • Improve upload/download operations for large files in #155

Full Changelog: v3.0.0...v3.0.1

v3.0.0

14 Feb 16:13
f9be2d4
Compare
Choose a tag to compare

What's Changed

  • Refactor clients and add support for FirecREST v2 in #148
    ⚠️ Breaking Changes!

    If you are using FirecREST v1, you must update your client declarations.

    Previously:
    python client = fc.Firecrest(...)
    Now:
    python client = fc.v1.Firecrest(...)

    Please refer to the documentation for more details: https://pyfirecrest.readthedocs.io/en/v3.0.0/tutorial_basic_v1.html

  • Adapt transfer operations in #150

Full Changelog: v2.7.0...v3.0.0

v3.0.0-rc.1

22 Jan 10:50
b9af46d
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • Refactor clients and add support for FirecREST v2 in #148

Full Changelog: v2.7.0...v3.0.0-rc.1

v2.7.0

24 Oct 11:59
d7b7a31
Compare
Choose a tag to compare

What's Changed

  • Parse correctly the Retry-After header when it is of type http-date in #118
  • Add support for json output in the cli in #120
  • Fix typo in the cli help message in #122
  • Run unittests for all PRs, not only the ones to main in D52B #131
  • Check automatically for the version of the api through /status/parameters and implement some version control in #128
  • Update path.py::mkdir in #124

Full Changelog: v2.6.0...v2.7.0

2.6.0

19 Jul 11:32
9d0dc5b
Compare
Choose a tag to compare

What's Changed

  • Make sleep times for task polling configurable in #106
  • Take into account the verify argument in the async client in #108
  • Refactor asynchronous client in #107
  • Extend compress and extract functions to handle large directories in #109 and #114
  • Improvements and small bugfixes in FcPath in #111, #112 and #113
  • Add dereference option in compress method in #110
  • Add option to disable logging in #115

Full Changelog: v2.5.0...v2.6.0

2.5.0

13 May 06:26
ef27a1d
Compare
Choose a tag to compare

What's Changed

  • Add node info endpoint in #101
  • Add partitions info method in #102
  • Add reservations info method in #103
  • Add compress /extract endpoints and add recursive ls in #100

Full Changelog: v2.4.0...v2.5.0

0