Skip to content

discussions Search Results · repo:lmfit/uncertainties language:Shell

Filter by

16 results
 (113 ms)

16 results

inlmfit/uncertainties (press backspace or delete to remove)

There have been many discussions targeting a refactoring of AffineScalarFunction and the related Variable, LinearCombination etc. Here s a bit of code I wrote that re-implements a lot of the core uncertainties ...

The goal is to have a scalar class, AffineScalarFunc/ufloat, and an array class, UArray. The UArray class should be used to store arrays of ufloats rather than an ndarray of ufloats as is currently the ...

Most of the topics in https://github.com/lmfit/uncertainties/discussions/201 are completed so I m starting this for the next release, which I presume will be 4.0.0 Skimming through the previous topic ...

In #199 (use pyproject.toml) and #200 (drop official support for Python before 3.8), one topic that has come up is what to release next. I don t think either of those PRs requires a new release because ...

Inspired by #222 Right now, or at least in the near future, numpy is an optional requirement of uncertainties. Should it be a required dependency? The main reason I ask is because there is a lot of code ...

Here s a discussion for longer term doc plans. 1. The theme looks a little dated. Is there any interest in moving to another theme? The widely used options are: - furo (urllib3, black, pip, psycopg3) ...

I use the uncertainties package for two things. - Intaking value/uncertainty pairs that come from my data and performing algebraic manipulations on the value/uncertainty pair while having error ...

With the transfer from lebigot/uncertainties, to lmfit/uncertainties, we have promised to maintain, update, develop, and support this library. The discussion at #180 gives several ideas for what to do ...

AffineScalarFunc is defined as an object with a nominal_value and a derivatives dictionary with [Variable, float] pairs mapping Variables to coefficients of derivatives with respect to those variables. ...

I m trying to understand the discussion in #189. For this I need to better understand how AffineScalarFunc, Variable and LinearCombination work. I m working through the code, but I think some quick discussion ...