Skip to content

Commit

Permalink
Merge pull request #7 from cvxgrp/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
bmeyers authored Jul 19, 2024
2 parents 23d7d6b + 5ed2e71 commit 772fe93
Show file tree
Hide file tree
Showing 32 changed files with 924 additions and 931 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
run: |
conda install anaconda-client
conda config --set anaconda_upload no --set solver libmamba
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-) conda build . -c conda-forge
VERSION_FROM_GIT_TAG=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-) conda build . -c conda-forge -c stanfordcvxgrp
echo "gitversion=$(git tag --list "v*[0-9]" --sort=version:refname | tail -1 | cut -c 2-)" >> $GITHUB_OUTPUT
6 changes: 5 additions & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ requirements:
run:
- python >=3.9
- numpy
- cvxpy
- cvxpy ==1.4.3
- scikit-learn
- tqdm
- pybind11 # conda build test fails with "cvxpy 1.4.2 requires pybind11, which is not installed."
- sig-decomp
- pandas
- qss


test:
imports:
Expand Down
233 changes: 89 additions & 144 deletions notebooks/Aramis/basis_test.ipynb

Large diffs are not rendered by default.

321 changes: 189 additions & 132 deletions notebooks/Aramis/fitting_pv_data.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions notebooks/Aramis/regularisation_test.ipynb

Large diffs are not rendered by default.

86 changes: 0 additions & 86 deletions notebooks/Aramis/utils/dilatation.py

This file was deleted.

73 changes: 0 additions & 73 deletions notebooks/Aramis/utils/interpolation.py

This file was deleted.

Loading

0 comments on commit 772fe93

Please sign in to comment.