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

Commits on Jan 16, 2024

  1. Merge pull request #1219 from CQCL/main

    Main
    cqc-alec authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    14ce283 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    c5979f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    5a924d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    d53061c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Bump actions/cache from 3 to 4 (#1226)

    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>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4582602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6906704 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    d25b915 View commit details
    Browse the repository at this point in the history
  2. Add CXConfigType to API docs (#1230)

    * add missing CXConfigType to pytket.circuit docs
    
    * remove special members
    CalMacCQ authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    44f401c View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    26b5f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d58f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfadf94 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    590f78d View commit details
    Browse the repository at this point in the history
  2. Bump dorny/paths-filter from 2.11.1 to 3.0.0 (#1236)

    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>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a8dd796 View commit details
    Browse the repository at this point in the history
  3. Tidy up pytket.circuit API docs (#1178)

    * 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
    CalMacCQ authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3e556dc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    03860de View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    c5a7106 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc89c70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3edf41 View commit details
    Browse the repository at this point in the history