ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 3 forks source link

Bump lmfit from 1.3.0 to 1.3.1 #108

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps lmfit from 1.3.0 to 1.3.1.

Release notes

Sourced from lmfit's releases.

1.3.1

Mostly fixes for bugs introduced in 1.3.0

  • allow Model.eval_uncertainty to be performed with single points for x independent variables (PR #952, Issue #951)

  • allow Model._parse_param to handle older-style passed-in 'argnames' and 'kwargs' as for variadic function, add test (PR #950)

  • better allow (or re-allow) Model function independent variables / keyword argumentss to be given non-default values at model creation time

  • add form as independent variable for builtin Step, Rectangle, Thermal Distribution models.

  • use a copy of sys.modules when iterating over it. (#949)

  • use Model._reprstring(long=True) for model Model.__repr__().

Changelog

Sourced from lmfit's changelog.

Version 1.3.1 Release Notes (April 19, 2024)

Mostly fixes for bugs introduced in 1.3.0

  • allow Model.eval_uncertainty to be performed with single points for x independent variables (PR #952, Issue #951)

  • allow Model._parse_param to handle older-style passed-in 'argnames' and 'kwargs' as for variadic function, add test (PR #950)

  • better allow (or re-allow) Model function independent variables / keyword argumentss to be given non-default values at model creation time

  • add form as independent variable for builtin Step, Rectangle, Thermal Distribution models.

  • use a copy of sys.modules when iterating over it. (#949)

  • use Model._reprstring(long=True) for model Model.__repr__().

.. _whatsnew_130_label:

Commits
  • 3cfd09a update whatsnew for 1.3.1
  • 9621dfe add numexpr to doc section of dependencies
  • f0fc28f transform 0-d arrays into 1-d to check their length (#952)
  • de35309 Merge pull request #950 from lmfit/allow_model_opts
  • 217347e allow Model._parse_param to handle older-style passed-in 'argnames' and 'kwar...
  • 1358824 use Model._reprstring(long=True) for model repr
  • cc580ae add test of giving non-default keyword option/independent variable at model c...
  • a6ec654 re-allow model function independent variables / keyword args to be given non-...
  • 88cc92c add 'form' as independent variable for step, rectangle, thermal distribution ...
  • cf2626b Merge pull request #949 from jcjaskula-aws/jcjaskula-aws/copy_sys_module
  • 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 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)
dependabot[bot] commented 2 months ago

Looks like lmfit is no longer a dependency, so this is no longer needed.