summaryrefslogtreecommitdiff
path: root/pint
Commit message (Expand)AuthorAgeFilesLines
* Rename `ParsedDefinition` to `PreprocessedDefinition`Hernan2020-02-191-8/+8
* Merge #993bors[bot]2020-02-193-0/+96
|\
| * add docstringsKeewis2020-01-173-0/+48
| * import the code from the issueKeewis2020-01-173-0/+48
* | Merge branch 'master' into scriptHernan Grecco2020-02-197-90/+51
|\ \
| * \ Merge branch 'master' into developHernan Grecco2020-02-194-87/+4
| |\ \
| | * | Remove array function warning on first creationJon Thielen2020-02-184-41/+3
| | * | Remove the array interface protocol fallbackJon Thielen2020-02-183-46/+1
| * | | Make `__str__` and `__format__` locale awareHernan2020-02-114-3/+47
| |/ /
* | | Add pint-convert documentationJellby2020-02-101-2/+6
* | | Typo fixJellby2020-02-091-3/+4
* | | Adding pint-convert script (see #1012)Jellby2020-02-082-1/+116
|/ /
* | Merge #998bors[bot]2020-02-062-0/+110
|\ \
| * | Implement parse_pattern functionAbdurrahmaan Iqbal2020-02-062-0/+110
| |/
* | Merge #1015bors[bot]2020-02-052-4/+6
|\ \
| * | test that passing a bare np.nan does not raiseKeewis2020-02-051-3/+5
| * | also allow nan as a special valueKeewis2020-02-051-1/+1
* | | Remove `default_en_0.6.txt`Hernan2020-02-041-360/+0
|/ /
* | Merge #1013bors[bot]2020-02-041-1/+1
|\ \
| * | Change default numpy datatype to np.ptype("int")5igno2020-02-041-1/+1
* | | Merge #999bors[bot]2020-02-028-111/+230
|\ \ \ | |/ /
| * | Removed unused importHernan2020-01-211-1/+0
| * | Moved pi from _after_init to the constants fileHernan2020-01-213-4/+1
| * | Replace 1.0 and 0.0 (floats) by 1 and 0 (integers)Hernan2020-01-215-17/+17
| * | Add `from_string` to all Definition subclasses.Hernan2020-01-182-90/+213
* | | Merge #996bors[bot]2020-01-222-0/+7
|\ \ \
| * | | Fixed #960Jules Chéron2020-01-212-0/+7
| | |/ | |/|
* | | remove the unneeded else:Keewis2020-01-201-7/+6
* | | change the implementation of `pad` to treat non-quantities as dimensionlessKeewis2020-01-202-5/+18
|/ /
* | Ignore unassigned variables in flake8 in test suiteJuan Nunez-Iglesias2020-01-151-3/+3
* | Add test for attribute _ and fix logic ;)Juan Nunez-Iglesias2020-01-152-4/+8
* | Check for attributes containing only '_'Juan Nunez-Iglesias2020-01-151-2/+2
* | Fix incorrect use of u instead of ureg in testsJuan Nunez-Iglesias2020-01-151-4/+4
* | Format strings according to blackJuan Nunez-Iglesias2020-01-152-3/+4
* | Add test for no attribute error in _100kmJuan Nunez-Iglesias2020-01-151-0/+8
* | Update docstring for getattr_maybe_raiseJuan Nunez-Iglesias2020-01-151-3/+7
* | Don't raise error if key starts with _[digit]Juan Nunez-Iglesias2020-01-151-1/+5
* | minor typo fixWill Stott2020-01-141-1/+1
|/
* Add implementations and tests for allclose and intersect1dJon Thielen2020-01-082-0/+18
* Rename sequence-of-quantities helper, with tests for size zero Quantity creat...Jon Thielen2020-01-073-14/+30
* Fix __array__ signature (Fixes #974)Ryan May2020-01-072-1/+7
* Sphinx fixesGuido Imperiale2020-01-068-126/+118
* Add any, all, cbrt, linalg.solveJon Thielen2019-12-302-3/+62
* Raise ValueError for ambiguity when attempting to cast Quantity with offset u...Jon Thielen2019-12-302-1/+7
* Add downcast compat testsJon Thielen2019-12-291-0/+108
* Add explicit support for duck arrays/downcast types along with force_ndarray_...Jon Thielen2019-12-295-62/+148
* Merge #962bors[bot]2019-12-282-50/+91
|\
| * Updated CHANGES to new exceptionsHernan2019-12-281-11/+15
| * Add None case to valid valuesHernan2019-12-281-3/+3
| * LintersHernan2019-12-281-4/+13