Skip to content

Bump lmfit from 1.0.0 to 1.1.0#182

Open
dependabot[bot] wants to merge 1 commit into
+master+master+master+from
dependabot/pip/lmfit-1.1.0
Open

Bump lmfit from 1.0.0 to 1.1.0#182
dependabot[bot] wants to merge 1 commit into
+master+master+master+from
dependabot/pip/lmfit-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 2, 2022

Copy link
Copy Markdown

Bumps lmfit from 1.0.0 to 1.1.0.

Release notes

Sourced from lmfit's releases.

1.1.0

Version 1.1.0 Release Notes (November 27, 2022)

Supported Python Versions: 3.7, 3.8, 3.9, 3.10, 3.11 Minimal requirements: numpy>=1.19, scipy>=1.6, uncertainties>=3.1.4, asteval>=0.9.28

New features:

  • add Pearson4Model (@​lellid; PR #800)
  • add SplineModel (PR #804)
  • add R^2 rsquared statistic to fit outputs and reports for Model fits (Issue #803; PR #810)
  • add calculation of dely for model components of composite models (Issue #761; PR #826)

Bug fixes/enhancements:

  • make sure variable spercent is always defined in params_html_table functions (reported by @​MySlientWind; Issue #768, PR #770)
  • always initialize the variables success and covar the MinimizerResult (reported by Marc W. Pound; PR #771)
  • build package following PEP517/PEP518; use pyproject.toml and setup.cfg; leave setup.py for now (PR #777)
  • components used to create a CompositeModel can now have different independent variables (@​Julian-Hochhaus; Discussion #787; PR #788)
  • fixed function definition for StepModel(form='linear'), was not consistent with the other ones (@​matpompili; PR #794)
  • fixed height factor for Gaussian2dModel, was not correct (@​matpompili; PR #795)
  • for covariances with negative diagonal elements, we set the covariance to None (PR #813)
  • fixed linear mode for RectangleModel (@​arunpersaud; Issue #815; PR #816)
  • report correct initial values for parameters with bounds (Issue #820; PR #821)
  • allow recalculation of confidence intervals (@​jagerber48; PR #798)
  • include 'residual' in JSON output of ModelResult.dumps (@​mac01021; PR #830)
  • supports and is tested against Python 3.11; updated minimum required version of SciPy, NumPy, and asteval (PR #832)

Deprecations:

  • remove support for Python 3.6 which reached EOL on 2021-12-23 (PR #790)

1.0.4rc1

Version 1.0.4rc1

New features:

  • add calculation of dely for model components of composite models (Issue #761; PR #826)
  • add R^2 rsquared statistic to fit outputs and reports for Model fits (Issue #803; PR #810)
  • add SplineModel (PR #804)
  • add Pearson4Model (@​lellid; PR #800)

Bug fixes/enhancements:

  • make sure variable spercent is always defined in params_html_table functions (reported by @​MySlientWind; Issue #768, PR #770)
  • always initialize the variables success and covar the MinimizerResult (reported by Marc W. Pound; PR #771)

... (truncated)

Changelog

Sourced from lmfit's changelog.

Version 1.1.0 Release Notes (November 27, 2022)

New features:

  • add Pearson4Model (@​lellid; PR #800)
  • add SplineModel (PR #804)
  • add R^2 rsquared statistic to fit outputs and reports for Model fits (Issue #803; PR #810)
  • add calculation of dely for model components of composite models (Issue #761; PR #826)

Bug fixes/enhancements:

  • make sure variable spercent is always defined in params_html_table functions (reported by @​MySlientWind; Issue #768, PR #770)
  • always initialize the variables success and covar the MinimizerResult (reported by Marc W. Pound; PR #771)
  • build package following PEP517/PEP518; use pyproject.toml and setup.cfg; leave setup.py for now (PR #777)
  • components used to create a CompositeModel can now have different independent variables (@​Julian-Hochhaus; Discussion #787; PR #788)
  • fixed function definition for StepModel(form='linear'), was not consistent with the other ones (@​matpompili; PR #794)
  • fixed height factor for Gaussian2dModel, was not correct (@​matpompili; PR #795)
  • for covariances with negative diagonal elements, we set the covariance to None (PR #813)
  • fixed linear mode for RectangleModel (@​arunpersaud; Issue #815; PR #816)
  • report correct initial values for parameters with bounds (Issue #820; PR #821)
  • allow recalculation of confidence intervals (@​jagerber48; PR #798)
  • include 'residual' in JSON output of ModelResult.dumps (@​mac01021; PR #830)
  • supports and is tested against Python 3.11; updated minimum required version of SciPy, NumPy, and asteval (PR #832)

Deprecations:

  • remove support for Python 3.6 which reached EOL on 2021-12-23 (PR #790)

.. _whatsnew_103_label:

Version 1.0.3 Release Notes (October 14, 2021)

Potentially breaking change:

  • argument x is now required for the guess method of Models (Issue #747; PR #748)

To get reasonable estimates for starting values one should always supply both x and y values; in some cases it would work when only providing data (i.e., y-values). With the change above, x is now required in the guess method call, so scripts might need to be updated to explicitly supply x.

Bug fixes/enhancements:

  • do not overwrite user-specified figure titles in Model.plot() functions and allow setting with title keyword argument (PR #711)
  • preserve Parameters subclass in deepcopy (@​jenshnielsen; PR #719)
  • coerce data and indepdent_vars to NumPy array with dtype=float64 or dtype=complex128 where applicable (Issues #723 and #728)
  • fix collision between parameter names in built-in models and user-specified parameters (Issue #710 and PR #732)
  • correct error message in PolynomialModel (@​kremeyer; PR #737)

... (truncated)

Commits
  • c2de93c add release date for v 1.1.0
  • 8790001 DOC: small changes to whatsnew.rst
  • 0ca168a MAINT/CI: update pre-commit hooks
  • 36ef5cf CI: update to latest NumPy version
  • 2ff1cf9 MAINT: add all keywords for least_squares
  • fc1ab32 MAINT: update keywords for leastsq, follow SciPy's defaults
  • 85ee434 MAINT: update keywords for basinhopping for SciPy v1.8 and above
  • 77fee80 MAINT: update keywords for shgo for SciPy v1.7 and above
  • 17135ad MAINT: update keywords for dual_annealing for SciPy v1.8 and above
  • 1b25a31 BLD: update minimum requirements for SciPy, NumPy, and asteval
  • 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)

Bumps [lmfit](https://github.com/lmfit/lmfit-py) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/lmfit/lmfit-py/releases)
- [Changelog](https://github.com/lmfit/lmfit-py/blob/master/doc/whatsnew.rst)
- [Commits](lmfit/lmfit-py@1.0.0...1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Dec 2, 2022
@dependabot @github

dependabot Bot commented on behalf of github Dec 2, 2022

Copy link
Copy Markdown
Author

Dependabot tried to add @jsnel as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/admdev8/pyglotaran/pulls/182/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the admdev8/pyglotaran repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@performance-testing-bot

Copy link
Copy Markdown

Unable to locate .performanceTestingBot config file

@trafico-bot trafico-bot Bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Dec 2, 2022
@vizipi

vizipi Bot commented Dec 2, 2022

Copy link
Copy Markdown

Pull request analysis by VIZIPI

Below you will find who is the most qualified team member to review your code.
This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below )   Feedback always welcome

No other active qualified developers found to review these specific changes. You might consider involving more team members with these code segments.


Potential missing files from this Pull request

No commonly committed files found with a 40% threashold


Committed file ranks

(click to expand)
  • 99.95%[requirements_dev.txt]
  • 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 🔍 Ready for Review Pull Request is not reviewed yet size/XS

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants