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 spglib from 2.0.2 to 2.4.0 in the python-packages group #62

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the python-packages group with 1 update: spglib.

Updates spglib from 2.0.2 to 2.4.0

Release notes

Sourced from spglib's releases.

Spglib v2.4.0

What's Changed

🎉 New Features

🐞 Bug fixes

Other changes

Full Changelog: spglib/spglib@v2.3.1...v2.4.0

Spglib v2.3.1

What's Changed

🐞 Bug fixes

Other changes

Full Changelog: spglib/spglib@v2.3.0...v2.3.1

Spglib v2.3.0

... (truncated)

Changelog

Sourced from spglib's changelog.

v2.4.0 (11 Apr. 2024)

Main Changes

  • Separated the CMake sub-projects to be buildable as standalone projects with pre-installed Spglib C library: test, python, fortran
  • Bumped minimum CMake version to 3.20 (Note: previously the project was not tested for the minimum CMake version)
  • Migrated the example and package test to the ctest test-suite
  • Properly mark all deprecated functions where possible
  • Fix excessive debug/warning message prints
  • Debug and warning messages are controlled by:
    • Environment variable SPGLIB_DEBUG: Define any value to enable printing of debug messages
    • Environment variable SPGLIB_WARNING: Set to OFF to disable warning printing
    • CMake option SPGLIB_DEBUG, SPGLIB_WARNINGS: Disable the compilation of these messages all-together
  • Expanded Python distribution to more MacOS variants, including MacOS-14 (M1)

C Interface

  • Mark deprecated api with [[deprecated]] and pre-C23 equivalents
  • Explicitly mark public API for export

Python API

  • Fixed the Python module build and installation in the pure CMake environment (without scikit-build-core)
  • Use importlib to search and load the bundled spglib C library
  • Support editable installs
  • [#420] Raise TypeError when a given cell is invalid
  • [#420] Add type annotation for cell

CI

  • [#425] - Update to codecov v4
  • [#402] - Bump artifact actions to v4
  • [#402] - Build and inspect python sdist
  • [#431] - Test CMake versions
  • [#459] - Fix various CI issues
  • [#459] - Building for MacOS 14 (M1)

v2.3.1 (10 Feb. 2024)

Fortran API

  • [#421] - Allow importing Fortran API when library/consumer compilers differ
  • [#421] - Fix building Fortran API from exported spglib_f08.F90

Fixes

  • [#423] - Update DynamicVersion to v0.4.1. Fixes CMake build when git repository does not have a tag
  • [#426] - Fix Windows installation path

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the python-packages group with 1 update: [spglib](https://github.com/spglib/spglib).


Updates `spglib` from 2.0.2 to 2.4.0
- [Release notes](https://github.com/spglib/spglib/releases)
- [Changelog](https://github.com/spglib/spglib/blob/develop/ChangeLog.md)
- [Commits](spglib/spglib@v2.0.2...v2.4.0)

---
updated-dependencies:
- dependency-name: spglib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2024
Copy link
Author

dependabot bot commented on behalf of github May 13, 2024

Looks like spglib is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-packages-4fa90c63a2 branch May 13, 2024 14:07
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.

0 participants