summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Remove dask temp files from gitHernan2022-04-041-0/+1
|
* Ignore some benchmark related filesHernan2021-01-061-0/+1
|
* Implements a first benchmark suite.Hernan2020-10-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The benchmark is based on airspeed velocity (asv). Benchmarks are organized with double digits numbers to create a nice, sorted 00-09: Benchmarks that do not require a registry created during setup 10-19: Benchmarks calling functions directly from the registry 20-29: Benchmarks involving Units and Quantity objects (with scalar values) 30-39: Benchmarks involving Quantity objects (with array values) Briefly, you can run the the benchmark calling: $ asv run or if you want to compare certain commits/branches: $ asv run master..mybranch For convenience, we include a list of hashes of all pint versions: $ asv run HASHFILE:benchmarks/hashes.txt -- After running the benchmark, run: $ asv publish $ asv preview To get a nice readable output. More information on: https://asv.readthedocs.io/en/stable/
* Add pip-wheel-metadata/Pint.dist-info/AUTHORS to gitignoreHernan2020-09-071-0/+1
|
* Change html repr away from latex to a Sparse/Dask-like reprJon Thielen2020-08-161-0/+3
|
* Fix #1062Guido Imperiale2020-03-291-0/+1
| | | | | | | | Fix #1062 chja
* Add implementations and tests for allclose and intersect1dJon Thielen2020-01-081-0/+1
|
* Updated .gitignoreHernan2020-01-051-0/+1
|
* Remove obsolete toxGuido Imperiale2019-12-031-1/+0
|
* Add pandas interface testsZebedee Nicholls2018-09-061-0/+7
|
* Ignore temp coverage filesHugo2017-10-191-0/+1
|
* Added tests to .gitignoreHernan Grecco2017-09-021-0/+2
|
* Added [concentration] quantity, molar units, modified a test that had ↵Matthew McDermott2017-06-081-0/+3
| | | | defined molar units locally, and added tags files to the .gitignore.
* Fix for Issue #46, calling 'to_base_units' on Quality with Decimal ↵Daniel Sokolowski2013-08-161-0/+3
| | | | magnitudes no longer throws a TypeError caused by attempting to multiply a float with Decimal. Further edge cases for other magnitude types might be required.
* Initial refactoring of the NumPy testingHernan Grecco2013-03-051-0/+1
| | | | | Begin refactoring of the NumPy Testing infrastructure Tox testing
* Proper package data and other improvements for PyPiHernan Grecco2012-07-311-2/+1
|
* Changes for PyPI0.1Hernan Grecco2012-07-261-0/+2
|
* Pint: Physical quantities in PythonHernan Grecco2012-05-031-0/+9