Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion torchcast/utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)