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

Revision of CPC module and tests #902

Draft
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2022

  1. Add typing. Add docs.

    matsumotosan committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    73ea0f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 19, 2022

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

Commits on Oct 27, 2022

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

Commits on Oct 28, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 2, 2022

  1. Merge branch 'master' into cpc_module

    otaj committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8ec0edb View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

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

Commits on Jan 9, 2023

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

Commits on Feb 25, 2023

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

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    3fddca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d7e946 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. update mergify team

    Borda committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bd23c27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4d3f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cafc9ac View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 10, 2023

  1. build(deps): update jsonargparse[signatures] requirement from <=4.22.…

    …0,>4.0.0 to >4.0.0,<=4.22.1 in /requirements (Lightning-Universe#1053)
    
    build(deps): update jsonargparse[signatures] requirement
    
    Updates the requirements on [jsonargparse[signatures]](https://github.com/omni-us/jsonargparse) to permit the latest version.
    - [Changelog](https://github.com/omni-us/jsonargparse/blob/main/CHANGELOG.rst)
    - [Commits](omni-us/jsonargparse@v4.0.1...v4.22.1)
    
    ---
    updated-dependencies:
    - dependency-name: jsonargparse[signatures]
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c17b402 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. cleaning broken strings

    Borda committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    011f209 View commit details
    Browse the repository at this point in the history
  2. format docs with 120 (Lightning-Universe#1057)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Borda and pre-commit-ci[bot] committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c6f6d3b View commit details
    Browse the repository at this point in the history
  3. adding required wrapper (Lightning-Universe#1056)

    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Borda and pre-commit-ci[bot] committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b8966d1 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump pytest-rerunfailures from 11.1.2 to 12.0 in /requir…

    …ements (Lightning-Universe#1054)
    
    build(deps): bump pytest-rerunfailures in /requirements
    
    Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 11.1.2 to 12.0.
    - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
    - [Commits](pytest-dev/pytest-rerunfailures@11.1.2...12.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest-rerunfailures
      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] committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4f910f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Add typing. Add docs.

    matsumotosan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    a912d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8ae31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab52e99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0184091 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25c70f7 View commit details
    Browse the repository at this point in the history