Skip to content

Version 0.6.3

Latest
Compare
Choose a tag to compare
@caitaozhan caitaozhan released this 30 Aug 21:07
· 56 commits to master since this release
d47c944

Version 0.6.3 is released!

Added

  • We have an Icon for SeQUeNCe!
  • pip install sequence is now available!
  • src folder is renamed to sequence
  • Add sequence/constants.py to organize the common constants
  • Add support for Python 3.12
  • Add pyproject.toml

Changed

  • Various refactoring, include but not limited to updating variable/method names, moving/deleting code, adding/rewriting comments, and making the code more succinct, etc.
  • In README.md, installation with option --editable is encouraged.
  • logging looks better
  • In class Reservation, added attribute entanglement_number and id
  • Update ResourceReservationProtocol.load_rules()
  • Move utils/json_config_generators/generator_utils.py to sequence/utils/config_generator.py

Removed

  • Removed support for Python 3.8
  • Removed setup.py
  • Removed MANIFEST.in