- Synchronizes the version with `pulser-pasqal`. From now on, both packages are released in tandem. - Added `sdk.user_token()` method to obtain an auth token directly.
0.13.0
_released `2025-02-25`_
Added
- Drop support for Python 3.8 and update CI
Changed
- Move documentation to a web-based site using MkDocs
0.12.7
_released `2025-01-14`_
✨ Added
- Introduce EMU_MPS device type
0.12.6
_released `2024-12-12`_
✨ Added
- Added 'cancel_batches' method, allowing to cancel a group of batches based on a list of batch ids
0.12.5
_released `2024-11-12`_
✨ Added
- Added 'get_batches' method, a feature to retrieve a group of batches based on 'BatchFilters'
Changed
- Now passing the wrong type for Filtering Jobs or Batches will raise a TypeError instead of a ValueError
0.12.4
_released `2024-10-09`_
Added
- Deprecation warnings on init of SDK, now each version of pasqal-cloud is supported for 1 year after release. If your version is not supported anymore you will get a deprecation warning each time you use the SDK.