-
Notifications
You must be signed in to change notification settings - Fork 33
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
🔖 Release 3.5.0 #316
Closed
🔖 Release 3.5.0 #316
Conversation
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 reverts commit f5f614a.
* Update main.yml * Try new version of python * Maybe this will work? * We try again * Make the uninstall work * Work --------- Co-authored-by: Kunwar Sahni <kunwar.sahni01@gmail.com>
* Uninstall charset_normalizer * added port option * Update pros/cli/conductor.py Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com> * Update .github/workflows/main.yml Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com> * Update pros/cli/upload.py * 🐛 Fix fat binary error in CI (#293) * Update main.yml * Try new version of python * Maybe this will work? * We try again * Make the uninstall work * Work --------- Co-authored-by: Kunwar Sahni <kunwar.sahni01@gmail.com> * Uninstall charset_normalizer * added port option * Update pros/cli/conductor.py Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com> * Update .github/workflows/main.yml Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com> * Update pros/cli/upload.py --------- Co-authored-by: ayushuk <ayushshukla30339@gmail.com> Co-authored-by: Ayush Shukla <71904196+ayushuk@users.noreply.github.com> Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com> Co-authored-by: Kunwar Sahni <kunwar.sahni01@gmail.com> Co-authored-by: Benjamin Davis <davi1561@purdue.edu>
* add depot * remove depot & query depot * fix typo * ui.echo instead of print * add docstrings * Better formatting & confirmation messages * Documentation for adding/removing depots * Better formatting * Removed newlines * Updated docs
* Uninstall charset_normalizer * Added KernelMismatchException to catch when no templates are found due to a kernal mismatch. This causes a different error message than if no templates are found because they don't exist. * Sucessfully builds project, have not tested adding incompatible template * Moved error handling to resolve_templates. Still needs testing with template * Optimization changes * removed unnecessary exception * Update template_resolution.py undoing unnecessary changes * Removed need for filtering twice * Removed unnecessary files * removed unnecessary files * asdf * Update main.yml * Try new version of python * Maybe this will work? * We try again * Make the uninstall work * Work * Update version numbers * Workflow Debugging * git update-index --refresh * try debug step * Try another * idk * more debug * no periods * Try a clean * comment out version.py as a temp fix * Fix develop merge --------- Co-authored-by: ayushuk <ayushshukla30339@gmail.com> Co-authored-by: Ayush Shukla <71904196+ayushuk@users.noreply.github.com> Co-authored-by: Kunwar Sahni <kunwar.sahni01@gmail.com> Co-authored-by: noam987 <noam@arie11.com>
* Add rich click * Add rich-click to requirements * Update click version * Remove pyinstaller requirement * Add back pyinstaller --------- Co-authored-by: ayushuk <ayushshukla30339@gmail.com>
* mini-cleanup * start "stablizing" beta * deprecate v3 * v4 -> pros4 * oops + deprecation notice * use early-access * use new urls * revert file validator * Add beta alias for early access * Slight naming adjustments * Save early access preference * Fix early access preference issue * Remove whitespace * Remove old print statement * Apply suggestions from code review Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com> * upgrade fixes * disable ea * more readable * redo early access warning * rename flag --------- Co-authored-by: ayushuk <ayushshukla30339@gmail.com> Co-authored-by: Ayush Shukla <71904196+ayushuk@users.noreply.github.com> Co-authored-by: BennyBot <48661356+BennyBot@users.noreply.github.com>
* Phantom Multiple Port * additional fixes to find_v5_ports * Fix click prompt to list all ports --------- Co-authored-by: Andrew Lu <lu987@purdue.edu>
BennyBot
approved these changes
Jan 23, 2024
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.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
pros upgrade
#297