| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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). | ||||
| * | Fix the docs | Hernan | 2020-09-07 | 1 | -3/+3 |
| | | |||||
| * | Change html repr away from latex to a Sparse/Dask-like repr | Jon Thielen | 2020-08-16 | 1 | -4/+4 |
| | | |||||
| * | move some content from tutorial to new page | Clark Willison | 2020-07-13 | 1 | -101/+51 |
| | | | | | | | | | | | | | this commit adds a new page to the docs about the various ways of defining quantity objects in Pint, and moves some of the content from the tutorial in there not certain if it's a better arrangement, the theory is that a more concise tutorial with links to more detailed pages might get users up and running faster very open to suggestions though | ||||
| * | various tutorial improvements: broken links, grammar | Clark Willison | 2020-07-13 | 1 | -56/+84 |
| | | | | | | | | | | | giving the tutorial page on the docs a once-over for broken Sphinx links also: - rewrote some sections for grammar - changed (added) some section titles - wrapped some long lines | ||||
| * | skip doctests that rely on missing dependencies | Clark Willison | 2020-07-11 | 1 | -0/+1 |
| | | | | | | | | | some configurations in Travis skip optional dependencies, which causes the doctests that rely on them to fail. This fixes that by checking for those dependencies and skipping the affected doctests with :skipif: | ||||
| * | fix doctest errors in most .rst docs | Clark Willison | 2020-06-17 | 1 | -27/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | doctests updated for new 9-digit Quantity().__repr__() added dependency on Serialize to requirements_docs.txt in systems.rst: three errors remain, one may be a regression, the others I'm not qualified to comment on in nonmult.rst: some issues around floating point estimation are made more robust by using print() seems like Quantity().__repr__() changed since these tests were written, and could benefit from some floating-point truncation in pitheorem.rst the only error was dictionary ordering, which is now deterministic in python3.7, but may still cause issues down the line no doctests in getting.rst, marked all as code blocks | ||||
| * | Updates to Documentation | Porcelain Mouse | 2020-04-04 | 1 | -2/+5 |
| | | |||||
| * | Fixed bug with to_compact | FranchuFranchu | 2020-03-21 | 1 | -0/+1 |
| | | |||||
| * | Make `__str__` and `__format__` locale aware | Hernan | 2020-02-11 | 1 | -1/+18 |
| | | | | | | | | | | | | | | | | | | With this commit, all string formatting operations are locale aware >>> ureg.set_fmt_locale('fr_FR') >>> str(accel) '1.3 mètre par seconde²' >>> "%s" % accel '1.3 mètre par seconde²' >>> "{}".format(accel) '1.3 mètre par seconde²' It should not break any code as the default locale value for the Registry is `None` (meaning do not localize). Close #984 | ||||
| * | Implement parse_pattern function | Abdurrahmaan Iqbal | 2020-02-06 | 1 | -9/+41 |
| | | |||||
| * | Added tests for fmt_locale | Hernan | 2019-12-21 | 1 | -0/+4 |
| | | |||||
| * | Remove metaclass backport | Guido Imperiale | 2019-12-04 | 1 | -4/+0 |
| | | |||||
| * | Sphinx fixes | Guido Imperiale | 2019-09-13 | 1 | -2/+2 |
| | | |||||
| * | Added f-string documentation as suggested by @cpascual | good597 | 2019-08-06 | 1 | -1/+18 |
| | | |||||
| * | restore numpy formatting docs | good597 | 2019-08-06 | 1 | -0/+11 |
| | | |||||
| * | Updated documentation for string formatting with info on abbreviated units ↵ | good597 | 2019-07-24 | 1 | -11/+13 |
| | | | | | and scientific notation - also updated the abbreviation for becquerel from 'becquerel' to 'Bq' | ||||
| * | Add documentation about numpy array formatting | Jules | 2019-02-05 | 1 | -0/+11 |
| | | |||||
| * | Documented `to_compact` | Jonathan Wheeler | 2018-07-19 | 1 | -0/+12 |
| | | |||||
| * | Merge #557 | bors[bot] | 2017-10-24 | 1 | -0/+18 |
| |\ | | | | | | | | | | | 557: Improve documentation for string parsing rules r=hgrecco a=dalito How pint interprets strings with a mixture of numbers and units has led to confusion, see #555. This adds a note and example to clarify pint´s rule. | ||||
| | * | Improve documentation for string parsing rules | David Linke | 2017-10-07 | 1 | -0/+18 |
| | | | | | | | How pint interprets strings with a mixture of numbers and units has led to confusion, see #555. This adds a note and example to clarify pint´s rule. | ||||
| * | | Drop support for EOL Python 2.6 | Hugo | 2017-10-19 | 1 | -9/+4 |
| |/ | |||||
| * | update docs and tests for auto_reduce_dimensions | Ben Loer | 2017-08-17 | 1 | -0/+22 |
| | | |||||
| * | Merge #502 | bors[bot] | 2017-04-16 | 1 | -1/+10 |
| |\ | | | | | | | | | 502: Preparation for 0.8 release r=hgrecco | ||||
| | * | Improved docs | Hernan Grecco | 2017-04-16 | 1 | -1/+10 |
| | | | |||||
| * | | grammar in note about not using eval | Geordie McBain | 2017-04-10 | 1 | -2/+2 |
| |/ | |||||
| * | Improved tutorial | Hernan Grecco | 2016-08-03 | 1 | -5/+9 |
| | | |||||
| * | fix tutorial doctest | Endolith | 2016-07-31 | 1 | -1/+1 |
| | | |||||
| * | Updated tutorial | Hernan Grecco | 2016-05-05 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Hernan Grecco | 2016-04-28 | 1 | -2/+2 |
| | | |||||
| * | Update tutorial.rst | JesterEE | 2016-03-25 | 1 | -9/+5 |
| | | | | Few typos and syntax errors for previous commit. | ||||
| * | Update tutorial.rst | JesterEE | 2016-03-25 | 1 | -2/+35 |
| | | | | Added information on parsing strings and dimensionless parsing. Added doctests where appropriate. | ||||
| * | Added doctest to testsuite | Hernan Grecco | 2016-02-14 | 1 | -1/+3 |
| | | |||||
| * | Improved docs for testing | Hernan Grecco | 2016-02-13 | 1 | -1/+2 |
| | | |||||
| * | Removed security warning thanks to the new eval | Hernan Grecco | 2016-02-10 | 1 | -3/+4 |
| | | | | | Close #325 | ||||
| * | Improved documentation | Hernan Grecco | 2016-02-09 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'master' of git://github.com/CD3/pint into CD3-master | Hernan Grecco | 2015-12-22 | 1 | -0/+9 |
| |\ | |||||
| | * | Updated documentation for siunitx support. | C.D. Clark III | 2015-12-07 | 1 | -0/+9 |
| | | | | | | | | | Added siunitx example to the tutorial in the documentation. | ||||
| * | | Update tutorial.rst | senyai | 2015-11-27 | 1 | -1/+1 |
| |/ | | | | | | | | >>> o = object() >>> id(o) 30969712 >>> id(o) is id(o) False >>> | ||||
| * | Fixed some typos in the documentation; removed trailing slashes; broke some ↵ | Martin Thoma | 2015-04-04 | 1 | -14/+28 |
| | | | | | lines to make diffs easier; changed some hanging indentation according to PEP8 | ||||
| * | Document set_application_registry | Hernan Grecco | 2015-04-04 | 1 | -0/+6 |
| | | | | | Close #207 | ||||
| * | Fixed typo in tutorial.rst | Andrea Zonca | 2015-03-10 | 1 | -1/+1 |
| | | |||||
| * | Added note about {} in Python 2.6 | Hernan Grecco | 2014-12-18 | 1 | -0/+6 |
| | | |||||
| * | Added print(...) to pretty representation, Python 2 unicode note | Ryan Dwyer | 2014-12-17 | 1 | -1/+5 |
| | | |||||
| * | Corrected typo 'suffix with ~' to 'prefix with ~', and added an example ↵ | Ryan Dwyer | 2014-12-10 | 1 | -6/+9 |
| | | | | | showing ~ used as a pretty print prefix. Other grammar / wording smoothed over. | ||||
| * | Updated documentation with respect to new handling of non-multiplicative ↵ | David Linke | 2014-06-15 | 1 | -1/+0 |
| | | | | | | | quantities Few errors with respect to missing/wrong output in doctests were also fixed. | ||||
| * | Removed incorrect text from the tutorial | Hernan Grecco | 2014-05-26 | 1 | -1/+0 |
| | | | | | Close #149 | ||||
| * | Fixed typos in comments and docs | Ana Krivokapic | 2014-05-26 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in tutorial string representation example | Eduard Bopp | 2014-03-29 | 1 | -2/+2 |
| | | |||||
| * | Implemented __call__ for UnitRegistry as replacement for [] | Hernan Grecco | 2014-03-24 | 1 | -12/+31 |
| | | | | | | | getitem has been labeled as deprecated and we removed in 0.6. Close #106 | ||||
