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