pauliacomi / pyGAPS-gui

A Qt graphical user interface for pyGAPS. WIP.
GNU Affero General Public License v3.0
17 stars 2 forks source link

chore(deps): bump pygaps from 4.4.2 to 4.5.0 #35

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps pygaps from 4.4.2 to 4.5.0.

Changelog

Sourced from pygaps's changelog.

4.5.0 (2023-06-20)

  • Added a new function that calculates the enthalpy of adsorption using a method proposed by Whittaker et al in pygaps.characterisation.enth_sorp_whittaker. Thanks to L Scott Blankenship for contribution!
  • Updated AIF parser to latest version. Thanks to Jack Evans for contribution.
  • Refactored DR/DA calculations.
  • Docs updating to fix issue #42
  • Added data types to excel output parsing to fix edge cases where these were not correctly parsed.
  • Testing correctly on Python 3.11.
  • Fixed various accumulating issues and bugs and deprecations.

4.4.0 (2022-09-03)

4.3.0 (2022-08-27)

  • AIF can read/write all isotherm types (models/points). Also further improved parsing of units and metadata.
  • Quantachrome txt files are now fully parseable
  • Isotherm data can now be other things beside numbers.
  • Added two standard isotherms (silica+carbon black). Can be used in thickness calculations.

4.2.0 (2022-06-29)

  • Better error handling of nonphysical mesoporous PSD models
  • CLI now prints package version with --version argument

4.1.1 (2022-03-10)

Fixes:

  • AIF file export now more reliable with custom properties
  • Isotherm models correctly instantiate their variables (parameters would otherwise be shared between instances)

4.1.0 (2022-03-02)

... (truncated)

Commits
  • 53ee473 Merge branch 'release/4.5.0'
  • 3ef5ea8 docs: changelog & authors
  • d4a39a4 Merge branch 'feature/aif-update' into develop
  • 9a5ff97 fix: explicit dtypes in excel to avoid parsing errors
  • 2f3b59d docs: add doi links to ignore
  • 4bd8d27 ci: test on 3.11
  • ca1948d docs: clearer comments
  • 01c3daa format: increase readability
  • 50f9718 fix: raise correctly
  • 73e8e8e ci: update gh actions
  • 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)