summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Tooling: remove bors and remove zest-releaserHernan Grecco2023-05-012-10/+27
|
* Apply NEP-29: Pint now requires Python 3.9+ and NumPy 1.21+Hernan Grecco2023-04-292-10/+10
|
* Pin dependency in dask test in Python 3.8Hernan Grecco2023-04-291-1/+1
|
* Fix dependency in dask testHernan Grecco2023-04-291-1/+1
|
* Fix dependency in dask testHernan Grecco2023-04-291-1/+1
|
* Remove ci-success jobHernan Grecco2023-04-291-8/+8
|
* Disable coveralls as it is not workingHernan Grecco2023-04-291-40/+40
|
* Downgrade requests for coveralls in other cisHernan Grecco2023-04-281-2/+2
|
* Downgrade requests for coverallsHernan Grecco2023-04-281-1/+1
|
* Run pre-commit run --all-files . Mostly removed empty linesHernan2023-04-241-1/+1
|
* Remove numpy version in Python 3.8 to try to fix import error in testHernan2023-04-241-1/+1
|
* explicitly install `packaging`Justus Magin2022-11-291-3/+3
|
* Add test for pint without numpy on macosHernan2022-10-261-1/+1
|
* Move macos test to independent sectionHernan2022-10-261-12/+63
|
* Test against macosHernan2022-10-261-2/+3
|
* Test against Python 3.11Hernan2022-10-251-1/+1
|
* Add tests for Python 3.11-devHernan2022-10-221-1/+1
|
* Add test-windows GitHub Actions jobs in ci.yamlPaul Natsuo Kishimoto2022-04-111-0/+71
|
* Update ci.ymlJules Chéron2022-02-041-1/+1
|
* Drop Support for Python 3.7Jules Chéron2022-02-042-8/+10
| | | | | | | | | - 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 hooksKeewis2021-12-103-3/+2
|
* Update setup.cfgJules Chéron2021-11-241-0/+3
| | | | | | - Remove travis specific section - Remove universal wheel - Add support for python 3.10 in metadata
* Update min version of uncertaintiesJules Chéron2021-11-211-2/+3
|
* skip coveralls if it failsJules Chéron2021-10-271-2/+2
|
* Merge pull request #1372 from keewis/premature-ci-cancelJules Chéron2021-08-201-0/+1
|\ | | | | don't fail all CI jobs of a matrix if one job fails
| * move to strategyKeewis2021-08-161-1/+1
| |
| * don't fail other CI jobs if one failsKeewis2021-08-161-0/+1
| |
* | Summarize all test-linux into one dummy taskHernan2021-08-151-0/+10
|/
* don't install poochKeewis2021-08-081-1/+1
|
* Merge pull request #1324 from keewis/pre-commit_autoupdateJules Chéron2021-07-121-0/+46
|\ | | | | add a CI to automatically update the `pre-commit` hook versions
| * renameKeewis2021-05-311-2/+2
| |
| * add a ci to automatically update the hook versionsKeewis2021-05-311-0/+46
| |
* | Add thorough testing on python 3.9Jules Chéron2021-06-121-5/+2
| |
* | Drop support for Python 3.6Jules Chéron2021-06-121-4/+4
|/ | | | | | | | | 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
* install the optional xarray dependency poochKeewis2021-05-101-1/+1
|
* install pytest-mpl only when matplotlib in extrasJules Chéron2021-03-221-1/+6
|
* Fix ci.ymlHernan2021-02-221-1/+1
|
* Update bors.toml to GHAHernan2021-02-222-3/+3
|
* Fix coveralls uploadJules Chéron2021-01-201-5/+20
|
* Add github actionsJules Chéron2021-01-203-0/+149