Skip to content

Commit

Permalink
Merge pull request #305 from abstractqqq/plot_refactor
Browse files Browse the repository at this point in the history
Plot refactor
  • Loading branch information
abstractqqq authored Jan 10, 2025
2 parents fc325b9 + b4fc6e4 commit 53f66e9
Show file tree
Hide file tree
Showing 41 changed files with 4,343 additions and 4,585 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
pip install -r requirements.txt
python -c 'import polars_ds as pds'
python -c 'from polars_ds import linear_models'
python -c 'from polars_ds.ts_features import *'
python -c 'from polars_ds.spatial import *'
python -c 'from polars_ds.sample_and_split import *'
python -c 'from polars_ds.exprs.ts_features import *'
- name: Upload sdist
uses: actions/upload-artifact@v4
Expand All @@ -81,7 +81,8 @@ jobs:
pip install jupyter ipython ipykernel nbconvert
pip install -r tests/requirements-test.txt
jupyter execute examples/basics.ipynb
jupyter execute examples/diagnosis.ipynb
jupyter execute examples/pipeline.ipynb
jupyter execute examples/eda.ipynb
jupyter execute examples/sample_and_split.ipynb
Expand Down
Loading

0 comments on commit 53f66e9

Please sign in to comment.