Your message dated Sun, 30 Jun 2024 19:19:13 +0000
with message-id <e1so04v-000q05...@fasolo.debian.org>
and subject line Bug#1067234: fixed in symfit 0.5.6-3
has caused the Debian Bug report #1067234,
regarding symfit: autopkgtest regression with NumPy 1.26
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1067234: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067234
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: symfit
Version: 0.5.6-2
Severity: serious

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear maintainer,

your package has an autopkgtest regression with NumPy 1.26.
Hopefully relevant excerpt from the test log:

  130s         # Should no longer raise warnings, because internally we practice
  130s         # what we preach.
  130s         fit_custom = BFGS(chi_squared, [a, b])
  130s >       assert len(recwarn) == 0
  
  130s E       assert 1 == 0
  130s E        +  where 1 = len(WarningsRecorder(record=True))
  130s
  130s tests/test_minimizers.py:120: AssertionError
  130s =============================== warnings summary 
===============================
  130s symfit/core/operators.py:48
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/operators.py:48:
 SyntaxWarning: invalid escape sequence '\*'
  130s     """
  130s
  130s symfit/core/support.py:296
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/support.py:296: 
SyntaxWarning: invalid escape sequence '\*'
  130s     """
  130s
  130s symfit/core/printing.py:13
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/printing.py:13: 
DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
  130s     import pkg_resources
  130s
  130s 
../../../../../usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871
  130s   /usr/lib/python3/dist-packages/pkg_resources/__init__.py:2871: 
DeprecationWarning: Deprecated call to 
`pkg_resources.declare_namespace('mpl_toolkits')`.
  130s   Implementing implicit namespace packages (as specified in PEP 420) is 
preferred to `pkg_resources.declare_namespace`. See 
https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
  130s     declare_namespace(pkg)
  130s
  130s symfit/core/fit.py:32
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/fit.py:32: 
SyntaxWarning: invalid escape sequence '\_'
  130s     """
  130s
  130s symfit/core/minimizers.py:211
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/minimizers.py:211:
 SyntaxWarning: invalid escape sequence '\*'
  130s     '''
  130s
  130s symfit/core/minimizers.py:327
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/minimizers.py:327:
 SyntaxWarning: invalid escape sequence '\*'
  130s     """
  130s
  130s symfit/core/minimizers.py:793
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/minimizers.py:793:
 SyntaxWarning: invalid escape sequence '\*'
  130s     """
  130s
  130s symfit/core/fit_results.py:29
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/fit_results.py:29:
 SyntaxWarning: invalid escape sequence '\*'
  130s     """
  130s
  130s symfit/core/objectives.py:389
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/objectives.py:389:
 SyntaxWarning: invalid escape sequence '\c'
  130s     """
  130s
  130s ../../../../../usr/lib/python3/dist-packages/dateutil/tz/tz.py:37
  130s   /usr/lib/python3/dist-packages/dateutil/tz/tz.py:37: 
DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and 
scheduled for removal in a future version. Use timezone-aware objects to 
represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, 
datetime.UTC).
  130s     EPOCH = datetime.datetime.utcfromtimestamp(0)
  130s
  130s tests/test_auto_fit.py: 3 warnings
  130s tests/test_constrained.py: 14 warnings
  130s tests/test_finite_difference.py: 1 warning
  130s tests/test_fit_result.py: 5 warnings
  130s tests/test_general.py: 16 warnings
  130s tests/test_minimizers.py: 2 warnings
  130s tests/test_objectives.py: 1 warning
  130s tests/test_ode.py: 1 warning
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/fit.py:278: 
DeprecationWarning: `product` is deprecated as of NumPy 1.25.0, and will be 
removed in NumPy 2.0. Please use `prod` instead.
  130s     cov_matrix = self._covariance_matrix(best_fit_params,
  130s
  130s tests/test_auto_fit.py: 2 warnings
  130s tests/test_constrained.py: 13 warnings
  130s tests/test_finite_difference.py: 2 warnings
  130s tests/test_fit_result.py: 1 warning
  130s tests/test_general.py: 12 warnings
  130s tests/test_global_opt.py: 3 warnings
  130s tests/test_ode.py: 7 warnings
  130s   
/tmp/autopkgtest-lxc.jjpx74xp/downtmp/build.gp1/src/symfit/core/fit.py:301: 
DeprecationWarning: `product` is deprecated as of NumPy 1.25.0, and will be 
removed in NumPy 2.0. Please use `prod` instead.
  130s     cov_matrix = self._covariance_matrix(best_fit_params,
  130s
  130s tests/test_general.py::test_likelihood_fitting_exponential
  130s   /usr/lib/python3/dist-packages/_pytest/python.py:194: 
DeprecationWarning: `product` is deprecated as of NumPy 1.25.0, and will be 
removed in NumPy 2.0. Please use `prod` instead.
  130s     result = testfunction(**testargs)
  130s
  130s -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
  130s =========================== short test summary info 
============================
  130s FAILED tests/test_minimizers.py::test_custom_objective - assert 1 == 0
  130s ======= 1 failed, 137 passed, 3 skipped, 95 warnings in 80.18s (0:01:20) 
=======


Cheers
Timo


-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEEJvtDgpxjkjCIVtam+C8H+466LVkFAmX7CmkACgkQ+C8H+466
LVkrGQwAnmpa0hSueYb8mLt5T427AXKnmWz9PR8NcNWo1IToPAjIG6J2GIzjenzg
YIdvVESzg8B3QPRXEk8C2KkbcX38YEWx5IN0+G4cLg5DBxUDxCns6X8AeRcy4VNQ
bIU1ODS+kx1ESBMjgfPaG5fzjRK+U5pCN9reuWI9DILu7pPfnlExMHaE5Z9rJXiH
jPuDC/mIUSQp28mncn/+y2TfTtIKPlQV3x3OU5bxSHikD7jejy837EUWFrvFQOTS
gfz11ExD3WOvVrF8F8uG9P4Bytxh94AzctWItvixKVm6Lwr0+C33dk6Af53LndOo
BaUzjWoZmKdWtdApNu7OKwomV5TlEH4gk7if17u2PjusuaAOIikkz+eYKqCnQiJI
O9RS19h69/sRFjkOtVF85Oetaoqb6YGX1Ofb6BUATkTZAF9iDxja+/m9UNACv4tr
duEF0Xmy77ATf+9Ma0GHDTcUxMMIEWCkwNrS4S29h1Q8wZDhSYM2IKgsQ1PAYpMY
ipIcybLW
=Bgd5
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: symfit
Source-Version: 0.5.6-3
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
symfit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1067...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@debian.org> (supplier of updated symfit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 30 Jun 2024 19:53:58 +0200
Source: symfit
Architecture: source
Version: 0.5.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1064601 1067234 1067282
Changes:
 symfit (0.5.6-3) unstable; urgency=medium
 .
   * Team upload
   * Import Ubuntu 24.04 patch (Closes: #1067234, #1067282)
 .
   [ Stephan Lachnit ]
   * Remove python3-six dependency (Closes: #1064601)
Checksums-Sha1:
 8510f7226985cdc3d1fa7127276d29b0ed086b4e 2436 symfit_0.5.6-3.dsc
 56ddc68cbfe8850dbda95ff0241fe8e42296c7c0 5772 symfit_0.5.6-3.debian.tar.xz
 15a271916cb38da451f460813ed8c3378c4323d6 13923 symfit_0.5.6-3_source.buildinfo
Checksums-Sha256:
 551c94f39b01baa454c0603855a11c2d32769a9cd2434d6a6f52fcfead71878b 2436 
symfit_0.5.6-3.dsc
 7aa188c58dc27831a33ddf9fd6497f6e317e337c03b9e6069262bd5a5555c212 5772 
symfit_0.5.6-3.debian.tar.xz
 239bea4d9c756746cbf5fe402a08f42734c7e83a70f45537692c9ca370dd1c05 13923 
symfit_0.5.6-3_source.buildinfo
Files:
 1253b64d4a040ad9060d35c1c99f4919 2436 python optional symfit_0.5.6-3.dsc
 6c6fc4fc8b81dc7cfc81139bf4524bda 5772 python optional 
symfit_0.5.6-3.debian.tar.xz
 2100c5f13dc6d1d6b4da2ee47322513b 13923 python optional 
symfit_0.5.6-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmaBqSIRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrLuhAAo8bi7VgsveJkk9u4ImmP0aYk8gEPbgNN
gaCCaISFqZEoEI1ym35R7JfX5ZrNykO9ZsxHsZuEU/QE/AVt0qSopW8HCsaFkoiT
H3RpY9z9rIQszSuUAHZgiUVFi7Gp4x53vq9cZwevQIbbfs7hawbid3VYNQohwOkY
16bJBX2u1lAvElxrqk25CLfw3NU4BfbY8rL/OuHAr8crm6l0JwizZ5wVNlTN2Ou3
hqkrsXoN4cUARCjEAapQiH5LbkN7IK8TMl2Iy3PI3KZkPqHUgnr0FoxshXk7KiNs
h9NGXr4rD+srEycOuTyfV48kKiJUP9hNowck0R7Kja3DITz9WzXhLogKPEFJCWlb
Fx2jYiVFA3ehaO5TS7EbxRfnSlNr+aWHhmHxDsTr62mVmjYG7oTYUa/vL7rYQfiT
8OQ8kfeeCAR4G9wy2TT1zbykqOwWgeOm3Gup6EMydoQIIQfRLrwBJEu9ucWGQI6X
gRnj6oQXZLnoqBiPdJz9xHL/8giw6lKd097G8SMaKGZgghxF/mEnCxM2/U1slt+t
B0MB9p1BDAMYbVP5ZzUl4TciO+yS6ZCwAfOtx9fyz/s4Hax+/SUM2IGjeGAqYrWs
bAABx8X9WufspBM8NPtePsWciseAxIqel1g81H0cZAkBQpcSn5Y3+NbZ0jelOy+F
9jyMAZqjnL8=
=/WFb
-----END PGP SIGNATURE-----

Attachment: pgpUKn9M1IoSs.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to