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

⬆️ Bump the python-dependencies group with 4 updates #217

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 19, 2024

Updates the requirements on pytket-qiskit, sb3-contrib, scikit-learn and lark to permit the latest version.
Updates pytket-qiskit to 0.53.0

Release notes

Sourced from pytket-qiskit's releases.

v0.53.0

What's Changed

Full Changelog: CQCL/pytket-qiskit@v0.52.0...v0.53.0

Changelog

Sourced from pytket-qiskit's changelog.

0.53.0 (April 2024)

  • Updated pytket version requirement to 1.27.
  • Update qiskit-ibm-runtime version requirement to 0.23.

0.52.0 (April 2024)

  • Update pytket version requirement to 1.26.
  • Update qiskit-aer version requirement to 0.14.
  • Update conversion to qiskit to use symengine for symbolic circuits
  • Add IBMQBackend.default_compilation_pass_offline for offline compilation given config and props objects.
  • Add DirectednessPredicate to IBMQBackend
  • Default compilation pass of IBMQBackend will keep ECR gates in the direction required by the backend.

0.51.0 (March 2024)

  • Update qiskit-ibm-runtime version requirement to 0.22.
  • remove all remote simulators
  • rename IBMQLocalEmulatorBackend to IBMQEmulatorBackend
  • IBMQEmulatorBackend will now run locally
  • add support for contextual optimisation on local emulator

0.50.0 (March 2024)

  • Update qiskit-algorithms version requirement to 0.3.

0.49.0 (March 2024)

  • Update pytket version requirement to 1.25.
  • Update qiskit version requirement to 1.0.
  • Update qiskit-ibm-provider version requirement to 0.10.
  • Update qiskit-ibm-runtime version requirement to 0.21.
  • Add IBMQLocalEmulatorBackend for running local emulation of IBMQBackend using AerBackend with a noise model.

0.48.1rc1

  • Fix: use correct instance with IBMQEmulatorBackend.

0.48.0 (January 2024)

  • Updated pytket version requirement to 1.24.
  • Python 3.12 support added, 3.9 dropped.

... (truncated)

Commits

Updates sb3-contrib to 2.3.0

Release notes

Sourced from sb3-contrib's releases.

SB3-Contrib v2.3.0: New defaults hyperparameters for QR-DQN

Breaking Changes:

  • Upgraded to Stable-Baselines3 >= 2.3.0
  • The default learning_starts parameter of QRDQN have been changed to be consistent with the other offpolicy algorithms
# SB3 < 2.3.0 default hyperparameters, 50_000 corresponded to Atari defaults hyperparameters
# model = QRDQN("MlpPolicy", env, learning_starts=50_000)
# SB3 >= 2.3.0:
model = QRDQN("MlpPolicy", env, learning_starts=100)

New Features:

  • Added rollout_buffer_class and rollout_buffer_kwargs arguments to MaskablePPO
  • Log success rate rollout/success_rate when available for on policy algorithms

Others:

  • Fixed train_freq type annotation for tqc and qrdqn (@​Armandpl)
  • Fixed sb3_contrib/common/maskable/*.py type annotations
  • Fixed sb3_contrib/ppo_mask/ppo_mask.py type annotations
  • Fixed sb3_contrib/common/vec_env/async_eval.py type annotations

Documentation:

  • Add some additional notes about MaskablePPO (evaluation and multi-process) (@​icheered)

Full Changelog: Stable-Baselines-Team/stable-baselines3-contrib@v2.2.1...v2.3.0

Commits

Updates scikit-learn to 1.4.2

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.4.2

We're happy to announce the 1.4.2 release.

This release only includes support for numpy 2.

This version supports Python versions 3.9 to 3.12.

You can upgrade with pip as usual:

pip install -U scikit-learn
Commits

Updates lark to 1.1.9

Changelog

Sourced from lark's changelog.

v1.0

  • maybe_placeholders is now True by default

  • Renamed TraditionalLexer to BasicLexer, and 'standard' lexer option to 'basic'

  • Default priority is now 0, for both terminals and rules (used to be 1 for terminals)

  • Discard mechanism is now done by returning Discard, instead of raising it as an exception.

  • use_accepts in UnexpectedInput.match_examples() is now True by default

  • v_args(meta=True) now gives meta as the first argument. i.e. (meta, children)

Commits
  • 262ab71 Version bump (1.1.9)
  • ab11ead Merge pull request #1377 from MegaIng/patch-5
  • b31ef8f MAXWIDTH is not part of sre_constants
  • e4dbb4f Use MAXWIDTH instead of MAXREPEAT when available
  • 942366b Merge pull request #1365 from michael-k/python3.12
  • a835092 Run tests against Python 3.12
  • 67df05b Docs: Update readthedocs config to newer version
  • ab8b0f0 Merge pull request #1357 from ei-grad/patch-1
  • 0104dd4 Fix nested list markdown syntax in how_to_use.md
  • a43373c Version bump (1.1.8)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [pytket-qiskit](https://github.com/CQCL/pytket-qiskit), [sb3-contrib](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib), [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [lark](https://github.com/lark-parser/lark) to permit the latest version.

Updates `pytket-qiskit` to 0.53.0
- [Release notes](https://github.com/CQCL/pytket-qiskit/releases)
- [Changelog](https://github.com/CQCL/pytket-qiskit/blob/develop/docs/changelog.rst)
- [Commits](CQCL/pytket-qiskit@v0.52.0...v0.53.0)

Updates `sb3-contrib` to 2.3.0
- [Release notes](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/releases)
- [Commits](Stable-Baselines-Team/stable-baselines3-contrib@v2.0.0...v2.3.0)

Updates `scikit-learn` to 1.4.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.4.0...1.4.2)

Updates `lark` to 1.1.9
- [Release notes](https://github.com/lark-parser/lark/releases)
- [Changelog](https://github.com/lark-parser/lark/blob/master/CHANGELOG.md)
- [Commits](lark-parser/lark@0.7.0...1.1.9)

---
updated-dependencies:
- dependency-name: pytket-qiskit
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: sb3-contrib
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: lark
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 19, 2024
Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.6%. Comparing base (b735d2a) to head (2303dc4).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #217   +/-   ##
=====================================
  Coverage   79.6%   79.6%           
=====================================
  Files         12      12           
  Lines        965     965           
=====================================
  Hits         769     769           
  Misses       196     196           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nquetschlich nquetschlich merged commit 7aef3fe into main Apr 19, 2024
13 checks passed
@nquetschlich nquetschlich deleted the dependabot/pip/python-dependencies-0b9b1c6bda branch April 19, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant