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
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 }}
breakend2010
/
python-quantities
Public
forked from
python-quantities/python-quantities
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 30, 2017
Update versioneer, and fix a bug in which _version.py was not getting updated during "python setup.py sdist"
Show description for 4a9d268
Andrew Davison
committed
4a9d268
View commit details
Copy full SHA for 4a9d268
Browse repository at this point
Merge pull request #137 from mvonpapen/master
Show description for 21c790e
Andrew Davison
authored
21c790e
View commit details
Copy full SHA for 21c790e
Browse repository at this point
millisecond -> kilosecond
Michael von Papen
authored
1e025e9
View commit details
Copy full SHA for 1e025e9
Browse repository at this point
changed ms to ks
Show description for 41c70c8
Michael von Papen
authored
41c70c8
View commit details
Copy full SHA for 41c70c8
Browse repository at this point
Update to reflect the new canonical location for the documentation, on readthedocs.io
Show description for 55030fc
Andrew Davison
committed
55030fc
View commit details
Copy full SHA for 55030fc
Browse repository at this point
Merge pull request #131 from apdavison/doc-update
Show description for a21dc46
Andrew Davison
authored
a21dc46
View commit details
Copy full SHA for a21dc46
Browse repository at this point
Merge pull request #136 from thisch/kilomegasecond
Show description for c34eba6
Andrew Davison
authored
c34eba6
View commit details
Copy full SHA for c34eba6
Browse repository at this point
Commits on Aug 25, 2017
units: Add kilosecond and megasecond
twmr
committed
aefee65
View commit details
Copy full SHA for aefee65
Browse repository at this point
Commits on Jul 17, 2017
Updates to the documentation
Andrew Davison
committed
cc845c7
View commit details
Copy full SHA for cc845c7
Browse repository at this point
Merge pull request #112 from bjodah/dimensionality-html
Show description for acba339
Andrew Davison
authored
acba339
View commit details
Copy full SHA for acba339
Browse repository at this point
Merge pull request #130 from apdavison/travis_update
Show description for 53bf678
Andrew Davison
authored
53bf678
View commit details
Copy full SHA for 53bf678
Browse repository at this point
Commits on Jul 7, 2017
Remove Python 2.6 from the Travis CI test matrix, since it is not supported by NumPy 1.12 or later
Andrew Davison
committed
2a6e7a3
View commit details
Copy full SHA for 2a6e7a3
Browse repository at this point
As of NumPy 1.13, NumPy is very strict about the sample spacing argument(s) in `np.gradient` being scalar, which Quantities of size 1 are not.
Andrew Davison
committed
2335dcf
View commit details
Copy full SHA for 2335dcf
Browse repository at this point
Commits on Jun 17, 2017
Run Travis CI with NumPy 1.12.1 and 1.13.0, and with Python 3.6
Andrew Davison
committed
3d4f76c
View commit details
Copy full SHA for 3d4f76c
Browse repository at this point
Commits on Dec 11, 2016
Merge pull request #41 from dopplershift/master
Show description for 7b45fb0
ddale
authored
7b45fb0
View commit details
Copy full SHA for 7b45fb0
Browse repository at this point
Merge pull request #116 from bjodah/fix-115
Show description for 0056466
ddale
authored
0056466
View commit details
Copy full SHA for 0056466
Browse repository at this point
Merge pull request #119 from espenhgn/fix_unit_siemens
Show description for 90aa54b
ddale
authored
90aa54b
View commit details
Copy full SHA for 90aa54b
Browse repository at this point
Merge branch 'thisch-travis-numpy-up'
ddale
committed
503ac1a
View commit details
Copy full SHA for 503ac1a
Browse repository at this point
resolves merge conflicts
ddale
committed
6d2a036
View commit details
Copy full SHA for 6d2a036
Browse repository at this point
Merge pull request #126 from bjodah/fix-pow0
Show description for 6a5bed6
ddale
authored
6a5bed6
View commit details
Copy full SHA for 6a5bed6
Browse repository at this point
Merge pull request #121 from burnpanck/fix-pickling-dtype-object
Show description for d150cd5
ddale
authored
d150cd5
View commit details
Copy full SHA for d150cd5
Browse repository at this point
Commits on Nov 7, 2016
Do not rely on non-public numpy API.
bjodah
committed
bd02e9e
View commit details
Copy full SHA for bd02e9e
Browse repository at this point
Fix power to zero with python3.5 and numpy 1.11.2
bjodah
committed
da0bd6c
View commit details
Copy full SHA for da0bd6c
Browse repository at this point
use py3.5 on travis
bjodah
committed
dc696d6
View commit details
Copy full SHA for dc696d6
Browse repository at this point
Add failing test for python3.5/numpy-1.11.2
bjodah
committed
a088179
View commit details
Copy full SHA for a088179
Browse repository at this point
Commits on Oct 18, 2016
test newer numpy versions
twmr
committed
c597b74
View commit details
Copy full SHA for c597b74
Browse repository at this point
Commits on Sep 6, 2016
fixed regression test to work both in python 2 and 3, and changed copy test to actually test copy
burnpanck
committed
34970bd
View commit details
Copy full SHA for 34970bd
Browse repository at this point
added regression test to ensure backwards compatibility of changes to pickling
burnpanck
committed
1abb961
View commit details
Copy full SHA for 1abb961
Browse repository at this point
fixes issue #113
burnpanck
committed
1b25e4d
View commit details
Copy full SHA for 1b25e4d
Browse repository at this point
fixed a typo in tests
burnpanck
committed
6bb9916
View commit details
Copy full SHA for 6bb9916
Browse repository at this point
Added regression tests to test for issue #113
burnpanck
committed
5bc3969
View commit details
Copy full SHA for 5bc3969
Browse repository at this point
Commits on Jul 21, 2016
fixed unit siemens, S, mS etc.
Espen Hagen
committed
5f6a07a
View commit details
Copy full SHA for 5f6a07a
Browse repository at this point
Commits on May 27, 2016
Fixes gh-115: UncertainQuantity.__neg__
bjodah
committed
dcbb872
View commit details
Copy full SHA for dcbb872
Browse repository at this point
Commits on Apr 22, 2016
Add property html to Dimensionality
bjodah
committed
1340854
View commit details
Copy full SHA for 1340854
Browse repository at this point
Commits on Feb 10, 2016
Add tests for imag/real.
dopplershift
committed
92f914a
View commit details
Copy full SHA for 92f914a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.