From 814b809dc19026929365f40441cdd161bb6fd657 Mon Sep 17 00:00:00 2001 From: Anderson Banihirwe Date: Wed, 12 Jan 2022 13:13:15 -0700 Subject: [PATCH] Update refs: NCAR/intake-thredds -> intake/intake-thredds (#68) --- .github/workflows/ci.yaml | 4 +-- .github/workflows/pypi.yaml | 2 +- CHANGELOG.md | 52 ++++++++++++++++++------------------- CONTRIBUTING.md | 12 ++++----- README.md | 12 ++++----- docs/source/conf.py | 6 ++--- docs/source/index.md | 2 +- setup.py | 8 +++--- 8 files changed, 49 insertions(+), 49 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d5b1510..6f05189 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: jobs: build: name: python-${{ matrix.python-version }} - if: github.repository == 'NCAR/intake-thredds' + if: github.repository == 'intake/intake-thredds' runs-on: ubuntu-latest defaults: run: @@ -55,7 +55,7 @@ jobs: upstream-dev: name: upstream-dev runs-on: ubuntu-latest - if: github.repository == 'NCAR/intake-thredds' + if: github.repository == 'intake/intake-thredds' defaults: run: shell: bash -l {0} diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index 063b908..b03d51d 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: test-deploy: - if: github.repository == 'NCAR/intake-thredds' + if: github.repository == 'intake/intake-thredds' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0435913..0189745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,54 +2,54 @@ ## Intake-thredds v2021.6.16 -([full changelog](https://github.com/NCAR/intake-thredds/compare/4fb261a1f131cefd1083a66b7a10fe1a30eaaaa8...ff4d2720b95077254c0eb184c9ddfe0b3dfc7ca0)) +([full changelog](https://github.com/intake/intake-thredds/compare/4fb261a1f131cefd1083a66b7a10fe1a30eaaaa8...ff4d2720b95077254c0eb184c9ddfe0b3dfc7ca0)) ### Enhancements made -- Add tqdm to requirements [#41](https://github.com/NCAR/intake-thredds/pull/41) ([@raybellwaves](https://github.com/raybellwaves)) -- Allow `xarray_kwargs` for {py:class}`~intake_thredds.source.THREDDSMergedSource` [#32](https://github.com/NCAR/intake-thredds/pull/32) ([@aaronspring](https://github.com/aaronspring)) -- Allow `concat_kwargs` for {py:class}`~intake_thredds.source.THREDDSMergedSource` [#34](https://github.com/NCAR/intake-thredds/pull/34) ([@aaronspring](https://github.com/aaronspring)) +- Add tqdm to requirements [#41](https://github.com/intake/intake-thredds/pull/41) ([@raybellwaves](https://github.com/raybellwaves)) +- Allow `xarray_kwargs` for {py:class}`~intake_thredds.source.THREDDSMergedSource` [#32](https://github.com/intake/intake-thredds/pull/32) ([@aaronspring](https://github.com/aaronspring)) +- Allow `concat_kwargs` for {py:class}`~intake_thredds.source.THREDDSMergedSource` [#34](https://github.com/intake/intake-thredds/pull/34) ([@aaronspring](https://github.com/aaronspring)) ### Maintenance and upkeep improvements -- Bump pre-commit/action from v2.0.2 to v2.0.3 [#31](https://github.com/NCAR/intake-thredds/pull/31) ([@dependabot](https://github.com/dependabot)) -- Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 [#29](https://github.com/NCAR/intake-thredds/pull/29) ([@dependabot](https://github.com/dependabot)) -- Bump pre-commit/action from v2.0.0 to v2.0.2 [#28](https://github.com/NCAR/intake-thredds/pull/28) ([@dependabot](https://github.com/dependabot)) +- Bump pre-commit/action from v2.0.2 to v2.0.3 [#31](https://github.com/intake/intake-thredds/pull/31) ([@dependabot](https://github.com/dependabot)) +- Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 [#29](https://github.com/intake/intake-thredds/pull/29) ([@dependabot](https://github.com/dependabot)) +- Bump pre-commit/action from v2.0.0 to v2.0.2 [#28](https://github.com/intake/intake-thredds/pull/28) ([@dependabot](https://github.com/dependabot)) ### Documentation improvements -- DOC: GEFS example [#40](https://github.com/NCAR/intake-thredds/pull/40) ([@raybellwaves](https://github.com/raybellwaves)) +- DOC: GEFS example [#40](https://github.com/intake/intake-thredds/pull/40) ([@raybellwaves](https://github.com/raybellwaves)) ### Contributors to this release -([GitHub contributors page for this release](https://github.com/NCAR/intake-thredds/graphs/contributors?from=2021-02-17&to=2021-06-16&type=c)) +([GitHub contributors page for this release](https://github.com/intake/intake-thredds/graphs/contributors?from=2021-02-17&to=2021-06-16&type=c)) [@aaronspring](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Aaaronspring+updated%3A2021-02-17..2021-06-16&type=Issues) | [@andersy005](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Aandersy005+updated%3A2021-02-17..2021-06-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Adependabot+updated%3A2021-02-17..2021-06-16&type=Issues) | [@raybellwaves](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Araybellwaves+updated%3A2021-02-17..2021-06-16&type=Issues) ## Intake-thredds v2021.2.17 -([full changelog](https://github.com/NCAR/intake-thredds/compare/792fdc08e7fbbf66455fe554ca9a0f1f8a14ae32...ccb3c469a07cc7adf058ce0f8ba41197ebc5b7c7)) +([full changelog](https://github.com/intake/intake-thredds/compare/792fdc08e7fbbf66455fe554ca9a0f1f8a14ae32...ccb3c469a07cc7adf058ce0f8ba41197ebc5b7c7)) ### Features -- Turn off notebook execution [#22](https://github.com/NCAR/intake-thredds/pull/22) ([@andersy005](https://github.com/andersy005)) -- Add driver and simplecache example [#20](https://github.com/NCAR/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring)) -- Add documentation [#19](https://github.com/NCAR/intake-thredds/pull/19) ([@andersy005](https://github.com/andersy005)) -- 💚 Update Continuous Integration [#18](https://github.com/NCAR/intake-thredds/pull/18) ([@andersy005](https://github.com/andersy005)) -- Add LICENSE [#17](https://github.com/NCAR/intake-thredds/pull/17) ([@andersy005](https://github.com/andersy005)) -- Docs: Use markdown via myst-parser [#16](https://github.com/NCAR/intake-thredds/pull/16) ([@andersy005](https://github.com/andersy005)) -- Allow simplecache [#14](https://github.com/NCAR/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring)) -- options for combine_by_coords [#13](https://github.com/NCAR/intake-thredds/pull/13) ([@aaronspring](https://github.com/aaronspring)) -- Pass kwargs to Catalog [#12](https://github.com/NCAR/intake-thredds/pull/12) ([@martindurant](https://github.com/martindurant)) -- 💚 Migrate CI from CircleCI to GHA [#10](https://github.com/NCAR/intake-thredds/pull/10) ([@andersy005](https://github.com/andersy005)) -- Use opendap [#7](https://github.com/NCAR/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring)) -- Add tests [#5](https://github.com/NCAR/intake-thredds/pull/5) ([@andersy005](https://github.com/andersy005)) -- CI & RTD configurations Overhaul [#4](https://github.com/NCAR/intake-thredds/pull/4) ([@andersy005](https://github.com/andersy005)) -- Add `THREDDSMergedSource` implementation [#3](https://github.com/NCAR/intake-thredds/pull/3) ([@martindurant](https://github.com/martindurant)) -- Add example [#2](https://github.com/NCAR/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant)) +- Turn off notebook execution [#22](https://github.com/intake/intake-thredds/pull/22) ([@andersy005](https://github.com/andersy005)) +- Add driver and simplecache example [#20](https://github.com/intake/intake-thredds/pull/20) ([@aaronspring](https://github.com/aaronspring)) +- Add documentation [#19](https://github.com/intake/intake-thredds/pull/19) ([@andersy005](https://github.com/andersy005)) +- 💚 Update Continuous Integration [#18](https://github.com/intake/intake-thredds/pull/18) ([@andersy005](https://github.com/andersy005)) +- Add LICENSE [#17](https://github.com/intake/intake-thredds/pull/17) ([@andersy005](https://github.com/andersy005)) +- Docs: Use markdown via myst-parser [#16](https://github.com/intake/intake-thredds/pull/16) ([@andersy005](https://github.com/andersy005)) +- Allow simplecache [#14](https://github.com/intake/intake-thredds/pull/14) ([@aaronspring](https://github.com/aaronspring)) +- options for combine_by_coords [#13](https://github.com/intake/intake-thredds/pull/13) ([@aaronspring](https://github.com/aaronspring)) +- Pass kwargs to Catalog [#12](https://github.com/intake/intake-thredds/pull/12) ([@martindurant](https://github.com/martindurant)) +- 💚 Migrate CI from CircleCI to GHA [#10](https://github.com/intake/intake-thredds/pull/10) ([@andersy005](https://github.com/andersy005)) +- Use opendap [#7](https://github.com/intake/intake-thredds/pull/7) ([@aaronspring](https://github.com/aaronspring)) +- Add tests [#5](https://github.com/intake/intake-thredds/pull/5) ([@andersy005](https://github.com/andersy005)) +- CI & RTD configurations Overhaul [#4](https://github.com/intake/intake-thredds/pull/4) ([@andersy005](https://github.com/andersy005)) +- Add `THREDDSMergedSource` implementation [#3](https://github.com/intake/intake-thredds/pull/3) ([@martindurant](https://github.com/martindurant)) +- Add example [#2](https://github.com/intake/intake-thredds/pull/2) ([@martindurant](https://github.com/martindurant)) ### Contributors to this release -([GitHub contributors page for this release](https://github.com/NCAR/intake-thredds/graphs/contributors?from=2019-01-05&to=2021-02-18&type=c)) +([GitHub contributors page for this release](https://github.com/intake/intake-thredds/graphs/contributors?from=2019-01-05&to=2021-02-18&type=c)) [@aaronspring](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Aaaronspring+updated%3A2019-01-05..2021-02-18&type=Issues) | [@andersy005](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Aandersy005+updated%3A2019-01-05..2021-02-18&type=Issues) | [@dopplershift](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Adopplershift+updated%3A2019-01-05..2021-02-18&type=Issues) | [@martindurant](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Amartindurant+updated%3A2019-01-05..2021-02-18&type=Issues) | [@pbranson](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Apbranson+updated%3A2019-01-05..2021-02-18&type=Issues) | [@rabernat](https://github.com/search?q=repo%3ANCAR%2Fintake-thredds+involves%3Arabernat+updated%3A2019-01-05..2021-02-18&type=Issues) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaceea7..b7988ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,14 +21,14 @@ Feel free to suggest improvements or changes in the workflow. ## Feature requests and feedback We'd also like to hear about your propositions and suggestions. Feel free to -submit them as issues on [intake-thredds's GitHub issue tracker](https://github.com/NCAR/intake-thredds) and: +submit them as issues on [intake-thredds's GitHub issue tracker](https://github.com/intake/intake-thredds) and: - Explain in detail how they should work. - Keep the scope as narrow as possible. This will make it easier to implement. ## Report bugs -Report bugs for intake-thredds in the [issue tracker](https://github.com/NCAR/intake-thredds). +Report bugs for intake-thredds in the [issue tracker](https://github.com/intake/intake-thredds). If you are reporting a bug, please include: @@ -44,7 +44,7 @@ fix the bug itself. ## Fix bugs -Look through the [GitHub issues for bugs](https://github.com/NCAR/intake-thredds/labels/type:%20bug). +Look through the [GitHub issues for bugs](https://github.com/intake/intake-thredds/labels/type:%20bug). Talk to developers to find out how you can fix specific bugs. @@ -67,7 +67,7 @@ $ make docs ## Preparing Pull Requests -1. Fork the [intake-thredds GitHub repository](https://github.com/NCAR/intake-thredds). +1. Fork the [intake-thredds GitHub repository](https://github.com/intake/intake-thredds). 2. Clone your fork locally using [git](https://git-scm.com/), connect your repository to the upstream (main project), and create a branch:: @@ -75,7 +75,7 @@ $ make docs ```bash $ git clone git@github.com:YOUR_GITHUB_USERNAME/intake-thredds.git $ cd intake-thredds - $ git remote add upstream git@github.com:NCAR/intake-thredds.git + $ git remote add upstream git@github.com:intake/intake-thredds.git ``` now, to fix a bug or add feature create your own branch off "master": @@ -139,6 +139,6 @@ $ make docs head-fork: YOUR_GITHUB_USERNAME/intake-thredds compare: your-branch-name - base-fork: NCAR/intake-thredds + base-fork: intake/intake-thredds base: master # if it's a bugfix or feature ``` diff --git a/README.md b/README.md index 01d5269..6525c9b 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ conda install -c conda-forge intake-thredds See [documentation](https://intake-thredds.readthedocs.io) for more information. -[github-ci-badge]: https://img.shields.io/github/workflow/status/NCAR/intake-thredds/CI?label=CI&logo=github&style=for-the-badge -[github-ci-link]: https://github.com/NCAR/intake-thredds/actions?query=workflow%3ACI -[codecov-badge]: https://img.shields.io/codecov/c/github/NCAR/intake-thredds.svg?logo=codecov&style=for-the-badge -[codecov-link]: https://codecov.io/gh/NCAR/intake-thredds +[github-ci-badge]: https://img.shields.io/github/workflow/status/intake/intake-thredds/CI?label=CI&logo=github&style=for-the-badge +[github-ci-link]: https://github.com/intake/intake-thredds/actions?query=workflow%3ACI +[codecov-badge]: https://img.shields.io/codecov/c/github/intake/intake-thredds.svg?logo=codecov&style=for-the-badge +[codecov-link]: https://codecov.io/gh/intake/intake-thredds [rtd-badge]: https://img.shields.io/readthedocs/intake-thredds/latest.svg?style=for-the-badge [rtd-link]: https://intake-thredds.readthedocs.io/en/latest/?badge=latest [pypi-badge]: https://img.shields.io/pypi/v/intake-thredds?logo=pypi&style=for-the-badge [pypi-link]: https://pypi.org/project/intake-thredds [conda-badge]: https://img.shields.io/conda/vn/conda-forge/intake-thredds?logo=anaconda&style=for-the-badge [conda-link]: https://anaconda.org/conda-forge/intake-thredds -[license-badge]: https://img.shields.io/github/license/NCAR/intake-thredds?style=for-the-badge -[repo-link]: https://github.com/NCAR/intake-thredds +[license-badge]: https://img.shields.io/github/license/intake/intake-thredds?style=for-the-badge +[repo-link]: https://github.com/intake/intake-thredds diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b546ce..bd59ae3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,8 +57,8 @@ extlinks = { - 'issue': ('https://github.com/NCAR/intake-thredds/issues/%s', 'GH#'), - 'pr': ('https://github.com/NCAR/intake-thredds/pull/%s', 'GH#'), + 'issue': ('https://github.com/intake/intake-thredds/issues/%s', 'GH#'), + 'pr': ('https://github.com/intake/intake-thredds/pull/%s', 'GH#'), } # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -170,7 +170,7 @@ 'doc_path': 'docs', } html_theme_options = { - 'github_url': 'https://github.com/NCAR/intake-thredds', + 'github_url': 'https://github.com/intake/intake-thredds', 'twitter_url': 'https://twitter.com/NCARXDev', 'show_toc_level': 1, } diff --git a/docs/source/index.md b/docs/source/index.md index 38e91d6..93ce116 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -4,7 +4,7 @@ ## Feedback -If you encounter any errors or problems with **intake-thredds**, please open an issue at the GitHub [main repository](http://github.com/NCAR/intake-thredds). +If you encounter any errors or problems with **intake-thredds**, please open an issue at the GitHub [main repository](http://github.com/intake/intake-thredds). ## Documentation Contents diff --git a/setup.py b/setup.py index 9782389..bc05c47 100644 --- a/setup.py +++ b/setup.py @@ -34,11 +34,11 @@ python_requires='>=3.7', maintainer='NCAR XDev Team', maintainer_email='xdev@ucar.edu', - url='https://github.com/NCAR/intake-thredds', + url='https://github.com/intake/intake-thredds', project_urls={ - 'Documentation': 'https://github.com/NCAR/intake-thredds', - 'Source': 'https://github.com/NCAR/intake-thredds', - 'Tracker': 'https://github.com/NCAR/intake-thredds/issues', + 'Documentation': 'https://github.com/intake/intake-thredds', + 'Source': 'https://github.com/intake/intake-thredds', + 'Tracker': 'https://github.com/intake/intake-thredds/issues', }, packages=find_packages(), package_dir={'intake-thredds': 'intake-thredds'},