cvxgrp / markowitz-reference

This repository contains a reference implementation of the Markowitz portfolio optimization problem discussed in the paper Markowitz Portfolio Construction at Seventy.
Apache License 2.0
16 stars 3 forks source link

Bump contourpy from 1.2.0 to 1.2.1 #107

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps contourpy from 1.2.0 to 1.2.1.

Release notes

Sourced from contourpy's releases.

Version 1.2.1

ContourPy 1.2.1 is a compatibility release to support NumPy 2.

This release supports Python 3.9 to 3.12.

Thanks to new contributor @​motoro and core maintainer @​ianthomas23.

Compatibility:

Code improvements:

  • Fix a few f-strings (#332)

Documentation improvements:

  • Clarify use of quotes in pip install (#349)

Build, testing and CI improvements:

  • Improved linting (#322, #323, #333, #337)
  • Update cppcheck to 2.11 (#324)
  • Support running tests on unicore hosts (#327)
  • Improved tests against nightly wheels (#329, #373)
  • Update to chromium 118 for Bokeh renderer tests (#325)
  • Add CI run using earliest supported numpy (#347)
Changelog

Sourced from contourpy's changelog.

v1.2.1 (2024-04-02)

ContourPy 1.2.1 is a compatibility release to support NumPy 2.

This release supports Python 3.9 to 3.12.

Thanks to new contributor :user:motoro and core maintainer :user:ianthomas23.

Compatibility:

  • Support NumPy 2 (:pr:331, :pr:371 :pr:372)

Code improvements:

  • Fix a few f-strings (:pr:332)

Documentation improvements:

  • Clarify use of quotes in pip install (:pr:349)

Build, testing and CI improvements:

  • Improved linting (:pr:322, :pr:323, :pr:333, :pr:337)
  • Update cppcheck to 2.11 (:pr:324)
  • Support running tests on unicore hosts (:pr:327)
  • Improved tests against nightly wheels (:pr:329, :pr:373)
  • Update to chromium 118 for Bokeh renderer tests (:pr:325)
  • Add CI run using earliest supported numpy (:pr:347)
Commits


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)