- Expose add_jobs and close_batch functions in the SDK interface - Refactor non-private methods that were prefixed with \_ - Add test coverage for new functions - Drop priority from Batch attributes
0.9.0
Changed
- Use the new authentication url: authenticate.pasqal.cloud
0.8.1
Added
- Add a retry mechanism to the HTTP requests on certain status codes - Add some typehints and basic test descriptions
0.8.0
Added
- Added `strict_validation` option to emulators configuration.
0.7.1
Added
- Upgrading Pydantic requirement from V1.10.x to >= V2.6.0. - Updated documentation.
0.7.0
Added
- Added feature to retry a job for an open batch. - Added unit tests. - Updated documentation.