Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-quantities
/
python-quantities
Public
Notifications
You must be signed in to change notification settings
Fork
77
Star
219
Code
Issues
72
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-quantities
quantities
on
master
User selector
All users
All time
Commit history
Commits on May 12, 2026
fix: preserve units for np.positive (unary plus)
SAY-5
committed
81710c2
View commit details
Copy full SHA for 81710c2
View code at this point
Browse repository at this point
Commits on Jan 16, 2026
Fix some problems with v0.16.3: deepcopy was not copying all necessary attributes of UnitQuantity; in-place arithmetic didn't handle multiplying by scalars
apdavison
committed
66762fd
View commit details
Copy full SHA for 66762fd
View code at this point
Browse repository at this point
Merge pull request #271 from apdavison/fix-inplace
Show description for 276789d
apdavison
authored
276789d
View commit details
Copy full SHA for 276789d
View code at this point
Browse repository at this point
avoid unecessary copies
apdavison
committed
0bb68ee
View commit details
Copy full SHA for 0bb68ee
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
Merge pull request #257 from JakobKai/master
Show description for b218368
apdavison
authored
b218368
View commit details
Copy full SHA for b218368
View code at this point
Browse repository at this point
Fix for failure to handle units when performing in-place multiplication and division with NumPy 2.x
Show description for 529fce6
apdavison
committed
529fce6
View commit details
Copy full SHA for 529fce6
View code at this point
Browse repository at this point
Added unit test for in-place multiplication, division and power, based on examples from #254 and #258
apdavison
committed
aec1f81
View commit details
Copy full SHA for aec1f81
View code at this point
Browse repository at this point
Commits on Jan 13, 2026
Restore previous behaviour of ignoring leading or trailing spaces when parsing unit strings
Show description for b6f50be
apdavison
committed
b6f50be
View commit details
Copy full SHA for b6f50be
View code at this point
Browse repository at this point
Commits on Jan 12, 2026
Merge pull request #267 from apdavison/issue266
Show description for db72410
apdavison
authored
db72410
View commit details
Copy full SHA for db72410
View code at this point
Browse repository at this point
temporarily ignore some type errors
apdavison
committed
f15109d
View commit details
Copy full SHA for f15109d
View code at this point
Browse repository at this point
Fix for #266
apdavison
committed
f6606fd
View commit details
Copy full SHA for f6606fd
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
fix: np.ndarray.ptp (removed) -> np.ptp
drammock
committed
ccadd7d
View commit details
Copy full SHA for ccadd7d
View code at this point
Browse repository at this point
Commits on May 13, 2025
fix: deepcopy
Show description for 993dfa9
JakobKai
committed
993dfa9
View commit details
Copy full SHA for 993dfa9
View code at this point
Browse repository at this point
Commits on Feb 5, 2025
Add kilonewton
Show description for 6ad9e16
apdavison
committed
6ad9e16
View commit details
Copy full SHA for 6ad9e16
View code at this point
Browse repository at this point
Add reference to Stack Overflow post
apdavison
authored
9f212e9
View commit details
Copy full SHA for 9f212e9
View code at this point
Browse repository at this point
remove ast.Num from whitelist as it is deprecated
Show description for 45d8a2e
apdavison
and
zm711
authored
45d8a2e
View commit details
Copy full SHA for 45d8a2e
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
An alternative approach to avoiding arbitrary evaluation of code when parsing strings as units.
Show description for b60a883
apdavison
committed
b60a883
View commit details
Copy full SHA for b60a883
View code at this point
Browse repository at this point
Commits on Nov 20, 2024
Added to test coverage for dimensionless_magnitude
wagenadl
committed
966deea
View commit details
Copy full SHA for 966deea
View code at this point
Browse repository at this point
Added test coverage for dimensionless_magnitude
wagenadl
committed
856db64
View commit details
Copy full SHA for 856db64
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
Renamed the “plain” property
Show description for 633cf9e
wagenadl
committed
633cf9e
View commit details
Copy full SHA for 633cf9e
View code at this point
Browse repository at this point
Commits on Nov 16, 2024
Added "plain" property to quantity
Show description for f803620
wagenadl
committed
f803620
View commit details
Copy full SHA for f803620
View code at this point
Browse repository at this point
Commits on Oct 16, 2024
Merge pull request #241 from bjodah/add-ufuncs-maximum-minimum
Show description for e5c63fd
apdavison
authored
e5c63fd
View commit details
Copy full SHA for e5c63fd
View code at this point
Browse repository at this point
Commits on Sep 30, 2024
add test for `min` problem and add comments
zm711
committed
efc67d9
View commit details
Copy full SHA for efc67d9
View code at this point
Browse repository at this point
Commits on Sep 16, 2024
fix bug discover in neo ci
zm711
committed
15b4d24
View commit details
Copy full SHA for 15b4d24
View code at this point
Browse repository at this point
Commits on Sep 15, 2024
Add umath funcs: maximum & minimum
bjodah
committed
bfc6efb
View commit details
Copy full SHA for bfc6efb
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
fix version string parsing
mscheltienne
committed
275618e
View commit details
Copy full SHA for 275618e
View code at this point
Browse repository at this point
Merge pull request #236 from zm711/fix-eval-issue
Show description for 329433c
apdavison
authored
329433c
View commit details
Copy full SHA for 329433c
View code at this point
Browse repository at this point
Commits on Jul 31, 2024
fix for octet as well
zm711
committed
3430bab
View commit details
Copy full SHA for 3430bab
View code at this point
Browse repository at this point
remove is in place
zm711
committed
bb65193
View commit details
Copy full SHA for bb65193
View code at this point
Browse repository at this point
fix for bytes
zm711
committed
298c01f
View commit details
Copy full SHA for 298c01f
View code at this point
Browse repository at this point
prevent arbitrary code eval
zm711
committed
2a18ba9
View commit details
Copy full SHA for 2a18ba9
View code at this point
Browse repository at this point
Commits on Jul 24, 2024
full separate numpy > 2.0 array wrap
zm711
committed
b6efa33
View commit details
Copy full SHA for b6efa33
View code at this point
Browse repository at this point
fix for numpy 2.0 wrapping
zm711
committed
b367e87
View commit details
Copy full SHA for b367e87
View code at this point
Browse repository at this point
add old return quantity obj
zm711
committed
1713ff9
View commit details
Copy full SHA for 1713ff9
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
Deprecate Quantities(... copy=) kwarg. Fix warnings.
bjodah
committed
6d035c6
View commit details
Copy full SHA for 6d035c6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.