René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:e9f51604-384f-2cc8-8db9-a9e06ab455e1
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA9AE:21FEDA:BD087D:1055E41:696A8AF2
html-safe-nonce99a8ac7e919f54d9b3b85b072ba28505dd21c3cd8caf2c1bb7f1635d156bae8f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOUFFOjIxRkVEQTpCRDA4N0Q6MTA1NUU0MTo2OTZBOEFGMiIsInZpc2l0b3JfaWQiOiI2NTUxNTg1MTg4NTg2NjIxNjgyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac00536ae092b3dd9c67a85e0e7fa2962475ea39d517a9fd6dc1423bfb3854d183
hovercard-subject-tagissue:3165887548
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python-quantities/python-quantities/258/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a8fcc910a64a6355739a21884502a7e89115ac540e8f00fdb480f362af036907/python-quantities/python-quantities/issues/258
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a8fcc910a64a6355739a21884502a7e89115ac540e8f00fdb480f362af036907/python-quantities/python-quantities/issues/258
og:image:altI 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebjodah
hostnamegithub.com
expected-hostnamegithub.com
Noned2aa6dedd7d97fa651b17c40401f2605f309df5ca5fb659bf0554cf34f1de825
turbo-cache-controlno-preview
go-importgithub.com/python-quantities/python-quantities git https://github.com/python-quantities/python-quantities.git
octolytics-dimension-user_id222003
octolytics-dimension-user_loginpython-quantities
octolytics-dimension-repository_id560911
octolytics-dimension-repository_nwopython-quantities/python-quantities
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id560911
octolytics-dimension-repository_network_root_nwopython-quantities/python-quantities
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec1dbca8981c5e3d6a69bce2f1d289e732b86241d
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-quantities/python-quantities/issues/258#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-quantities%2Fpython-quantities%2Fissues%2F258
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-quantities%2Fpython-quantities%2Fissues%2F258
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python-quantities%2Fpython-quantities
Reloadhttps://github.com/python-quantities/python-quantities/issues/258
Reloadhttps://github.com/python-quantities/python-quantities/issues/258
Reloadhttps://github.com/python-quantities/python-quantities/issues/258
python-quantities https://github.com/python-quantities
python-quantitieshttps://github.com/python-quantities/python-quantities
Notifications https://github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Fork 77 https://github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Star 216 https://github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Code https://github.com/python-quantities/python-quantities
Issues 73 https://github.com/python-quantities/python-quantities/issues
Pull requests 4 https://github.com/python-quantities/python-quantities/pulls
Actions https://github.com/python-quantities/python-quantities/actions
Projects 0 https://github.com/python-quantities/python-quantities/projects
Wiki https://github.com/python-quantities/python-quantities/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python-quantities/python-quantities/security
Please reload this pagehttps://github.com/python-quantities/python-quantities/issues/258
Insights https://github.com/python-quantities/python-quantities/pulse
Code https://github.com/python-quantities/python-quantities
Issues https://github.com/python-quantities/python-quantities/issues
Pull requests https://github.com/python-quantities/python-quantities/pulls
Actions https://github.com/python-quantities/python-quantities/actions
Projects https://github.com/python-quantities/python-quantities/projects
Wiki https://github.com/python-quantities/python-quantities/wiki
Security https://github.com/python-quantities/python-quantities/security
Insights https://github.com/python-quantities/python-quantities/pulse
New issuehttps://github.com/login?return_to=https://github.com/python-quantities/python-quantities/issues/258
New issuehttps://github.com/login?return_to=https://github.com/python-quantities/python-quantities/issues/258
Regression on inplace arithmetic operators for numpy>=2https://github.com/python-quantities/python-quantities/issues/258#top
https://github.com/bjodah
https://github.com/bjodah
bjodahhttps://github.com/bjodah
on Jun 22, 2025https://github.com/python-quantities/python-quantities/issues/258#issue-3165887548
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.