GitHub / templateflow/python-client / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c7e51a4b | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | 18 days ago | |
| d5c751c3 | merge Merge pull request #159 from effigies/py314 |
Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m> |
23 days ago | |
| 7649a0a9 | sty: ruff check --fix && ruff format | Christopher J. Markiewicz <m****z@s****u> | 23 days ago | |
| f3bc69c4 | chore: Exclude submodule from ruff | Christopher J. Markiewicz <m****z@s****u> | 23 days ago | |
| f85c1160 | chore: Drop Python 3.9 support, test on 3.14 | Christopher J. Markiewicz <m****z@s****u> | 24 days ago | |
| 64e3693e | merge Merge tag '25.1.2' | Christopher J. Markiewicz <m****z@s****u> | 24 days ago | |
| 055e5a6c | rel: 25.1.2 | Christopher J. Markiewicz <m****z@s****u> | 24 days ago | |
| 27f5a96f | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | 3 months ago | |
| 9e489fc1 | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | 3 months ago | |
| 56f39271 | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | 3 months ago | |
| bde097e4 | merge Merge tag '25.1.1' | mathiasg <m****g@s****u> | 5 months ago | |
| 34daef91 | rel(25.1.1): update changes [skip ci] | mathiasg <m****g@s****u> | 5 months ago | |
| 1fa2b4ba | Merge pull request #155 from templateflow/fix/pre-py313 |
Mathias Goncalves <m****g@s****u>
Committed by: mathiasg <m****g@s****u> |
5 months ago | |
| fa7092bf | fix: do not use py313+ parameter | mathiasg <m****g@s****u> | 5 months ago | |
| 71ab3280 | merge Merge tag '25.1.0' | Christopher J. Markiewicz <m****z@s****u> | 5 months ago | |
| db33c5e7 | doc: 25.1.0 release notes | Christopher J. Markiewicz <m****z@s****u> | 5 months ago | |
| 7718e6a5 | merge Merge pull request #149 from effigies/rf/client |
Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 050132de | Add banner to conf.cache, use current year | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 050fbf6c |
Apply suggestions from code review
Co-authored-by: Oscar Esteban <c****e@o****s> |
Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| e7c9aae8 | fix: Coerce root to Path on init | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 19244773 | doc: Add docstring for TemplateFlowClient | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| a60d9268 | feat: Add repr to indicate location and type of cache | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 03ca64e2 | chore: Address flake8 complaints | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| bc449e4b | typ: Update type annotations | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| afb35878 | rf: Warn on all failed attempts to configure use_datalad | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| c2547da5 | rf: Defer pybids imports | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 14b3c329 | rename: http_root -> s3_root | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 7c805f1a | test: More cleanup | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| b738afa4 | rf: Improve TemplateFlowClient init signature | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 4df98537 | doc/rf: Import Client class into root, update docs | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 45e7a5b5 | fix: Re-add client.templates() | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 25045a45 | test: Update doctests | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| b57b031f | test: monkeypatch cache | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 35c1b0c7 | merge Merge pull request #148 from effigies/fix/xml-results |
Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 43d21a91 |
Update templateflow/tests/test_s3.py
Co-authored-by: Mathias Goncalves <g****s@g****m> |
Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m> |
6 months ago | |
| 8866d1af | test: Mock 400 response just once | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 002b5ce7 | test: Reload API to avoid order effect | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| c8c8ad40 | rf: Use client throughout, make tf.api one auto-instance | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| aa13e0ee | rf: Remove unnecessary global constants from _s3 | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 6bf7af14 | chore: Add platformdirs to dependencies | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 6ac4c26a | rf: Factor templateflow.api into classes | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 39c689a0 | doc: Add acres to dependencies | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| c373a8d9 | test: Check for HTTP error and clearing old errors | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 1c3565e4 | test: Add error response XML | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 1845d0da | chore: Use acres.Loader | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| f757ce2d | feat: Check skeleton for S3 XML error bodies before returning | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 4f939b96 | fix: Raise error on bad HTTP status code | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| cb15b5d6 | rel(25.0.4): update changelog [skip ci] | Christopher J. Markiewicz <m****z@s****u> | 6 months ago | |
| 44597dac | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | 6 months ago | |
| 4d238a46 | rel(25.0.3): update changes [skip ci] | mathiasg <m****g@s****u> | 8 months ago | |
| e4db0084 | merge Merge pull request #147 from effigies/fix/quote-urls |
Mathias Goncalves <m****g@s****u>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| e9510f38 | Update templateflow/api.py |
Mathias Goncalves <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 8efe1073 | fix: Quote s3 path to handle special characters | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| ee0cb80f | rel(25.0.2): update changes [skip ci] | mathiasg <m****g@s****u> | 8 months ago | |
| de8530aa | merge Merge pull request #146 from tsalo/plus-sign |
Mathias Goncalves <m****g@s****u>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 8384c00f | Allow plus signs in 'to' and 'from' entities. | Taylor Salo <s****t@p****u> | 8 months ago | |
| 2ee56374 | merge Merge tag '25.0.1' | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| b2dc9112 | rel: 25.0.1 | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| c8eb9b54 | auto: Update S3 skeleton file and checksum [skip ci] |
templateflow-bot <n****s@g****m>
Committed by: Christopher J. Markiewicz <m****z@s****u> |
8 months ago | |
| 9f6eb338 | merge Merge tag '25.0.0' | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| 33240f18 | doc: 25.0.0 release notes | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| 582b1879 | sty: ruff format [ignore-rev] | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| 6c7f5b32 | merge Merge pull request #140 from effigies/fix/get_one |
Mathias Goncalves <m****g@s****u>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| e48c4cfc | test: Make fixture for CliRunner | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| 39111081 | test: Check stdout, not combined stdout/stderr | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| 15dcbc96 | merge Merge pull request #143 from templateflow/chore/updates |
Chris Markiewicz <e****s@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| cb7a35bf | auto: Update S3 skeleton file and checksum [skip ci] |
templateflow-bot <n****s@g****m>
Committed by: Christopher J. Markiewicz <m****z@s****u> |
8 months ago | |
| f5ffabad | chore(ci): Install git-annex from PyPI | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| 341eff12 | chore: Do not cap datalad version | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| 974cfa5b | chore: Drop Python 3.8 support, test on 3.13 | Christopher J. Markiewicz <m****z@s****u> | 8 months ago | |
| b4d1f567 | fix(cli): Fix crash in templateflow get when matching one file |
Chris Markiewicz <e****s@g****m>
Committed by: Christopher J. Markiewicz <m****z@s****u> |
over 1 year ago | |
| 951404e2 | test(cli): Verify get and ls behavior for 1 and multiple files |
Chris Markiewicz <e****s@g****m>
Committed by: Christopher J. Markiewicz <m****z@s****u> |
over 1 year ago | |
| 1aa25f03 | maint: add exercising of cli with coverage |
Oscar Esteban <c****e@o****s>
Committed by: Christopher J. Markiewicz <m****z@s****u> |
over 1 year ago | |
| 31f34885 | maint: add new dependency to nightly build on CircleCI |
Oscar Esteban <c****e@o****s>
Committed by: Christopher J. Markiewicz <m****z@s****u> |
over 1 year ago | |
| c3d3a5d8 | rel(24.2.2): Update CHANGES [skip ci] | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| b7a2f5f3 | rel(24.2.1): Update CHANGES [skip ci] | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 84a672b5 | merge Merge pull request #136 from templateflow/maint/circleci |
Oscar Esteban <c****e@o****s>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 58054dfb | fix: circleci config for codecov | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 0680407e | sty: pacify ruff | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 406ef774 | sty: run ruff format | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 48ab2654 | fix: robuster module import | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 2584aa65 | fix: ensure datalad is installed | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 9cd05dff | fix: ensure env variables are respected | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| a76bce69 | maint: refactor test, eliminate duplicated test | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 10fcecd6 | fix: revise tests | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 659820cd | fix: change stdout capture strategy | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| f31bcc6c | merge Merge remote-tracking branch 'origin/fix/flaky-test' into maint/circleci | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| ccb9b406 | merge Merge remote-tracking branch 'effigies/ci/codecov' into maint/circleci | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| 7d42c333 | fix: update circleci config | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| c96b2cb4 | merge Merge branch 'rel/24.2.0' | Oscar Esteban <c****e@o****s> | over 1 year ago | |
| f41100c3 | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | almost 2 years ago | |
| b1f2eb2a | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | almost 2 years ago | |
| bd36eb95 | auto: Update S3 skeleton file and checksum [skip ci] | templateflow-bot <n****s@g****m> | almost 2 years ago | |
| 1d47d66a | merge Merge pull request #131 from mgxd/fix/zip-extract-race-condition |
Mathias Goncalves <m****g@s****u>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| a9f7f5bb |
Apply suggestions from code review
Co-authored-by: Oscar Esteban <c****e@o****s> |
Mathias Goncalves <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| b21f3967 | fix: change temporary folder name between tests |
Oscar Esteban <c****e@o****s>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 07bd4040 | fix: change order of parametric test |
Oscar Esteban <c****e@o****s>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| f927d9eb | fix: add missing pytest plugin |
Oscar Esteban <c****e@o****s>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 4b39d29f | TST: Add test to simulate running `update()` simultaneously | mathiasg <m****g@s****u> | almost 2 years ago | |
| b3b08461 | ENH: Safeguard zip extraction in try/except | mathiasg <m****g@s****u> | about 2 years ago |