-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port back release changelog changes (#9008)
* Jan 2022 Release (#8876) * Fixes to remove notebook Uris (#8892) (#8894) * publish January 2022 release * Updates to change log * publish January 2022 release * publish January 2022 release create GH release * publish January 2022 release create GH release * publish January 2022 release create GH release * publish January 2022 release create GH release again * publish January 2022 release create GH release * Update build yaml * Port interrupt fix to release branch (#8961) * Fix interrupting on Windows (#8949) * Try adding win32-api (not sure it will build on Unix) * Working interrupt on windows * Use a daemon to do the interrupting so we don't have to wait for a process to start * Add windows non conda test * Add news entry * Update 3rd party notices * Fix unit test * Remove logging to my own machine * Fix build and update changelog * Remove news file * Put changelog back * string change for kernel selection on walkthrough (#8964) * Publish release * Fix daemons and path problems (#9001) * Fix daemons and path problems (#8994) * Fix daemons and path problems * Skip stuff we don't need to get windows to run faster * Missed a section in package.json to get the tests to run on windows * Cherry pick the other test changes * Port timeout fix to release (#9003) * publish release * Put build-test back Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Soojin (Min) Choi <[email protected]> Co-authored-by: Ian Huff <[email protected]>
- Loading branch information
1 parent
1548181
commit 6e62922
Showing
3 changed files
with
73 additions
and
29 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set PYDEVD_DEBUG=1 | ||
set DEBUGPY_LOG_DIR=%~dp0\tmp | ||
set PYDEVD_DEBUG_FILE=%~dp0\tmp |
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