Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps thermo from 0.4.2 to 0.5.0.

Release notes

Sourced from thermo's releases.

0.5.0

What's Changed

Full Changelog: CalebBell/thermo@0.4.2...0.5.0

Changelog

Sourced from thermo's changelog.

[0.5.0] - 2025-10-19

Added

  • Python 3.13 and 3.13t (free-threaded) support with PYTHON_GIL=0 configuration
  • Pre-commit configuration with Ruff, mdformat, and file validators
  • New GitHub Actions workflows for pre-commit checks and security scanning
  • Packaging compatibility workflows for cx_Freeze, PyInstaller, and py2exe
  • Standalone test scripts and demo builders for verifying packaged distributions
  • Coverage HTML artifact uploads to all test workflows
  • Concurrency controls to workflows to cancel redundant builds
  • Justfile for streamlined development tasks (setup, docs, test, typecheck, lint)
  • Security scanning with pip-audit and bandit
  • Modified UNIFAC 2.0 interaction parameters (DOUF2IP): Hayer, Nicolas, Hans Hasse, and Fabian Jirasek. "Modified UNIFAC 2.0-A Group-Contribution Method Completed with Machine Learning." Industrial & Engineering Chemistry Research 64, no. 20 (2025): 10304–13. https://doi.org/10.1021/acs.iecr.5c00077.

Changed

  • Minimum Python version raised from 3.6 to 3.8
  • Updated actions to latest versions (setup-qemu v3, run-on-arch v3)
  • Updated macOS CI runners (macos-13 → macos-15-intel, added macos-latest for ARM)
  • Extensive code quality improvements with Ruff linting across entire codebase:
    • String quote normalization to double quotes
    • Removed unused imports and variables
    • Improved code formatting and PEP 8 compliance
    • Better type hints compatibility
  • Begun process of integrating type hints into the codebase
  • Updated copyright year to 2025
  • Fixed numerous typos across documentation files
  • Improved Sphinx configuration for Python 3.13 compatibility
  • Enhanced docstring and markdown formatting
  • Improved coveralls error handling (continue on failure)
  • Updated README to reflect Python 3.8+ requirement

Removed

  • Dropped Python 3.6 and 3.7 support
  • Removed obsolete platform-specific exclusions

Security

  • Added automated security scanning workflow documented in SECURITY.md
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 <dependency name> 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)

Bumps [thermo](https://github.com/CalebBell/thermo) from 0.4.2 to 0.5.0.
- [Release notes](https://github.com/CalebBell/thermo/releases)
- [Changelog](https://github.com/CalebBell/thermo/blob/master/changelog.md)
- [Commits](CalebBell/thermo@0.4.2...0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 20, 2025
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants