Title: Regression on inplace arithmetic operators for numpy>=2 · Issue #258 · python-quantities/python-quantities · GitHub
Open Graph Title: Regression on inplace arithmetic operators for numpy>=2 · Issue #258 · python-quantities/python-quantities
X Title: Regression on inplace arithmetic operators for numpy>=2 · Issue #258 · python-quantities/python-quantities
Description: I noticed a bunch of failing tests in a library I'm maintaining when I moved my CI to numpy 2+. I was relying on python-quantities, and I was making use of __imul__, __iadd__, etc. I guess I (we) didn't quite get the semantics right for ...
Open Graph Description: I noticed a bunch of failing tests in a library I'm maintaining when I moved my CI to numpy 2+. I was relying on python-quantities, and I was making use of __imul__, __iadd__, etc. I guess I (we) d...
X Description: I noticed a bunch of failing tests in a library I'm maintaining when I moved my CI to numpy 2+. I was relying on python-quantities, and I was making use of __imul__, __iadd__, etc. I guess I (w...
Opengraph URL: https://github.com/python-quantities/python-quantities/issues/258
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Regression on inplace arithmetic operators for numpy\u003e=2","articleBody":"I noticed a bunch of failing tests in a library I'm maintaining when I moved my CI to numpy 2+.\nI was relying on python-quantities, and I was making use of `__imul__`, `__iadd__`, etc.\n\nI guess I (we) didn't quite get the semantics right for array wrapping for `numpy\u003e=2`.\n\nHere's a reproducer:\n```python\nimport quantities as pq\nvelocity = 3 * pq.m/pq.s\ntime = 2*pq.s\ndistance = velocity.copy()\ndistance *= time # \u003c--- this is the problematic part, if we write distance = distance * time, things work as expected even using numpy\u003e=2\nn_centimeters = distance.rescale(pq.centimeter)\nprint(n_centimeters)\nn_cm_ul = n_centimeters.magnitude.item()\nassert isinstance(n_cm_ul, float)\nerr = n_cm_ul - 300*2\nprint(f\"{err=}\")\nassert abs(err) \u003c 1e-12\n```\n\nExecuting it with numpy 1.26.4 and numpy 2+:\n```\n(cpython-v3.13-apt-deb) 13:38 root@argus:/home/bjorn/vc/chempy# python regression_quantities2.py \n600.0 cm\nerr=0.0\n(cpython-v3.13-apt-deb) 13:38 root@argus:/home/bjorn/vc/chempy# pip install 'numpy\u003e2'\nCollecting numpy\u003e2\n Downloading numpy-2.3.1-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (62 kB)\nDownloading numpy-2.3.1-cp313-cp313-manylinux_2_28_x86_64.whl (16.6 MB)\n ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/16.6 MB 48.0 MB/s eta 0:00:00\nInstalling collected packages: numpy\n Attempting uninstall: numpy\n Found existing installation: numpy 1.26.4\n Uninstalling numpy-1.26.4:\n Successfully uninstalled numpy-1.26.4\nSuccessfully installed numpy-2.3.1\n(cpython-v3.13-apt-deb) 13:38 root@argus:/home/bjorn/vc/chempy# python regression_quantities2.py \nTraceback (most recent call last):\n File \"/opt-3/cpython-v3.13-apt-deb/lib/python3.13/site-packages/quantities/quantity.py\", line 216, in rescale\n cf = get_conversion_factor(from_u, to_u)\n File \"/opt-3/cpython-v3.13-apt-deb/lib/python3.13/site-packages/quantities/quantity.py\", line 52, in get_conversion_factor\n assert from_u.dimensionality == to_u.dimensionality\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nAssertionError\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File \"/home/bjorn/vc/chempy/regression_quantities2.py\", line 6, in \u003cmodule\u003e\n n_centimeters = distance.rescale(pq.centimeter)\n File \"/opt-3/cpython-v3.13-apt-deb/lib/python3.13/site-packages/quantities/quantity.py\", line 218, in rescale\n raise ValueError(\n ...\u003c2 lines\u003e...\n )\nValueError: Unable to convert between units of \"m/s\" and \"cm\"\n```\n\nAs a work around, I have changed all my call sites from expressions of the form:\n```python\nmy_dict[key] *= other\n```\nto:\n```python\nmy_dict[key] = my_dict[key] * other # \u003c--- works with current released quantities \u0026 numpy\u003e=2\n```","author":{"url":"https://github.com/bjodah","@type":"Person","name":"bjodah"},"datePublished":"2025-06-22T11:44:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/258/python-quantities/issues/258"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:e9f51604-384f-2cc8-8db9-a9e06ab455e1 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A9AE:21FEDA:BD087D:1055E41:696A8AF2 |
| html-safe-nonce | 99a8ac7e919f54d9b3b85b072ba28505dd21c3cd8caf2c1bb7f1635d156bae8f |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOUFFOjIxRkVEQTpCRDA4N0Q6MTA1NUU0MTo2OTZBOEFGMiIsInZpc2l0b3JfaWQiOiI2NTUxNTg1MTg4NTg2NjIxNjgyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 00536ae092b3dd9c67a85e0e7fa2962475ea39d517a9fd6dc1423bfb3854d183 |
| hovercard-subject-tag | issue:3165887548 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-quantities/python-quantities/258/issue_layout |
| twitter:image | https://opengraph.githubassets.com/a8fcc910a64a6355739a21884502a7e89115ac540e8f00fdb480f362af036907/python-quantities/python-quantities/issues/258 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/a8fcc910a64a6355739a21884502a7e89115ac540e8f00fdb480f362af036907/python-quantities/python-quantities/issues/258 |
| og:image:alt | I noticed a bunch of failing tests in a library I'm maintaining when I moved my CI to numpy 2+. I was relying on python-quantities, and I was making use of __imul__, __iadd__, etc. I guess I (we) d... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | bjodah |
| hostname | github.com |
| expected-hostname | github.com |
| None | d2aa6dedd7d97fa651b17c40401f2605f309df5ca5fb659bf0554cf34f1de825 |
| turbo-cache-control | no-preview |
| go-import | github.com/python-quantities/python-quantities git https://github.com/python-quantities/python-quantities.git |
| octolytics-dimension-user_id | 222003 |
| octolytics-dimension-user_login | python-quantities |
| octolytics-dimension-repository_id | 560911 |
| octolytics-dimension-repository_nwo | python-quantities/python-quantities |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 560911 |
| octolytics-dimension-repository_network_root_nwo | python-quantities/python-quantities |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | c1dbca8981c5e3d6a69bce2f1d289e732b86241d |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width