Skip to content

Conversation

@dependabot
Copy link

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

Bumps archspec from 0.1.3 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)

v0.1.4

This release improves the detection and support for the Apple M1 CPU, both on macOS and on Asahi linux based systems. It also:

  • Adds compiler flags for oneAPI Intel compilers
  • Improves compiler flags for a64fx

Note: archspec was maintaining an "unofficial" compatibility with Python 2.6. This has been dropped in 478594c9916c01be527568233d102e9d6a0101d1.

Full Changelog: archspec/archspec@v0.1.3...v0.1.4

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.3 to 0.2.0.
- [Release notes](https://github.com/archspec/archspec/releases)
- [Commits](archspec/archspec@v0.1.3...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

Development

Successfully merging this pull request may close these issues.

1 participant