Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@HGSilveri HGSilveri released this 09 Oct 13:44
99842f0

Pulser v1.0.0

With this release, Pulser is officially a stable package. With this change comes the guarantee of backwards compatibility, along with a stronger commitment with API stability.

The changes on this release focused mostly on removing deprecated functionality. To make the upgrade as smooth as possible, we recommend first upgrading your installation to Pulser v0.20 to surface any deprecation warnings or upcoming breakages you might experience. Once those are resolved, you can safely install Pulser v1.0.0.

Fixes

  • Correct XY Hamiltonian interaction term (#744)

Removals

  • Drop support for Python 3.8 (#743)
  • Remove Simulation() and pulser.simulation (#736)
  • Remove legacy JSON serialization methods for Sequence (#737)
  • Remove Chadoq2 and IroiseMVP (#735)
  • Remove references to "submission" on RemoteResults (#738)
  • Remove legacy NoiseModel (#734)

Changelog

99842f0 Release v1.0.0
f8c1117 Bump version to 1.0.0
9ff81d8 Preparing v1 release (#739)
6aee569 Remove legacy NoiseModel (#734)
0f8d435 Remove references to "submission" on RemoteResults (#738)
a47f0a9 Remove Chadoq2 and IroiseMVP (#735)
3046a3d Remove legacy JSON serialization methods for Sequence (#737)
dd68ac3 Remove Simulation() and pulser.simulation (#736)
f04682b Drop support for Python 3.8 (#743)
96ab5c4 Correct XY Hamiltonian interaction term (#744)
32fbbb0 Bump version to 0.21dev1

Contributors

A special shoutout goes to the contributors and reviewers involved in this release:

  • Antoine Cornillot
  • Henrique Silvério

A huge thank you to all Pulser contributors, both to this and past versions.