Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@ekouts ekouts released this 14 Feb 16:13
· 4 commits to main since this release
f9be2d4

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