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: www.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:30753c1b-0f49-c5e2-5390-67ca66d26c44
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8206:37ADE8:20A9C72:2B30926:696B0C03
html-safe-nonce5ddc99ae5abdec076ddc0f58490f106bd1ebd3d2f0fb7859a5071e986861af57
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MjA2OjM3QURFODoyMEE5QzcyOjJCMzA5MjY6Njk2QjBDMDMiLCJ2aXNpdG9yX2lkIjoiNDgxODA5NTI3NTIzMTgzNjE5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmace717d8dc7e1f933e23f6efd6bbc74cc44e43bc62a1dad4e61f16d4d5231a3dd4
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
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://www.github.com/python-quantities/python-quantities/issues/258#start-of-content
https://www.github.com/
Sign in https://www.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://www.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-quantities%2Fpython-quantities%2Fissues%2F258
Sign up https://www.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://www.github.com/python-quantities/python-quantities/issues/258
Reloadhttps://www.github.com/python-quantities/python-quantities/issues/258
Reloadhttps://www.github.com/python-quantities/python-quantities/issues/258
python-quantities https://www.github.com/python-quantities
python-quantitieshttps://www.github.com/python-quantities/python-quantities
Notifications https://www.github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Fork 77 https://www.github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Star 216 https://www.github.com/login?return_to=%2Fpython-quantities%2Fpython-quantities
Code https://www.github.com/python-quantities/python-quantities
Issues 73 https://www.github.com/python-quantities/python-quantities/issues
Pull requests 4 https://www.github.com/python-quantities/python-quantities/pulls
Actions https://www.github.com/python-quantities/python-quantities/actions
Projects 0 https://www.github.com/python-quantities/python-quantities/projects
Wiki https://www.github.com/python-quantities/python-quantities/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://www.github.com/python-quantities/python-quantities/security
Please reload this pagehttps://www.github.com/python-quantities/python-quantities/issues/258
Insights https://www.github.com/python-quantities/python-quantities/pulse
Code https://www.github.com/python-quantities/python-quantities
Issues https://www.github.com/python-quantities/python-quantities/issues
Pull requests https://www.github.com/python-quantities/python-quantities/pulls
Actions https://www.github.com/python-quantities/python-quantities/actions
Projects https://www.github.com/python-quantities/python-quantities/projects
Wiki https://www.github.com/python-quantities/python-quantities/wiki
Security https://www.github.com/python-quantities/python-quantities/security
Insights https://www.github.com/python-quantities/python-quantities/pulse
New issuehttps://www.github.com/login?return_to=https://github.com/python-quantities/python-quantities/issues/258
New issuehttps://www.github.com/login?return_to=https://github.com/python-quantities/python-quantities/issues/258
Regression on inplace arithmetic operators for numpy>=2https://www.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.