From 61532286eaa8bf02beeaad335a2bfe58775a33c8 Mon Sep 17 00:00:00 2001 From: Adnan Umer Date: Fri, 27 Feb 2026 20:32:41 +0500 Subject: [PATCH] change github repo owner to onesixsolutions --- .github/workflows/main.yml | 4 ++-- CHANGELOG.md | 24 ++++++++++++------------ README.rst | 2 +- docs/README.md | 2 +- docs/index.rst | 2 +- pyproject.toml | 6 +++--- torchcast/utils/datasets.py | 2 +- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3fd24fa..ca62a52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: - name: Release run: | - git clone https://${{ secrets.STRONGIO_MACHINE_PAT }}:@github.com/strongio/torchcast + git clone https://${{ secrets.STRONGIO_MACHINE_PAT }}:@github.com/onesixsolutions/torchcast cd torchcast semantic-release version --push --changelog --vcs-release --commit env: @@ -62,7 +62,7 @@ jobs: python-version-file: 'pyproject.toml' - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: 'arn:aws:iam::606444696334:role/strong-github-actions-role' aws-region: us-east-1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a13eb82..f988c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,32 +64,32 @@ Add `torchcast.utils.training` module with... ### Continuous Integration -* ci: Update actions/checkout version ([`ed64632`](https://github.com/strongio/torchcast/commit/ed646329cfc2665b2c1732b2c05e7ef30b1f80f6)) +* ci: Update actions/checkout version ([`ed64632`](https://github.com/onesixsolutions/torchcast/commit/ed646329cfc2665b2c1732b2c05e7ef30b1f80f6)) -* ci: Clone repo using PAT ([`d0adaca`](https://github.com/strongio/torchcast/commit/d0adacac743986e97317ea499b72aee7e6724fc0)) +* ci: Clone repo using PAT ([`d0adaca`](https://github.com/onesixsolutions/torchcast/commit/d0adacac743986e97317ea499b72aee7e6724fc0)) -* ci: Enable repo push ([`f565d2a`](https://github.com/strongio/torchcast/commit/f565d2ac262f7096b304b8aac482303492c37895)) +* ci: Enable repo push ([`f565d2a`](https://github.com/onesixsolutions/torchcast/commit/f565d2ac262f7096b304b8aac482303492c37895)) -* ci: Use SSH Key ([`469d531`](https://github.com/strongio/torchcast/commit/469d53114417314ee28d5fa655b67a6b3310d7e5)) +* ci: Use SSH Key ([`469d531`](https://github.com/onesixsolutions/torchcast/commit/469d53114417314ee28d5fa655b67a6b3310d7e5)) -* ci: Fix docs job permissions ([`e6e2e34`](https://github.com/strongio/torchcast/commit/e6e2e346d68725b2ff7eaec57f859079221901cb)) +* ci: Fix docs job permissions ([`e6e2e34`](https://github.com/onesixsolutions/torchcast/commit/e6e2e346d68725b2ff7eaec57f859079221901cb)) -* ci: Pick python version form pyproject.toml ([`2a9eef7`](https://github.com/strongio/torchcast/commit/2a9eef7ca5f609a7fb14197286f72bc6ff095bff)) +* ci: Pick python version form pyproject.toml ([`2a9eef7`](https://github.com/onesixsolutions/torchcast/commit/2a9eef7ca5f609a7fb14197286f72bc6ff095bff)) -* ci: Setup auto-release ([`9df4f26`](https://github.com/strongio/torchcast/commit/9df4f2642fe74e6016c2b2a3980ca0eba3c77403)) +* ci: Setup auto-release ([`9df4f26`](https://github.com/onesixsolutions/torchcast/commit/9df4f2642fe74e6016c2b2a3980ca0eba3c77403)) ### Documentation -* docs: Fix examples ([`6f5a2dc`](https://github.com/strongio/torchcast/commit/6f5a2dc5cb8fea4895f44bdba67c60f27e09a84b)) +* docs: Fix examples ([`6f5a2dc`](https://github.com/onesixsolutions/torchcast/commit/6f5a2dc5cb8fea4895f44bdba67c60f27e09a84b)) -* docs: AirQuality datasets [skip ci] ([`c675f04`](https://github.com/strongio/torchcast/commit/c675f04bb244a73155fbd98c110590bd735808bc)) +* docs: AirQuality datasets [skip ci] ([`c675f04`](https://github.com/onesixsolutions/torchcast/commit/c675f04bb244a73155fbd98c110590bd735808bc)) -* docs: Self-hosted docs and fixtures ([`baca184`](https://github.com/strongio/torchcast/commit/baca184beeb53ff44065b6753b220029c5467f9b)) +* docs: Self-hosted docs and fixtures ([`baca184`](https://github.com/onesixsolutions/torchcast/commit/baca184beeb53ff44065b6753b220029c5467f9b)) ### Fixes -* fix: AQ Dataset ([`9b6e23e`](https://github.com/strongio/torchcast/commit/9b6e23e0ac1a0a7511f490f5b92d3b5e5c69fb59)) +* fix: AQ Dataset ([`9b6e23e`](https://github.com/onesixsolutions/torchcast/commit/9b6e23e0ac1a0a7511f490f5b92d3b5e5c69fb59)) ### Refactoring -* refactor: Switch to pyproject.toml ([`6de2f27`](https://github.com/strongio/torchcast/commit/6de2f279d82d6fb78e1464aecabdd642969e86e0)) +* refactor: Switch to pyproject.toml ([`6de2f27`](https://github.com/onesixsolutions/torchcast/commit/6de2f279d82d6fb78e1464aecabdd642969e86e0)) diff --git a/README.rst b/README.rst index fbf8a43..8570956 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Getting Started .. code-block:: bash - pip install git+https://github.com/strongio/torchcast.git#egg=torchcast + pip install git+https://github.com/onesixsolutions/torchcast.git#egg=torchcast ``torchcast`` requires Python >= 3.8 and PyTorch >= 1.8. diff --git a/docs/README.md b/docs/README.md index daf957c..0ce14bb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ To compile the docs, you must install the package with the `docs` extra: ```bash -pip install git+https://github.com/strongio/torchcast.git#egg=torchcast[docs] +pip install git+https://github.com/onesixsolutions/torchcast.git#egg=torchcast[docs] ``` Then from project root run: diff --git a/docs/index.rst b/docs/index.rst index 5159ac2..e5b24b6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,7 +27,7 @@ Getting Started .. code-block:: bash - pip install git+https://github.com/strongio/torchcast.git#egg=torchcast + pip install git+https://github.com/onesixsolutions/torchcast.git#egg=torchcast ``torchcast`` requires Python >= 3.8 and |PyTorch| >= 1.8. diff --git a/pyproject.toml b/pyproject.toml index c5ac6cf..93fa04e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ dynamic = ["version"] [project.urls] -Repository = "https://github.com/strongio/torchcast" -"Bug Tracker" = "https://github.com/strongio/torchcast/issues" +Repository = "https://github.com/onesixsolutions/torchcast" +"Bug Tracker" = "https://github.com/onesixsolutions/torchcast/issues" Documentation = "https://docs.strong.io/torchcast/" [project.optional-dependencies] @@ -47,7 +47,7 @@ docs = [ "ipywidgets>=7.6.3", "pandoc>=1.0.2", "matplotlib", - "strong-sphinx-theme @ git+ssh://git@github.com/strongio/strong-sphinx-theme.git" + "strong-sphinx-theme @ git+ssh://git@github.com/onesixsolutions/strong-sphinx-theme.git" ] [tool.setuptools.dynamic] diff --git a/torchcast/utils/datasets.py b/torchcast/utils/datasets.py index 652f625..d569fcb 100644 --- a/torchcast/utils/datasets.py +++ b/torchcast/utils/datasets.py @@ -36,7 +36,7 @@ def load_air_quality_data(dt_unit: str) -> 'DataFrame': except FileNotFoundError: print('loading from gh...') read_csv( - f'https://raw.githubusercontent.com/strongio/torchcast/c675f04bb244a73155fbd98c110590bd735808bc/docs/examples/aq_{dt_unit}.csv', + f'https://raw.githubusercontent.com/onesixsolutions/torchcast/c675f04bb244a73155fbd98c110590bd735808bc/docs/examples/aq_{dt_unit}.csv', parse_dates=['date' if dt_unit == 'daily' else 'week'] ).to_csv(cache_path / f'aq-{dt_unit}.csv', index=False) return load_air_quality_data(dt_unit)