-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tabmat as tm, from_csc, renamed bench_glum.py (#448)
* tabmat as tm, from_csc, renamed bench_glum.py * changelog * linting (mostly isort because of the new names) * make mypy ignore tests and fix a benchmark mypy issue * Remove remnant GCP stuff. Update documentation links. * Remove deployment and docs actions and workflow steps. * Required tabmat>=3.0.1 * Remove documentation build from CI. * Remove old phrase mentioning conda channel. Co-authored-by: Ben Thompson <[email protected]>
- Loading branch information
1 parent
02e858d
commit 9e1157d
Showing
30 changed files
with
90 additions
and
298 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,41 +34,10 @@ jobs: | |
uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.head_ref }} | ||
- uses: google-github-actions/[email protected] | ||
with: | ||
version: '349.0.0' | ||
project_id: ${{ secrets.GCP_UPLOAD_PROJECT_ID }} | ||
service_account_email: ${{ secrets.GCP_UPLOAD_SA_EMAIL }} | ||
service_account_key: ${{ secrets.GCP_UPLOAD_SA_KEY }} | ||
export_default_credentials: true | ||
- name: Run CI inside of container | ||
uses: ./.github/actions/unittests | ||
with: | ||
python_version: ${{ matrix.PYTHON_VERSION }} | ||
docs: | ||
name: "Documentation" | ||
runs-on: ubuntu-latest | ||
env: | ||
CI: True | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
PYTHON_VERSION: ['3.9'] | ||
steps: | ||
- name: Pull image | ||
run: docker pull condaforge/mambaforge:latest | ||
- name: Checkout branch | ||
uses: actions/[email protected] | ||
with: | ||
ref: ${{ github.head_ref }} | ||
- uses: google-github-actions/[email protected] | ||
with: | ||
version: '349.0.0' | ||
export_default_credentials: true | ||
- name: Run CI inside of container | ||
uses: ./.github/actions/docs | ||
with: | ||
python_version: ${{ matrix.PYTHON_VERSION }} | ||
linux-conda-build: | ||
name: "Linux - conda-build - Python ${{ matrix.CONDA_BUILD_YML }}" | ||
runs-on: ubuntu-latest | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Contributing | ||
|
||
See the [contributing and development information in our documentation](https://docs.dev.***REMOVED***/***REMOVED***/Quantco/glum/latest/contributing.html). | ||
See the [contributing and development information in our documentation](https://glum.readthedocs.io/en/latest/contributing.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.