renecotyfanboy / jaxspec

jaxspec is an X-ray spectra Bayesian analysis package, relying on JAX to enable just in time compilation
https://jaxspec.readthedocs.io/en/latest/
MIT License
29 stars 2 forks source link

Update mendeleev requirement from >=0.15,<0.17 to >=0.15,<0.18 #153

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on mendeleev to permit the latest version.

Changelog

Sourced from mendeleev's changelog.

v0.17.0 (05.06.2024)

  • [ENH] Add data export to various formats by :user:@lmmentel in :pr:151
  • [ENH] Create metadata table for stored properties by :user:@lmmentel in :pr:156
  • [ENH] Update Isotope.half_life_unit values by :user:@lmmentel in :pr:160
  • [DOC] Add section for alternative implementation of mendeleev to README by :user:@lmmentel in :pr:163
  • [DOC] Add Mendeleev.jl to README by :user:@lmmentel in :pr:164
  • [FIX] Use read-only SQLite connection by :user:@jan-janssen in :pr:165
  • [FIX] Fix fetch_table to be compatible across major versions of pandas and sqlalchemy by :user:@lmmentel in :pr:159

v0.16.2 (21.05.2024)

    • Fix ImportErrors not being raised with missing objects by :user:lmmentel in :pr:150

v0.16.1 (13.05.2024)

  • [FIX] Fix import error by :user:lmmentel in :pr:148

v0.16.0 (05.05.2024)

  • [ENH] Adopt ruff and pre-commit for linting and formatting by :user:@lmmentel in :pr:139
  • [ENH] Improve element not found by :user:@Vi-L in :pr:142
  • [ENH] Defer loading element data until attribute access by :user:@paulromano in :pr:121

v0.15.0 (26.12.2023)

  • [FIX] Fix a few issues with README.md by :user:@paulromano in :pr:119
  • [MNT] Remove six dependency by :user:@paulromano in :pr:120
  • [FIX] Update abundance for 126Te isotope by :user:@lmmentel in :pr:123
  • [MNT] add python 3.12 support and bump various package versions :user:@lmmentel in :pr:134

v0.14.0 (07.06.2023)

  • Fix Mulliken electronegativity by :user:@lmmentel in :pr:116
  • [FIX] Enable fetch of phase transition data by :user:@lmmentel in :pr:112

v0.13.1 (24.04.2023)

  • Fix URL in references.bib by :user:@paulromano in :pr:108
  • Fix import warning for declarative_base by :user:@lmmentel in :pr:109
  • Add vis extra by :user:@lmmentel in :pr:110

... (truncated)

Commits
  • 630be51 Bump version: 0.16.2 → 0.17.0
  • c15a245 update chagelog
  • fd3f12f Fix fetch_table to be compatiple across pandas and sqlalchemy versions (#159)
  • 55c2244 Use read-only SQLite connection (#165)
  • 393692c add Mendeleev.jl (#164)
  • 6af017d Add section for alternative implementation of mendeleev to README (#163)
  • 88510cc Update Isotope.half_life_unit values (#160)
  • b04a6f0 Create metadata table for stored properties (#156)
  • 3945030 Add data export to various formats (#151)
  • c0762ce Bump version: 0.16.1 → 0.16.2
  • 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 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)

📚 Documentation preview 📚: https://jaxspec--153.org.readthedocs.build/en/153/

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.22%. Comparing base (2664e85) to head (22dc83f). Report is 74 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ======================================= Coverage 75.22% 75.22% ======================================= Files 23 23 Lines 1526 1526 ======================================= Hits 1148 1148 Misses 378 378 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.