#573584 RFP: lmfit -- Levenberg-Marquardt least-squares minimization and curve fitting

#573584#5
Date:
2010-03-12 16:16:06 UTC
From:
To:
lmfit is a self-contained implementation of the Levenberg-Marquardt algorithm.
Routine lmmin determines a parameter vector p that minimizes the Euclidean
norm of a vectorial function v(p). The most important application is curve
fitting: to approximate data y(t) by a function f(t;p), routine lmfit
minimizes the norm of the residual vector v = y(t) - f(t;p).

homepage: http://www.messen-und-deuten.de/lmfit

version 3.1_1 has been uploaded to ftp://mentors.debian.net

I am looking for a sponsor.
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

#573584#14
Date:
2011-02-19 17:07:37 UTC
From:
To:
retitle 573584 RFP: lmfit -- Levenberg-Marquardt least-squares minimization and curve fitting
noowner 573584
thanks

Hi,

This is an automatic email to change the status of lmfit back from ITP
(Intent to Package) to RFP (Request for Package), because this bug hasn't seen
any activity during the last 6 months.

If you are still interested in adopting lmfit, please send a mail to
<control@bugs.debian.org> with:

 retitle 573584 ITP: lmfit -- Levenberg-Marquardt least-squares minimization and curve fitting
 owner 573584 !
 thanks

However, it is not recommended to keep ITP for a long time without acting on
the package, as it might cause other prospective maintainers to refrain from
packaging that software. It is also a good idea to document your progress on
this ITP from time to time, by mailing <573584@bugs.debian.org>.

Thank you for your interest in Debian,

#573584#23
Date:
2013-01-16 21:40:36 UTC
From:
To:
I still think this software would add value to Debian.
If somebody volunteered as package maintainer, I would
do my best to help. - Joachim

#573584#28
Date:
2017-02-09 09:58:49 UTC
From:
To:
Dear Customer,

Your parcel was successfully delivered February 08 to UPS Station, but our courier cound not contact you.

Please review delivery label in attachment!

Best regards,
Miguel Anthony,
UPS Chief Office Manager.

#573584#33
Date:
2020-07-30 08:02:22 UTC
From:
To:
Microsoft-Benutzer,



Hiermit möchten wir Sie darüber informieren, dass Ihre eingehenden E-Mails angehalten wurden, weil Sie unsere alte Version von Microsoft Outlook verwenden.

Wenn Sie Ihr Konto nicht am oder vor dem Ende des heutigen Tages (30-7 2020) aktualisieren möchten, wird Ihr Konto dauerhaft aus unserer Datenbank gelöscht.

Nehmen Sie sich eine Minute Zeit, um Ihr Konto für ein schnelleres, sichereres und voll funktionsfähiges Microsoft Outlook-Erlebnis zu aktualisieren.

Klicken Sie hier<https://outlookadmincheckp96.wixsite.com/fuhcjkbvh>, um Ihr Outlook-Konto zu aktualisieren

Vielen Dank, dass Sie ein treuer Outlook-Mail-Benutzer sind

Wir hoffen, Ihnen gefällt die neueste Version von Outlook.

Microsoft Account Team
© 2020 Microsoft Inc. Alle Rechte vorbehalten?

?

#573584#38
Date:
2021-12-26 17:44:10 UTC
From:
To:
This RFP for lmfit hasn't been updated (except by spam) since 2013, and
the original home page is now defunct.

In the meantime, python3-lmfit (src:lmfit-py) was uploaded in 2014 and
has an active upstream (https://lmfit.github.io/lmfit-py/ ,
https://github.com/lmfit/lmfit-py/).

I'm assuming therefore that this request is resolved by python3-lmfit
and am closing this RFP.

Drew

#573584#43
Date:
2021-12-26 18:18:37 UTC
From:
To:
Control: reopen 573584


Looks like lmfit (C code) got moved to
https://jugit.fz-juelich.de/mlz/lmfit
(not to be be confused with the fork at https://github.com/NSLS-II/lmfit
)

Could be value in a nonlinear LM C library, complementing the python API
in python3-lmfit, so reopening the RFP.

Would be interesting to see a benchmark comparison between the C and
Python implementations.

Drew