Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.25.0 #1248

Merged
merged 18 commits into from
Feb 12, 2024
Merged

Release/1.25.0 #1248

merged 18 commits into from
Feb 12, 2024

Conversation

cqc-alec
Copy link
Collaborator

@cqc-alec cqc-alec commented Feb 9, 2024

Making a new release with a bugfix to a compilation pass. I think the changes are sufficiently small that we don't need to do a pre-release.

cqc-alec and others added 18 commits January 16, 2024 14:42
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add missing CXConfigType to pytket.circuit docs

* remove special members
Bumps [dorny/paths-filter](https://github.com/dorny/paths-filter) from 2.11.1 to 3.0.0.
- [Release notes](https://github.com/dorny/paths-filter/releases)
- [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md)
- [Commits](dorny/paths-filter@v2.11.1...v3.0.0)

---
updated-dependencies:
- dependency-name: dorny/paths-filter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* don't clutter pytket.circuit docs by expanding submodules

* change caption

* use bysource order for autodoc

* start using automethod for Circuit methods

* fix typo

* use autodoc typehints

* Expand TOC for all pages

* add some circuit properties

* delete unused config settings

* add another chunk of automethod boilerplate

* finish adding circuit methods

* add some notes on Circuit.add_gate

* submodules -> classes

* scrub ._tket from pytket.circuit docs source

* remove more _tket

* don't use sphinx_autodoc_typehints for now

* remove non-existent Reset method

* use submodules rather than classes

* don't show binary info in pytket.circuit doc

* remove typehints extension entirely

* remove duplicate CV method

* remove more duplicate methods

* submodules -> classes

* reorder circuit properties

* remove duplicate properties

* remove :special-members: and use automethod for __init__ etc

* remove __hash__

* minor spacing edit

* Revert "minor spacing edit"

This reverts commit abe76a4.

* add missing methods found by python script

* use autoproperty for created_qubits and discarded_qubits

* add script to check circuit methods and properties

* fix typo

* remove comment

* fix spaxing and heading

* consistent headings

* remove some dunder methods from API docs

* add __rshift__ dunder method back into the docs

* add explanatory comments

* remove spaces
@cqc-alec cqc-alec marked this pull request as ready for review February 9, 2024 16:44
@cqc-alec cqc-alec merged commit 0ec6039 into main Feb 12, 2024
15 checks passed
@cqc-alec cqc-alec deleted the release/1.25.0 branch February 12, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants