-
Notifications
You must be signed in to change notification settings - Fork 302
Update for release #335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update for release #335
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
4d18fb9
Create release workflow and CITATION.cff and update README, setup.py
ravinkohli db3307e
fix bug in pypy token
ravinkohli 024e96c
fix documentation formatting
ravinkohli 493c65a
TODO for docker image
ravinkohli c8f0db9
accept suggestions from shuhei
ravinkohli e8507c2
add further options for disable_file_output documentation
ravinkohli 6f61732
remove from release.yml
ravinkohli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| name: Push to PyPi | ||
|
|
||
| on: | ||
| push: | ||
| branches: | ||
| - master | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: "ubuntu-latest" | ||
|
|
||
| steps: | ||
| - name: Checkout source | ||
| uses: actions/checkout@v2 | ||
|
|
||
| - name: Set up Python 3.8 | ||
| uses: actions/setup-python@v1 | ||
| with: | ||
| python-version: 3.8 | ||
|
|
||
| - name: Install build dependencies | ||
| run: python -m pip install build wheel | ||
|
|
||
| - name: Build distributions | ||
| shell: bash -l {0} | ||
| run: python setup.py sdist bdist_wheel | ||
|
|
||
| - name: Publish package to PyPI | ||
| if: github.repository == 'automl/Auto-PyTorch' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') | ||
| uses: pypa/gh-action-pypi-publish@master | ||
| with: | ||
| user: __token__ | ||
| password: ${{ secrets.pypi_token }} |
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| preferred-citation: | ||
| type: article | ||
| authors: | ||
| - family-names: "Zimmer" | ||
| given-names: "Lucas" | ||
| affiliation: "University of Freiburg, Germany" | ||
| - family-names: "Lindauer" | ||
| given-names: "Marius" | ||
| affiliation: "University of Freiburg, Germany" | ||
| - family-names: "Hutter" | ||
| given-names: "Frank" | ||
| affiliation: "University of Freiburg, Germany" | ||
| doi: "10.1109/TPAMI.2021.3067763" | ||
| journal-title: "IEEE Transactions on Pattern Analysis and Machine Intelligence" | ||
| title: "Auto-PyTorch Tabular: Multi-Fidelity MetaLearning for Efficient and Robust AutoDL" | ||
| year: 2021 | ||
| note: "also available under https://arxiv.org/abs/2006.13799" | ||
| start: 3079 | ||
| end: 3090 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -5,3 +5,5 @@ | |
| ====================== | ||
| Extending Auto-PyTorch | ||
| ====================== | ||
|
|
||
| TODO | ||
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -23,7 +23,7 @@ | |
| name="autoPyTorch", | ||
| version="0.1.0", | ||
| author="AutoML Freiburg", | ||
| author_email="[email protected]", | ||
| author_email="[email protected]", | ||
| description=("Auto-PyTorch searches neural architectures using smac"), | ||
| long_description=long_description, | ||
| url="https://github.com/automl/Auto-PyTorch", | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be a freiburg email address?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I asked for his email address for this purpose and that's what he gave me. I think its fine.