Skip to content

Commit

Permalink
new deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom committed Jul 15, 2024
1 parent 122f752 commit 7128e81
Show file tree
Hide file tree
Showing 96 changed files with 135 additions and 135 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ If your contribution requires a new library dependency:

After submitting your pull request, GitHub will automatically run the tests
on your changes and make sure that the updated code builds successfully.
The checks run on Python 3.10 and 3.11, on Ubuntu and Windows. We also
The checks run on Python 3.10, 3.11 and 3.12, on Ubuntu and Windows. We also
use services that automatically check code style and test coverage.
18 changes: 9 additions & 9 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up pdm
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: true
- name: Install dependencies
run: pdm sync -G lint --no-default
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up pdm
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: true
- name: Install dependencies
run: pdm sync -G lint --no-default
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Set up pdm
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: true
- name: Install dependencies
run: pdm sync -G lint --no-default
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Set up pdm
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: true
- name: Install dependencies
run: pdm sync -G lint --no-default
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"
- name: Code quality analysis with CodeQL
uses: github/codeql-action/init@v3
with:
Expand All @@ -98,7 +98,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Free disk space windows
shell: bash
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
pdm run pytest -n=auto --cov=atom --cov-report=xml tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' }}
with:
files: ./coverage.xml

Expand All @@ -147,7 +147,7 @@ jobs:
- name: Set up pdm
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: true
- name: Install dependencies
run: pdm sync -G full -G test
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Set up pdm
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
python-version: "3.12"
cache: true
- name: Install dependencies
run: |
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all commits/branches
- name: Set up pdm
uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
cache: true
- name: Install dependencies
run: |
python -m pip install -U pip
pip install -U pdm
pdm install -G full -G doc
pdm sync -G full -G doc
pip install cmdstanpy==0.9.5
- name: Update documentation
run: |
echo "Deploying documentation for release ATOM ${GITHUB_REF_NAME::-2}"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mlruns/

# Static Documentation
site/
docs/

# System-specific temporary and index files
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion atom/plots/predictionplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ def add_wire(x, y):
dpi, bbox = fig.get_dpi(), d.get_bbox()
figsize = (dpi * bbox.xmax // 4, (dpi / 2) * (bbox.ymax - bbox.ymin))

d.draw(canvas=plt.gca(), showframe=False, show=False)
d.draw(canvas=plt.gca(), show=False)
plt.axis("off")

BasePlot._fig.used_models.extend(models_c)
Expand Down
2 changes: 1 addition & 1 deletion docs_sources/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ If your contribution requires a new library dependency:

After submitting your pull request, GitHub will automatically run the tests
on your changes and make sure that the updated code builds successfully.
The checks run on Python 3.10 and 3.11, on Ubuntu and Windows. We also
The checks run on Python 3.10, 3.11 and 3.12, on Ubuntu and Windows. We also
use services that automatically check code style and test coverage.
2 changes: 1 addition & 1 deletion docs_sources/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ additional libraries. You can install all the optional dependencies using
* **[ray[serve]](https://docs.ray.io/en/latest/)** (>=2.9.1)
* **[requests](https://requests.readthedocs.io/en/latest/)** (>=2.31.0)
* **[scikit-learn-intelex](https://github.com/intel/scikit-learn-intelex)** (>=2023.2.1)
* **[schemdraw](https://schemdraw.readthedocs.io/en/latest/index.html)** (>=0.16)
* **[schemdraw](https://schemdraw.readthedocs.io/en/latest/index.html)** (>=0.19)
* **[statsforecast](https://github.com/Nixtla/statsforecast/)** (>=1.7.3)
* **[supersmoother](https://github.com/jakevdp/supersmoother)** (>=0.4)
* **[sweetviz](https://github.com/fbdesignpro/sweetviz)** (>=2.3.1)
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 7128e81

Please sign in to comment.