- Updated tests to run tests against multiple backends - Updated `Provider.job()` to return a `Job` instance without an upload_url
Fixed
- Fixed the error 'Coupling (0, 0) not a coupling map' for backends without couplers
2024.12.0
Added
- Added the admin pages for managing user access in the tergite-dashboard app. See more in [./apps/tergite-dashboard/CHANGELOG.md](./apps/tergite-dashboard/CHANGELOG.md2024120---2024-12-11) - Added user access endpoints to the v2 API version of the tergite-mss app. See more in [./apps/tergite-mss/CHANGELOG.md](./apps/tergite-mss/CHANGELOG.md2024120---2024-12-11) - Added the `MSS_PORT` environment variable to the `.env.example` to configure the port on which tergite-mss runs on in docker compose. - Added the `NETWORK_MODE` environment variable to the `.env.example` to configure the `network_mode` to use in docker compose file
2024.09.1
Fixed
- Limited to qiskit == 0.39.0 to avoid unexpected errors with packages that depend on qiskit
2024.09.0
Added
- Added the tergite-dashboard app
Changed
- Removed the tergite-landing-page app - Removed the tergite-webgui app
Fixed
2024.04.1
Added
Changed
- Updated the contribution guidelines and government model statements
Fixed
2024.04.0
Added
- Added the [tergite-landing-page constituent app](./apps/tergite-landing-page/) - Added the [tergite-mss constituent app](./apps/tergite-mss/) - Added the [tergite-webgui constituent app](./apps/tergite-webgui/) - Added github actions for all constituent apps - Added the docker compose [`./prebuilt-docker-compose.yml`](./prebuilt-docker-compose.yml) for pre-built image - Added the docker compose file [`./fresh-docker-compose.yml`](./fresh-docker-compose.yml) for cases when the constituent apps have to be built on the fly.