summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix pint pandas notebook (#1318)andrewgsavage2021-06-211-11/+11
| | | | * fix pint pandas notebook * ignore plot
* Merge pull request #1326 from jules-ch/drop-python3.6Hernan Grecco2021-06-122-2/+2
|\ | | | | Drop support for Python 3.6
| * Drop support for Python 3.6Jules Chéron2021-06-122-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 caseMatt Hall2021-06-031-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).
* Merge pull request #1282 from jules-ch/quantity-with-quantityHernan Grecco2021-05-111-0/+10
|\ | | | | Add support for Quantity as value in the constructor
| * Add support for Quantity in the constructorJules Chéron2021-04-031-0/+10
| | | | | | | | | | | | | | | | | | | | Simplify constructor - Handle special cases at first to fail fast - Flatten nested conditions - Handle units first - Convert magnitude if value is Quantity Closes #1231
* | Update contributing.rstPeter Attia2021-04-301-2/+3
|/ | | Fix bullet points and spelling typo
* NEP29 supports in docsJules Chéron2021-03-161-0/+3
|
* notebookandrewgsavage2021-03-011-2/+3
|
* plottingandrewgsavage2021-03-011-17/+87
|
* notebookandrewgsavage2021-03-011-4/+3
|
* Fixed some helpersHernan2021-01-161-0/+1
|
* Some info in contributing regarding testsHernan2021-01-161-7/+50
|
* Add sign to numpy_func.pyRobin Tesse2020-10-311-2/+2
|
* Fix the docsHernan2020-09-071-3/+3
|
* Corrects typo: decibel, not decibell (as pointed out by @terikin)signor822020-08-251-5/+5
|
* Merge branch 'master' of https://github.com/hgrecco/pint into log_unitssignor822020-08-223-6/+32
|\
| * Update docs with guidelines on when to create extension packagesJon Thielen2020-08-172-2/+28
| |
| * Change html repr away from latex to a Sparse/Dask-like reprJon Thielen2020-08-161-4/+4
| |
* | docs: emphasize beta-ness of log unit supportClark Willison2020-07-151-50/+84
| |
* | Merge branch 'master' into log-units WIP branchClark Willison2020-07-1518-1865/+771
|\ \ | |/ | | | | | | fix merge conflicts with upstream master, and bring this branch up-to-date with present work
| * move some content from tutorial to new pageClark Willison2020-07-134-102/+194
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * measurements docs: add note about installing uncertaintiesClark Willison2020-07-131-4/+13
| |
| * docs index: add self links to some sectionsClark Willison2020-07-131-8/+13
| |
| * module reference: remove the test suite from the autodocsClark Willison2020-07-131-59/+2
| |
| * install docs: remove references to (removed) AUR packageClark Willison2020-07-131-17/+7
| |
| * various tutorial improvements: broken links, grammarClark Willison2020-07-132-56/+85
| | | | | | | | | | | | | | | | | | | | 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 dependenciesClark Willison2020-07-114-7/+24
| | | | | | | | | | | | | | | | 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:
| * update install instructions for pint-pandas in docsClark Willison2020-07-111-2/+6
| |
| * resolve remaining doctests, enable doctest in CIClark Willison2020-07-111-21/+3
| | | | | | | | closes #1115
| * Clean up docstrings; update docs; skip visualize tests with no graphvizRussell Manser2020-07-081-2/+7
| |
| * Update docs with Pint Quantity wrapped Dask ArrayRussell Manser2020-07-031-1/+26
| |
| * Fixed some doctests code blockHernan2020-07-011-2/+2
| |
| * Updated doctest modifiers in some docsHernan2020-07-011-2/+2
| |
| * Changed pintpandas to pint_pandasHernan2020-07-011-6/+6
| |
| * fix doctest errors in most .rst docsClark Willison2020-06-1710-107/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * add information on running tests to contributing.rstClark Willison2020-06-172-1/+33
| |
| * document new ureg.__contains__ featureClark Willison2020-06-161-0/+14
| |
| * Add None to the exampleDima Pustakhod2020-05-021-1/+1
| |
| * replace pkg_resources.version to importlib.metadata.version.Jules Chéron2020-04-171-2/+6
| | | | | | | | | | | | | | | | - Update pint/__init__.py - Update docs/conf.py - Add importlib-metadata backport to install-requires Closes #1083
| * Merge branch 'master' into fixLx4Hernan Grecco2020-04-091-1/+1
| |\
| | * added link to pint-xarrayThomas Nicholas2020-04-091-1/+1
| | |
| * | Updates to DocumentationPorcelain Mouse2020-04-041-2/+5
| |/
| * import pintpandas where needed and update the docsKeewis2020-04-021-2/+4
| |
| * strip the output from the notebook cellsKeewis2020-04-022-1494/+97
| |
| * Fixed bug with to_compactFranchuFranchu2020-03-211-0/+1
| |
| * Update expected initial release date for pint-xarrayJon Thielen2020-03-051-1/+1
| |
| * Merge branch 'master' into scriptHernan Grecco2020-02-192-8/+20
| |\
| | * Merge branch 'master' into developHernan Grecco2020-02-191-7/+2
| | |\
| | | * Remove the array interface protocol fallbackJon Thielen2020-02-181-7/+2
| | | |