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 archspec from 0.1.4 to 0.2.0 in /docs #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps archspec from 0.1.4 to 0.2.0.

Release notes

Sourced from archspec's releases.

v0.2.0

This release introduces support for:

  • Neoverse v1 and generic Armv8.X architectures
  • Apple M2

Breaking changes

  • Compared to v0.1, the naming scheme for graviton chips changed to use generic microarchitecture names. This means that graviton is now named cortex_a72, graviton2 is now named neoverse_n1 and instead of graviton3 we introduced neoverse_v1 (due to being based on archspec-json v0.2)
  • Support for Python 2.7 and Python 3.5 has been dropped (#103)

Features

  • Added support for Python 3.11 (#103)
  • Speedup microarchitecture comparison (#96)

Bug fixes

  • Fixed wrong compiler flags for the Intel classic compiler when targeting x86_64 (due to being based on archspec-json v0.2)
  • Removed the umip feature from icelake and cannonlake (due to being based on archspec-json v0.2)
Commits
  • ed53409 Drop Python 2.7 and Python 3.5 official support, add Python 3.11 (#103)
  • 77640e5 Add detection logic for Apple M2 (#97)
  • df9f13c Rename Graviton products with ARM uarch names (#100)
  • 7786155 Update link for poetry installer (#101)
  • aa479fb Revert "Add features and Asahi linux test"
  • 2adec7d Add features and Asahi linux test
  • e2cfdc2 Fix typos and markdowns (#98)
  • cbb9905 Bump actions/checkout from 2 to 3 (#79)
  • 64fb7c2 speed up microarchitecture compare (#96)
  • 38b7ef8 Remove "umip" from icelake and cannonlake (#94)
  • Additional commits viewable in compare view

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 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)

Bumps [archspec](https://github.com/archspec/archspec) from 0.1.4 to 0.2.0.
- [Release notes](https://github.com/archspec/archspec/releases)
- [Commits](archspec/archspec@v0.1.4...v0.2.0)

---
updated-dependencies:
- dependency-name: archspec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
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
Projects
None yet
0 participants