Skip to content

Commit

Permalink
Merge pull request #183 from QCoDeS/trmorgan/changelog_0.11.0
Browse files Browse the repository at this point in the history
Changelog for 0.11.0 release
  • Loading branch information
trevormorgan authored Aug 8, 2022
2 parents ee6273a + 7b8a1c5 commit a02b1dd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/changes/0.11.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Changelog for broadbean 0.11.0
==============================

The August 2022 release of broadbean with many great improvements for modernizing broadbean's infrastructure.


Breaking Changes:
_________________

- Methods and functions marked for deletion in version `0.10.0` have now been removed. Specifically
`BluePrint.plot`, `broadbean.bluePrintPlotter`, `Element.plotElement`, `Sequence.plotSequence`
and `Sequence.plotAWGOutput`. (#107)

New:
____

- New `Sequence` method `outputForSEQXFileWithFlags` for setting flags for every element forming a sequence.
This is useful for auxiliary outputs on a Tektronix AWG70000. (#101)

Improved:
_________

- Fix for invalid identity comparisons in blueprint submodule. (#102)


Behind The Scenes:
__________________

- Updated `README.md` that includes updated link to `broadbean` documentation. (#158)
- Replace Conda test job with regular pip job on windows. (#139)
- Enable dependabot for `broadbean`. (#111)
- Enable precommit hook. (#110)
- Documentation infrastructure improvements. (#110)
- Modernize setup and build infrastructure (convert to pep516/517, build wheels and sdist using build,
automatic upload to pypi, move config to pyproject.toml and setup.cfg and pinning dependencies with
requirements.txt). (#109)
- Move tests into package to include them into distribution. (#108)
- Use GitHub actions, test on python 3.7-3.10, remove python 3.6 support, remove Travis and AppVeyor. (#103)
1 change: 1 addition & 0 deletions docs/changes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Changelogs
==========

.. toctree::
0.11.0 <0.11.0>
0.10.0 <0.10.0>

0 comments on commit a02b1dd

Please sign in to comment.