| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved Unit and Quantity to plain facet | Hernan | 2022-04-28 | 1 | -2/+2 |
| | | | | | | | Note: the word 'plain' was chosen instead of 'base' as BaseUnit or BaseQuantity as the latter might be interpreted physically and not a part of the class hierarchy as intented. | ||||
| * | mention that the new behavior can be enabled | Keewis | 2022-04-09 | 1 | -1/+2 |
| | | |||||
| * | Fix pandas notebook url | Jules Chéron | 2022-03-30 | 1 | -1/+1 |
| | | |||||
| * | remove pintpandas notebook (#1483) | andrewgsavage | 2022-03-28 | 2 | -577/+2 |
| | | |||||
| * | Merge branch 'master' into better_definitions | Hernan Grecco | 2022-03-01 | 3 | -6/+60 |
| |\ | |||||
| | * | Merge pull request #1422 from keewis/formatter-docs | Jules Chéron | 2022-02-23 | 1 | -0/+18 |
| | |\ | | | | | | | add a example for a custom unit formatter | ||||
| | | * | Merge branch 'master' into formatter-docs | Keewis | 2022-02-23 | 2 | -1/+8 |
| | | |\ | |||||
| | | * | | considerably simplify the example unit format | Keewis | 2022-02-23 | 1 | -11/+2 |
| | | | | | |||||
| | | * | | Merge branch 'master' into formatter-docs | Keewis | 2022-02-10 | 8 | -37/+49 |
| | | |\ \ | |||||
| | | * | | | typo | Keewis | 2021-11-21 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | mention that `unit` is a `dict` subclass mapping names to exponents | Keewis | 2021-11-21 | 1 | -0/+4 |
| | | | | | | |||||
| | | * | | | add a full example for `pint.register_unit_format` | Keewis | 2021-11-21 | 1 | -0/+23 |
| | | | | | | |||||
| | * | | | | properly deprecate the current behavior of the `default_format` option (#1419) | keewis | 2022-02-23 | 1 | -5/+34 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ignore magnitude formats for units * convert non-truthy to empty string * match longer flags first i.e. match `cfunits` before `cf`. There might be a better way to do this, though. * add a test to check for the deprecation * consistently split between mspec and uspec which allows emitting a DeprecationWarning * correct the explanation of where the default format is coming from * use `reverse=True` instead of sorting with `-len(x)` Co-authored-by: Jules Chéron <43635101+jules-ch@users.noreply.github.com> * make sure the warning is raised correctly | ||||
| | * | | | Merge branch 'master' into testing | Jules Chéron | 2022-02-23 | 1 | -1/+5 |
| | |\ \ \ | |||||
| | | * | | | Update testsuite to avoid a complete fail when the UnitRegistry is faulty | Hernan | 2022-02-14 | 1 | -1/+5 |
| | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | Under no circunstances a registry should be instantiated in a module outside a fixture to avoid error during collection. This precludes running simple tests that do not depend on the registry. | ||||
| | * | | | Merge branch 'master' into testing | Keewis | 2022-02-10 | 2 | -2/+2 |
| | |\ \ \ | | |/ / | |||||
| | * | | | Merge branch 'master' into testing | keewis | 2021-12-11 | 6 | -35/+47 |
| | |\ \ \ | |||||
| | * | | | | document `pint.testing` using autodoc | Keewis | 2021-11-21 | 1 | -0/+3 |
| | | |_|/ | |/| | | |||||
| * | | | | Fixed Typo | Hernan | 2022-03-01 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update docs with cache information | Hernan | 2022-02-28 | 1 | -6/+14 |
| | | | | | |||||
| * | | | | Add documentation about the cache | Hernan | 2022-02-20 | 1 | -0/+49 |
| | |_|/ |/| | | |||||
| * | | | Drop Support for Python 3.7 | Jules Chéron | 2022-02-04 | 2 | -2/+2 |
| | |/ |/| | | | | | | | | | | | | | | | - Update CHANGES - Update README - Add black badge in README - Update Docs - Move pull request template to github folder - Update CI with minimal dependencies | ||||
| * | | apply the new hooks | Keewis | 2021-12-10 | 5 | -35/+33 |
| | | | |||||
| * | | Parse inf and nan in Quantity | Chris Barnes | 2021-12-10 | 1 | -0/+14 |
| |/ | | | | | | Resolves #1432 Case-insensitive; also accepts "infinity". | ||||
| * | Merge branch 'master' into format-docs | keewis | 2021-10-03 | 1 | -6/+6 |
| |\ | |||||
| | * | Merge pull request #1315 from burmisha/fix-faq-links | Jules Chéron | 2021-09-13 | 1 | -6/+6 |
| | |\ | | | | | | | Update FAQ links | ||||
| | | * | Update FAQ links | Mikhail Burmistrov | 2021-05-22 | 1 | -6/+6 |
| | | | | |||||
| * | | | try to set the language to none | Keewis | 2021-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | try code-block | Keewis | 2021-09-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | move to an extra block | Keewis | 2021-09-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | another attempt | Keewis | 2021-09-03 | 1 | -0/+2 |
| | | | | |||||
| * | | | convert back to a literal block | Keewis | 2021-09-03 | 1 | -4/+1 |
| | | | | |||||
| * | | | don't specify the language | Keewis | 2021-08-30 | 1 | -1/+4 |
| | | | | |||||
| * | | | add more details | Keewis | 2021-08-30 | 1 | -1/+2 |
| | | | | |||||
| * | | | typo | Keewis | 2021-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | rewrite the quantity format docs | Keewis | 2021-08-30 | 1 | -5/+3 |
| | | | | |||||
| * | | | rewrite the unit format docs | Keewis | 2021-08-30 | 1 | -10/+20 |
| | | | | |||||
| * | | | wording | Keewis | 2021-08-23 | 1 | -0/+2 |
| | | | | |||||
| * | | | extend the intersphinx settings | Keewis | 2021-08-23 | 1 | -1/+7 |
| | | | | |||||
| * | | | describe the structure of quantity formats | Keewis | 2021-08-23 | 1 | -4/+11 |
| | | | | |||||
| * | | | move the unit format spec description into its own section | Keewis | 2021-08-23 | 1 | -0/+2 |
| | | | | |||||
| * | | | add quantity format spec examples | Keewis | 2021-08-23 | 1 | -0/+12 |
| | | | | |||||
| * | | | document the quantity modifier | Keewis | 2021-08-23 | 1 | -5/+5 |
| | | | | |||||
| * | | | enable napoleon type preprocessing | Keewis | 2021-08-23 | 1 | -0/+4 |
| | | | | |||||
| * | | | fix the table | Keewis | 2021-08-21 | 1 | -5/+5 |
| | | | | |||||
| * | | | first draft of the format docs | Keewis | 2021-08-21 | 3 | -0/+80 |
| |/ / | |||||
| * | | Fix pint pandas notebook (#1318) | andrewgsavage | 2021-06-21 | 1 | -11/+11 |
| | | | | | | | | | * fix pint pandas notebook * ignore plot | ||||
| * | | Merge pull request #1326 from jules-ch/drop-python3.6 | Hernan Grecco | 2021-06-12 | 2 | -2/+2 |
| |\ \ | | | | | | | Drop support for Python 3.6 | ||||
| | * | | Drop support for Python 3.6 | Jules Chéron | 2021-06-12 | 2 | -2/+2 |
| | |/ | | | | | | | | | | | | | | | | | Update documentation & function supporting Python 3.6 - remove importlib_resources backport - Update minimal version numpy to 1.17 - Drop python 3.6 in ci.yml - remove condition on numpy version for __matmul__ - Numpy `__array_function__` is enabled by default in numpy>1.17 | ||||
| * | | Typo and case | Matt Hall | 2021-06-03 | 1 | -2/+2 |
| |/ | | | | - Fixed typo "plicking" instead of "pickling". - Changed case of "Converting to different units" subhead to match the others, which all use sentence case (except when naming Pint classes). | ||||
