| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | In docs, import TypeAlias from typing_extensions as docs are always built ↵ | Hernan Grecco | 2023-05-16 | 1 | -2/+2 |
| | | | | | with the lowest Python version | ||||
| * | Fix import in docs | Hernan Grecco | 2023-05-16 | 1 | -1/+1 |
| | | |||||
| * | Missing empty line in doc | Hernan Grecco | 2023-05-16 | 1 | -0/+1 |
| | | |||||
| * | Improved documentation about extending the registry | Hernan Grecco | 2023-05-16 | 1 | -17/+41 |
| | | |||||
| * | SharedObject module should be | Hernan Grecco | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | Better SharedRegistryObjects creation | Hernan Grecco | 2023-05-11 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated usage in docs and fix introduced bug during refactoring. | Hernan Grecco | 2023-05-05 | 1 | -6/+6 |
| | | |||||
| * | Tooling: remove bors and remove zest-releaser | Hernan Grecco | 2023-05-01 | 1 | -2/+0 |
| | | |||||
| * | Apply NEP-29: Pint now requires Python 3.9+ and NumPy 1.21+ | Hernan Grecco | 2023-04-29 | 2 | -2/+2 |
| | | |||||
| * | Merge pull request #1685 from keewis/black-jupyter | Hernan Grecco | 2023-04-24 | 1 | -44/+41 |
| |\ | | | | | run `black` on notebooks as well | ||||
| | * | run pre-commit hooks | Justus Magin | 2022-12-19 | 1 | -7/+1 |
| | | | |||||
| | * | apply the pre-commit hooks | Justus Magin | 2022-12-19 | 1 | -37/+40 |
| | | | |||||
| * | | added example in docs | RemDelaporteMathurin | 2023-01-20 | 1 | -0/+25 |
| |/ | |||||
| * | Issue-1659: changed frequency to angular frequency in the docs | Rohan Sureshkumar | 2022-11-27 | 1 | -2/+2 |
| | | |||||
| * | fix grid docs urls | Jules Chéron | 2022-10-28 | 1 | -2/+2 |
| | | |||||
| * | Make Quantity, Unit and Measurement show inherited members | Hernan | 2022-10-27 | 2 | -3/+5 |
| | | |||||
| * | Renamed common API to Specific API | Hernan | 2022-10-27 | 5 | -4/+17 |
| | | |||||
| * | Partially reorganized docs | Hernan | 2022-10-26 | 25 | -189/+439 |
| | | | | | | | | | - api is now split into 3 parts - files are reorganized in folders Additionally, some class members (Quantity, Unit, Measurement, Group, Context, System) are excluded from the docs as they confuse sphinx. | ||||
| * | Typo fix in docs | Hernan Grecco | 2022-10-26 | 1 | -1/+1 |
| | | | | Co-authored-by: Mika Pflüger <mika.pflueger@pik-potsdam.de> | ||||
| * | Document subclassing | Hernan | 2022-10-25 | 2 | -0/+84 |
| | | |||||
| * | Update documentation | Jules Chéron | 2022-10-09 | 43 | -1112/+533 |
| | | | | | | | | | | | | | | - Rework of configuration with new sphinx_book_theme - Use ipython directive where necessary - Add theme to requirements_docs.txt - Start using autosummarry - Fix doctests - Add sphinx design to requirements - Add overview & panels in home page - Update footer with `Pint Developers` - Fix docstrings - Use string imports in __all__ in __init__.py | ||||
| * | Update contributing.rst | Edouard Berthe | 2022-08-19 | 1 | -1/+1 |
| | | | | | | It seems that the [`test`](https://github.com/hgrecco/pint/blob/master/setup.cfg#L36-L40) extra requirements section is needed to run test locally, when willing to contributing. (I still have 3 tests failing even and 13 xfailed but that's probably another pb) | ||||
| * | formatting | andrewgsavage | 2022-07-16 | 1 | -2/+2 |
| | | |||||
| * | fix doc error | andrewgsavage | 2022-07-16 | 1 | -12/+12 |
| | | |||||
| * | add ang freq docs | andrewgsavage | 2022-07-16 | 2 | -0/+35 |
| | | |||||
| * | Updated docs | Hernan | 2022-05-07 | 2 | -13/+28 |
| | | |||||
| * | Changed import in ipynb | Hernan | 2022-05-07 | 1 | -1/+1 |
| | | |||||
| * | Moved Unit and Quantity to plain facet | Hernan | 2022-05-07 | 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 |
| | | | |||||
