code
stringlengths
9
189k
meta_data.file_name
stringclasses
538 values
meta_data.module
stringclasses
202 values
meta_data.contains_class
bool
2 classes
meta_data.contains_function
bool
2 classes
meta_data.file_imports
sequencelengths
0
97
meta_data.start_line
int64
-1
6.71k
meta_data.end_line
int64
-1
6.74k
<li>Add support for Pyflakes 3.1, Pycodestyle 2.11 and Jedi 0.19.</li> <li>Drop support for Python 3.7.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/429">Issue 429</a> - Error in Pyflakes plugin: 'NoneType' has no len() (<a href="https://github.com/python-lsp/python-lsp-server/pull/433">PR 433</a> by <a href="https://github.com/smacke">@smacke</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/414">Issue 414</a> - Support Jedi 0.19 (<a href="https://github.com/python-lsp/python-lsp-server/pull/416">PR 416</a> by <a href="https://github.com/bnavigator">@bnavigator</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/412">Issue 412</a> - Add support for pyflakes 3.1 (<a href="https://github.com/python-lsp/python-lsp-server/pull/415">PR 415</a> by <a href="https://github.com/yan12125">@yan12125</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/406">Issue 406</a> - flake8_lint plugin: Popen fails when no workspace given by language server client on Windows (<a href="https://github.com/python-lsp/python-lsp-server/pull/434">PR 434</a> by <a href="https://github.com/smacke">@smacke</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/392">Issue 392</a> - Using black as an autoformatter (<a href="https://github.com/python-lsp/python-lsp-server/pull/419">PR 419</a> by <a href="https://github.com/tkrabel-db">@tkrabel-db</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/384">Issue 384</a> - Replace <code>setuptools</code>/<code>pkg_resources</code> with <code>importlib(.|_)metadata</code> (<a href="https://github.com/python-lsp/python-lsp-server/pull/385">PR 385</a> by <a href="https://github.com/bollwyvl">@bollwyvl</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/314">Issue 314</a> - Failed to handle requests after exit (<a href="https://github.com/python-lsp/python-lsp-server/pull/432">PR 432</a> by <a href="https://github.com/smacke">@smacke</a>)</li> </ul> <p>In this release 7 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/434">PR 434</a> - Don't set cwd in Popen kwargs when document root is empty (flake8), by <a href="https://github.com/smacke">@smacke</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/406">406</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/433">PR 433</a> - Fix null reference for syntax errors due to invalid encodings (Pyflakes), by <a href="https://github.com/smacke">@smacke</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/429">429</a>, <a href="https://github.com/python-lsp/python-lsp-server/issues/429">429</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/432">PR 432</a> - Use invalid request handler rather than raising key error for requests after shutdown, by <a href="https://github.com/smacke">@smacke</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/314">314</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/419">PR 419</a> - Format the whole repo with Black, by <a href="https://github.com/tkrabel-db">@tkrabel-db</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/392">392</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/418">PR 418</a> - Converge unit tests for test_language_server and test_notebook_document, by <a href="https://github.com/tkrabel-db">@tkrabel-db</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/417">PR 417</a> - Drop support for Python 3.7, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/pull/417">PR 417</a> - Drop support for Python 3.7, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/416">PR 416</a> - Bump Jedi upper pin to &lt;0.20, by <a href="https://github.com/bnavigator">@bnavigator</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/414">414</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/415">PR 415</a> - Add support for pyflakes 3.1 and pycodestyle 2.11, by <a href="https://github.com/yan12125">@yan12125</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/412">412</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/408">PR 408</a> - Notebook protocol go-to-definition support, by <a href="https://github.com/jasongrout">@jasongrout</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/389">PR 389</a> - Add notebooks suppport to pylsp, by <a href="https://github.com/tkrabel-db">@tkrabel-db</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/385">PR 385</a> - Find <code>entry_points</code> with <code>importlib(.|_)metadata</code>, drop <code>setuptools</code> from <code>dependencies</code>, by <a href="https://github.com/bollwyvl">@bollwyvl</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/384">384</a>)</li> </ul> <p>In this release 11 pull requests were closed.</p> <hr /> <h2>Version 1.7.4 (2023/06/29)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/393">Issue 393</a> - Environment path doesn't expand user directory</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/394">PR 394</a> - Resolve homedir references in Jedi environment path, by <a href="https://github.com/odiroot">@odiroot</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/381">PR 381</a> - Report progress even when initialization fails, by <a href="https://github.com/syphar">@syphar</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/380">PR 380</a> - Fix pylint hang on file with many errors, by <a href="https://github.com/hetmankp">@hetmankp</a></li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 1.7.3 (2023/05/15)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/369">Issue 369</a> - Failed to load hook pylsp_lint: [Errno 2] No such file or directory: '' (<a href="https://github.com/python-lsp/python-lsp-server/pull/371">PR 371</a> by <a href="https://github.com/Ultimator14">@Ultimator14</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/377">PR 377</a> - Update yapf requirement to 0.33+, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/371">PR 371</a> - Fix empty cwd value for pylint, by <a href="https://github.com/Ultimator14">@Ultimator14</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/369">369</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/364">PR 364</a> - Add Arch Linux installation command to Readme, by <a href="https://github.com/GNVageesh">@GNVageesh</a></li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 1.7.2 (2023/04/02)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/325">Issue 325</a> - WorkDoneProgress tokens not initialized properly by the server (<a href="https://github.com/python-lsp/python-lsp-server/pull/328">PR 328</a> by <a href="https://github.com/syphar">@syphar</a>)</li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/issues/260">Issue 260</a> - yapf formatting fails when pyproject.toml is in the workspace (<a href="https://github.com/python-lsp/python-lsp-server/pull/346">PR 346</a> by <a href="https://github.com/bnavigator">@bnavigator</a>)</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/346">PR 346</a> - Add toml dependency for yapf and constrain yapf to be less than 0.32, by <a href="https://github.com/bnavigator">@bnavigator</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/260">260</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/345">PR 345</a> - Raise upper bound of autopep8, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/340">PR 340</a> - Bump pydocstyle to 6.3, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/328">PR 328</a> - Initialize LSP progress token before using it and remove progress for sync plugins, by <a href="https://github.com/syphar">@syphar</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/325">325</a>)</li> </ul> <p>In this release 4 pull requests were closed.</p> <hr /> <h2>Version 1.7.1 (2023/01/17)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/332">Issue 332</a> - Failed to load hook pylsp_lint: too many values to unpack (expected 3) (<a href="https://github.com/python-lsp/python-lsp-server/pull/329">PR 329</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/338">PR 338</a> - Use shlex.split() to split pylint flags, by <a href="https://github.com/hfrentzel">@hfrentzel</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/337">PR 337</a> - Improve Jedi file completions for directories, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/334">PR 334</a> - Include missing Pylint "information" category, by <a href="https://github.com/juliangilbey">@juliangilbey</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/333">PR 333</a> - Add top constraint to Pylint and fix constraint for <code>whatthepatch</code>, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/329">PR 329</a> - Fix pydocstyle linting with its 6.2.0 version, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/332">332</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/327">PR 327</a> - Use <code>sys.executable</code> instead of <code>python</code> in Pylint plugin, by <a href="https://github.com/bnavigator">@bnavigator</a></li> </ul> <p>In this release 6 pull requests were closed.</p> <hr /> <h2>Version 1.7.0 (2022/12/29)</h2> <h3>New features</h3> <ul> <li>Add a new plugin to provide autoimport functionality (disabled by default).</li> <li>Add progress reporting.</li> <li>Make <code>jedi_definition</code> plugin follow definitions to <code>pyi</code> files.</li> <li>Add support for flake8 version 6.</li> <li>Add support for Yapf ignore patterns.</li> <li>Add mccabe setting to flake8 plugin.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/317">Issue 317</a> - Is there a configuration option to enable jumping to builtin module stubs? (<a href="https://github.com/python-lsp/python-lsp-server/pull/321">PR 321</a> by <a href="https://github.com/bzoracler">@bzoracler</a>)</li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/issues/307">Issue 307</a> - Autoimport keep throwing exception when delete a line (<a href="https://github.com/python-lsp/python-lsp-server/pull/309">PR 309</a> by <a href="https://github.com/douo">@douo</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/301">Issue 301</a> - <code>textDocument/documentSymbol</code> returns empty result for non-existing files (<a href="https://github.com/python-lsp/python-lsp-server/pull/302">PR 302</a> by <a href="https://github.com/rear1019">@rear1019</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/292">Issue 292</a> - List of allowed values for pylsp.plugins.pydocstyle.convention in CONFIGURATION.md incorrect (<a href="https://github.com/python-lsp/python-lsp-server/pull/295">PR 295</a> by <a href="https://github.com/doolio">@doolio</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/201">Issue 201</a> - Progress support (<a href="https://github.com/python-lsp/python-lsp-server/pull/236">PR 236</a> by <a href="https://github.com/syphar">@syphar</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/34">Issue 34</a> - Auto-import? (<a href="https://github.com/python-lsp/python-lsp-server/pull/199">PR 199</a> by <a href="https://github.com/bagel897">@bagel897</a>)</li> </ul> <p>In this release 6 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/323">PR 323</a> - Don't show signature for modules in hovers, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/322">PR 322</a> - Change Pylint run to set cwd correctly, by <a href="https://github.com/Corentin-pro">@Corentin-pro</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/321">PR 321</a> - Expose setting to follow builtin and extension definitions to stub files, by <a href="https://github.com/bzoracler">@bzoracler</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/317">317</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/319">PR 319</a> - Fix Pycodestyle linting with line endings other than LF , by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/318">PR 318</a> - Ensure proper document match to avoid empty outline (Symbols), by <a href="https://github.com/mnauw">@mnauw</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/316">PR 316</a> - Support Flake8 version 6, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/312">PR 312</a> - Update Readme with link to python-lsp-ruff and mention to code actions, by <a href="https://github.com/jhossbach">@jhossbach</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/311">PR 311</a> - Make flake8 respect configuration, by <a href="https://github.com/delfick">@delfick</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/309">PR 309</a> - Fix autoimport raising AttributeError in some cases, by <a href="https://github.com/douo">@douo</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/307">307</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/306">PR 306</a> - Fix the completion of <code>include_function_objects</code>, by <a href="https://github.com/llan-ml">@llan-ml</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/305">PR 305</a> - Report autoimport progress, by <a href="https://github.com/bagel897">@bagel897</a></li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/pull/305">PR 305</a> - Report autoimport progress, by <a href="https://github.com/bagel897">@bagel897</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/302">PR 302</a> - Fix symbols for non-existing (unsaved) files, by <a href="https://github.com/rear1019">@rear1019</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/301">301</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/300">PR 300</a> - Fix autoimport plugin not being disabled by default, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/296">PR 296</a> - Update outdated username in docs, by <a href="https://github.com/bagel897">@bagel897</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/295">PR 295</a> - Update allowed values for pydocstyle convention in CONFIGURATION.md, by <a href="https://github.com/doolio">@doolio</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/292">292</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/290">PR 290</a> - Fix Debian package name, by <a href="https://github.com/jspricke">@jspricke</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/236">PR 236</a> - Add progress reporting, by <a href="https://github.com/syphar">@syphar</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/201">201</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/199">PR 199</a> - Add a plugin to provide autoimport functionality, by <a href="https://github.com/bagel897">@bagel897</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/34">34</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/63">PR 63</a> - Add mccabe setting to flake8, by <a href="https://github.com/baco">@baco</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/60">PR 60</a> - Add support for Yapf ignore patterns, by <a href="https://github.com/jjlorenzo">@jjlorenzo</a></li> </ul> <p>In this release 20 pull requests were closed.</p> <hr /> <h2>Version 1.6.0 (2022/11/02)</h2> <h3>New features</h3> <ul> <li>Migrate to MarkupContent and convert docstrings to Markdown by default.</li> <li>Add support for flake8 version 5.</li> <li>Add function objects to Jedi completions.</li> <li>Don't include class and functions objects by default in Jedi completions.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/273">Issue 273</a> - Completion result have "typeParameter" duplicates (<a href="https://github.com/python-lsp/python-lsp-server/pull/274">PR 274</a> by <a href="https://github.com/airportyh">@airportyh</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/265">Issue 265</a> - Server warns when optional modules do not exist (<a href="https://github.com/python-lsp/python-lsp-server/pull/266">PR 266</a> by <a href="https://github.com/doolio">@doolio</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/264">Issue 264</a> - Errors in CONFIGURATION.md? (<a href="https://github.com/python-lsp/python-lsp-server/pull/267">PR 267</a> by <a href="https://github.com/doolio">@doolio</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/263">Issue 263</a> - Conflict between README and CONFIGURATION (<a href="https://github.com/python-lsp/python-lsp-server/pull/267">PR 267</a> by <a href="https://github.com/doolio">@doolio</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/245">Issue 245</a> - Add alternative ways to install python-lsp-server (<a href="https://github.com/python-lsp/python-lsp-server/pull/248">PR 248</a> by <a href="https://github.com/nougcat">@nougcat</a>)</li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/issues/244">Issue 244</a> - Add function objects to completions (<a href="https://github.com/python-lsp/python-lsp-server/pull/246">PR 246</a> by <a href="https://github.com/llan-ml">@llan-ml</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/243">Issue 243</a> - <code>Failed to load hook pylsp_completions: 'NoneType' object has no attribute 'type'</code> when working with Numpy 1.23 (<a href="https://github.com/python-lsp/python-lsp-server/pull/281">PR 281</a> by <a href="https://github.com/gav451">@gav451</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/22">Issue 22</a> - Consider using docstring_to_markdown for markdown hover and documentation (<a href="https://github.com/python-lsp/python-lsp-server/pull/80">PR 80</a> by <a href="https://github.com/krassowski">@krassowski</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/21">Issue 21</a> - Migrate from deprecated MarkedString to MarkupContent (<a href="https://github.com/python-lsp/python-lsp-server/pull/80">PR 80</a> by <a href="https://github.com/krassowski">@krassowski</a>)</li> </ul> <p>In this release 9 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/285">PR 285</a> - Don't include class objects by default in completions, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/281">PR 281</a> - Improve how Jedi handles Numpy, by <a href="https://github.com/gav451">@gav451</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/243">243</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/274">PR 274</a> - Make default for <code>include_function_objects</code> false, by <a href="https://github.com/airportyh">@airportyh</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/273">273</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/272">PR 272</a> - Include params only for classes and functions, by <a href="https://github.com/llan-ml">@llan-ml</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/267">PR 267</a> - Update the configuration schema for consistency, by <a href="https://github.com/doolio">@doolio</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/264">264</a>, <a href="https://github.com/python-lsp/python-lsp-server/issues/263">263</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/266">PR 266</a> - Prefer info log message for missing optional modules, by <a href="https://github.com/doolio">@doolio</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/265">265</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/262">PR 262</a> - Fix options not being passed to yapf format, by <a href="https://github.com/masad-frost">@masad-frost</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/261">PR 261</a> - PR: Include all symbols that Jedi reports as declared in a file when <code>add_import_symbols</code> is <code>False</code>, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/258">PR 258</a> - Fix pylint message in tests, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/257">PR 257</a> - Add support for flake8 version 5, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/250">PR 250</a> - Include traceback when plugin fails to load, by <a href="https://github.com/j2kun">@j2kun</a></li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/pull/250">PR 250</a> - Include traceback when plugin fails to load, by <a href="https://github.com/j2kun">@j2kun</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/248">PR 248</a> - Add more installation instructions to Readme, by <a href="https://github.com/nougcat">@nougcat</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/245">245</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/246">PR 246</a> - Add support for including function objects, by <a href="https://github.com/llan-ml">@llan-ml</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/244">244</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/242">PR 242</a> - Remove redundant wheel dep from pyproject.toml, by <a href="https://github.com/mgorny">@mgorny</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/241">PR 241</a> - Update release instructions to use new build mechanism, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/80">PR 80</a> - Migrate to MarkupContent and convert docstrings to Markdown, by <a href="https://github.com/krassowski">@krassowski</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/22">22</a>, <a href="https://github.com/python-lsp/python-lsp-server/issues/21">21</a>)</li> </ul> <p>In this release 16 pull requests were closed.</p> <hr /> <h2>Version 1.5.0 (2022/07/10)</h2> <h3>New features</h3> <ul> <li>Add <code>DiagnosticTag</code> tags for Pylint, Pycodestyle, and Flake8 plugins.</li> <li>Add support to connect to the server through websockets.</li> <li>Allow multiple per-file-ignores for the same pattern in Flake8 plugin.</li> <li>Parse YAPF diffs into TextEdits.</li> <li>Add support for LSP formatting <code>options</code> parameter.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/230">Issue 230</a> - Flake8 reports wrong severity level for code Fxxx (<a href="https://github.com/python-lsp/python-lsp-server/pull/234">PR 234</a> by <a href="https://github.com/lcheylus">@lcheylus</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/220">Issue 220</a> - Flake8 reports wrong severity level for E999 (<a href="https://github.com/python-lsp/python-lsp-server/pull/223">PR 223</a> by <a href="https://github.com/jhossbach">@jhossbach</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/219">Issue 219</a> - Add .flake8 to the discovery paths (<a href="https://github.com/python-lsp/python-lsp-server/pull/233">PR 233</a> by <a href="https://github.com/lcheylus">@lcheylus</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/209">Issue 209</a> - Rope completions enabled or disabled by default? (<a href="https://github.com/python-lsp/python-lsp-server/pull/210">PR 210</a> by <a href="https://github.com/rchl">@rchl</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/157">Issue 157</a> - Please add basic usage documentation (<a href="https://github.com/python-lsp/python-lsp-server/pull/185">PR 185</a> by <a href="https://github.com/jgollenz">@jgollenz</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/144">Issue 144</a> - Add <code>DiagnosticTag</code> tags for pylint, pycodestyle, and flake8 (<a href="https://github.com/python-lsp/python-lsp-server/pull/229">PR 229</a> by <a href="https://github.com/krassowski">@krassowski</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/140">Issue 140</a> - Flake8 plugins issues (<a href="https://github.com/python-lsp/python-lsp-server/pull/215">PR 215</a> by <a href="https://github.com/yeraydiazdiaz">@yeraydiazdiaz</a>)</li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/issues/117">Issue 117</a> - Websockets built-in support (<a href="https://github.com/python-lsp/python-lsp-server/pull/128">PR 128</a> by <a href="https://github.com/npradeep357">@npradeep357</a>)</li> </ul> <p>In this release 8 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/234">PR 234</a> - Report Flake8 errors with Error severity level, by <a href="https://github.com/lcheylus">@lcheylus</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/230">230</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/233">PR 233</a> - Fix documentation for location of Flake8 configuration files, by <a href="https://github.com/lcheylus">@lcheylus</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/219">219</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/231">PR 231</a> - Use Numpy less than 1.23 in our tests, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/229">PR 229</a> - Add <code>DiagnosticTag</code> support, by <a href="https://github.com/krassowski">@krassowski</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/144">144</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/228">PR 228</a> - Improve schema type compliance, improve CONFIGURATION.md, by <a href="https://github.com/krassowski">@krassowski</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/225">PR 225</a> - Add autopep8.enabled to the configuration schema, by <a href="https://github.com/j2kun">@j2kun</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/223">PR 223</a> - Change severity level for flake8 errors, by <a href="https://github.com/jhossbach">@jhossbach</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/220">220</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/221">PR 221</a> - Remove preload module from Readme, by <a href="https://github.com/bageljrkhanofemus">@bageljrkhanofemus</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/217">PR 217</a> - Allow multiple per-file-ignores for the same pattern in flake8 plugin, by <a href="https://github.com/dedi">@dedi</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/215">PR 215</a> - Remove reference to pyls-flake8 in Readme, by <a href="https://github.com/yeraydiazdiaz">@yeraydiazdiaz</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/140">140</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/211">PR 211</a> - Restore the copyright headers in <code>setup.cfg</code> and <code>pyproject.toml</code>, by <a href="https://github.com/KOLANICH">@KOLANICH</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/210">PR 210</a> - Match rope_completions setting documentation with reality, by <a href="https://github.com/rchl">@rchl</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/209">209</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/207">PR 207</a> - Move the project metadata into <code>PEP 621</code>-compliant <code>pyproject.toml</code>, by <a href="https://github.com/KOLANICH">@KOLANICH</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/187">PR 187</a> - Add plugins for pylint and flake8 to readme, by <a href="https://github.com/bageljrkhanofemus">@bageljrkhanofemus</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/185">PR 185</a> - Mention <code>pylsp</code> command in README, by <a href="https://github.com/jgollenz">@jgollenz</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/157">157</a>)</li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/pull/181">PR 181</a> - Fix section that was misplaced in changelog, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/136">PR 136</a> - Parse YAPF diffs into TextEdits (instead of sending the full doc), by <a href="https://github.com/masad-frost">@masad-frost</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/134">PR 134</a> - Add support for LSP formatting <code>options</code> parameter, by <a href="https://github.com/masad-frost">@masad-frost</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/128">PR 128</a> - Add web sockets support, by <a href="https://github.com/npradeep357">@npradeep357</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/117">117</a>)</li> </ul> <p>In this release 19 pull requests were closed.</p> <hr /> <h2>Version 1.4.1 (2022/03/27)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/179">PR 179</a> - Fix Yapf formatting with CRLF line endings, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/174">PR 174</a> - Improved documentation regarding configuration, by <a href="https://github.com/spookylukey">@spookylukey</a></li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 1.4.0 (2022/03/11)</h2> <h3>New features</h3> <ul> <li>Support pycodestyle indent-size option</li> <li>Add <code>DiagnosticTag</code> constants from LSP 3.15</li> <li>Drop support for Python 3.6</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/153">Issue 153</a> - Plugin crash crashes whole diagnostic (<a href="https://github.com/python-lsp/python-lsp-server/pull/158">PR 158</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/150">Issue 150</a> - README.md: Windows users trying to install the <em>extras</em> in <code>cmd.exe</code> need to use double quotes instead of single quotes (<a href="https://github.com/python-lsp/python-lsp-server/pull/163">PR 163</a> by <a href="https://github.com/ScientificProgrammer">@ScientificProgrammer</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/147">Issue 147</a> - C extensions printing on import break pylint diagnostics</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/143">Issue 143</a> - Still shows diagnostics on closed files (<a href="https://github.com/python-lsp/python-lsp-server/pull/165">PR 165</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/126">Issue 126</a> - Use git-based versioning</li> </ul> <p>In this release 5 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/165">PR 165</a> - Clear diagnostics when closing documents, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/143">143</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/163">PR 163</a> - Update single quotes to double quotes for install command examples, by <a href="https://github.com/ScientificProgrammer">@ScientificProgrammer</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/150">150</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/158">PR 158</a> - Prevent third-party plugins with faulty hooks to crash the server, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/153">153</a>)</li>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/pull/154">PR 154</a> - Prevent faulty third-party plugins to crash the server, by <a href="https://github.com/arian-f">@arian-f</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/151">PR 151</a> - Fix Autopep8 and Yapf formatting with CR line endings, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/148">PR 148</a> - Fix pygame greeting breaking pylint diagnostics, by <a href="https://github.com/piotr-machura">@piotr-machura</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/142">PR 142</a> - Add <code>DiagnosticTag</code> constants from LSP 3.15, by <a href="https://github.com/krassowski">@krassowski</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/141">PR 141</a> - Support pycodestyle indent-size option, by <a href="https://github.com/mnauw">@mnauw</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/138">PR 138</a> - Make pylint test Python version independent, by <a href="https://github.com/jspricke">@jspricke</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/137">PR 137</a> - Add license info to <code>setup.py</code> so it will show up in wheel installs, by <a href="https://github.com/itsbenweeks">@itsbenweeks</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/130">PR 130</a> - Update Python base version to 3.7+, by <a href="https://github.com/npradeep357">@npradeep357</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/84">PR 84</a> - Move the package metadata from setup.py to setup.cfg, by <a href="https://github.com/KOLANICH">@KOLANICH</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/84">84</a>)</li> </ul> <p>In this release 12 pull requests were closed.</p> <hr /> <h2>Version 1.3.3 (2021-12-13)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/123">Issue 123</a> - Resolving completion triggers an error (<a href="https://github.com/python-lsp/python-lsp-server/pull/125">PR 125</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/133">PR 133</a> - Fix test_syntax_error_pylint_py3 for Python 3.10, by <a href="https://github.com/ArchangeGabriel">@ArchangeGabriel</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/125">PR 125</a> - Fix error when resolving completion items for Rope, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/123">123</a>)</li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 1.3.2 (2021-11-25)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/121">Issue 121</a> - Error on triggering completions in import context (<a href="https://github.com/python-lsp/python-lsp-server/pull/122">PR 122</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/122">PR 122</a> - Fix formatting a log message, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/121">121</a>)</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.3.1 (2021-11-22)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/118">PR 118</a> - Fix tests for Jedi 0.18.1, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.3.0 (2021-11-22)</h2>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
</ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.3.0 (2021-11-22)</h2> <h3>New features</h3> <ul> <li>Create a cache for code snippets to speed up completions.</li> </ul> <h3>Important changes</h3> <ul> <li>Option <code>jedi_completion.resolve_at_most_labels</code> was renamed to <code>jedi_completion.resolve_at_most</code> because now it controls how many labels and snippets will be resolved per request.</li> <li>Option <code>jedi_completion.cache_labels_for</code> was renamed to <code>jedi_completion.cache_for</code> because now it controls the modules for which labels and snippets should be cached.</li> <li>Update requirements on Pylint, flake8, pycodestyle, pyflakes and autopep8.</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/112">PR 112</a> - Fix another test with Python 3.10, by <a href="https://github.com/jspricke">@jspricke</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/111">PR 111</a> - Use sys.executable in flake8 plugin to make tests pass on systems that don't provide a python link, by <a href="https://github.com/0-wiz-0">@0-wiz-0</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/108">PR 108</a> - Fix test with Python 3.10, by <a href="https://github.com/jspricke">@jspricke</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/102">PR 102</a> - Update requirements on flake8 and its dependencies, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/99">PR 99</a> - Adjust readme to pylsp-mypy rename, by <a href="https://github.com/chaoflow">@chaoflow</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/94">PR 94</a> - Unpin Pylint, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/83">PR 83</a> - Create a cache for snippets, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 7 pull requests were closed.</p> <hr /> <h2>Version 1.2.4 (2021-10-11)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/96">PR 96</a> - Pin flake8 to be less than version 4, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.2.3 (2021-10-04)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/93">PR 93</a> - Document how to write python-lsp-server plugin + add pylsp-rope to Readme, by <a href="https://github.com/lieryan">@lieryan</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/88">PR 88</a> - Fix pylint test without pylsp installed, by <a href="https://github.com/jspricke">@jspricke</a></li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 1.2.2 (2021-09-01)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/78">PR 78</a> - Require Pylint less than 2.10, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/71">PR 71</a> - Improve how we determine if a symbol was imported from other libraries, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/67">PR 67</a> - Recognize the "I" pylint stdio message category, by <a href="https://github.com/Wuestengecko">@Wuestengecko</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/66">PR 66</a> - Remove temp file and ignore that kind of files, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 4 pull requests were closed.</p> <hr /> <h2>Version 1.2.1 (2021-08-04)</h2> <h3>Issues Closed</h3> <ul>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
</ul> <p>In this release 4 pull requests were closed.</p> <hr /> <h2>Version 1.2.1 (2021-08-04)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/65">Issue 65</a> - Release v1.2.1</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/64">PR 64</a> - Catch errors when getting docstrings on _resolve_completion, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.2.0 (2021-08-01)</h2> <h3>New features</h3> <ul> <li>Implement completion item resolve requests for faster completions.</li> <li>Initialize workspaces from the initialize request.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/55">Issue 55</a> - Is emanspeaks/pyls-flake8 the preferred plugin for flake8 linting? (<a href="https://github.com/python-lsp/python-lsp-server/pull/57">PR 57</a> by <a href="https://github.com/GerardoGR">@GerardoGR</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/48">Issue 48</a> - Workspace folders not initialized properly (<a href="https://github.com/python-lsp/python-lsp-server/pull/49">PR 49</a> by <a href="https://github.com/rchl">@rchl</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/24">Issue 24</a> - Where to put structured documentation now? (<a href="https://github.com/python-lsp/python-lsp-server/pull/51">PR 51</a> by <a href="https://github.com/krassowski">@krassowski</a>)</li> </ul> <p>In this release 3 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/62">PR 62</a> - Make use_document_path equal to True when getting definitions and hovers, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/59">PR 59</a> - Validate if shared_data is not None when resolving completion items, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/58">PR 58</a> - Do not call <code>get_signatures()</code> if snippets are disabled, by <a href="https://github.com/krassowski">@krassowski</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/57">PR 57</a> - Document internal flake8 plugin schema and configuration, by <a href="https://github.com/GerardoGR">@GerardoGR</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/55">55</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/53">PR 53</a> - Fix skipping imported symbols, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/51">PR 51</a> - Restore the JSON schema, add human-readable configuration, by <a href="https://github.com/krassowski">@krassowski</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/24">24</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/49">PR 49</a> - Initialize workspaces from the initialize request, by <a href="https://github.com/rchl">@rchl</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/48">48</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/46">PR 46</a> - Improve release instructions, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/26">PR 26</a> - Implement cached label resolution and label resolution limit, by <a href="https://github.com/krassowski">@krassowski</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/25">PR 25</a> - Feature/completion item/resolve, by <a href="https://github.com/krassowski">@krassowski</a></li> </ul>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/pull/25">PR 25</a> - Feature/completion item/resolve, by <a href="https://github.com/krassowski">@krassowski</a></li> </ul> <p>In this release 10 pull requests were closed.</p> <hr /> <h2>Version 1.1.0 (2021-06-25)</h2> <h3>New features</h3> <ul> <li>Add support for flake8 per-file-ignores</li> <li>Add --version CLI argument and return version in InitializeResult</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/30">Issue 30</a> - pylsp_document_symbols raising TypeError from os.path.samefile (<a href="https://github.com/python-lsp/python-lsp-server/pull/31">PR 31</a> by <a href="https://github.com/douglasdavis">@douglasdavis</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/19">Issue 19</a> - Linter and tests are failing on due to new "consider-using-with" (<a href="https://github.com/python-lsp/python-lsp-server/pull/20">PR 20</a> by <a href="https://github.com/krassowski">@krassowski</a>)</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/44">PR 44</a> - Add --version CLI argument and return version in InitializeResult, by <a href="https://github.com/nemethf">@nemethf</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/42">PR 42</a> - Fix local timezone, by <a href="https://github.com/e-kwsm">@e-kwsm</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/38">PR 38</a> - Handling list merge in _utils.merge_dicts()., by <a href="https://github.com/GaetanLepage">@GaetanLepage</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/32">PR 32</a> - PR: Update third-party plugins in README, by <a href="https://github.com/haplo">@haplo</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/31">PR 31</a> - Catch a TypeError from os.path.samefile, by <a href="https://github.com/douglasdavis">@douglasdavis</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/30">30</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/28">PR 28</a> - Add support for flake8 per-file-ignores, by <a href="https://github.com/brandonwillard">@brandonwillard</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/20">PR 20</a> - PR: Address pylint's "consider-using-with" warnings, by <a href="https://github.com/krassowski">@krassowski</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/19">19</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/18">PR 18</a> - Fix Jedi type map (use types offered by modern Jedi), by <a href="https://github.com/krassowski">@krassowski</a></li> </ul> <p>In this release 8 pull requests were closed.</p> <hr /> <h2>Version 1.0.1 (2021-04-22)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/16">Issue 16</a> - Release v1.0.1</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/15">PR 15</a> - PR: Update pyflakes and pycodestyle dependency versions, by <a href="https://github.com/andfoy">@andfoy</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/14">PR 14</a> - PR: Small fix in Readme, by <a href="https://github.com/yaegassy">@yaegassy</a></li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 1.0.0 (2021/04/14)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/13">Issue 13</a> - Release v1.0.0</li> <li><a href="https://github.com/python-lsp/python-lsp-server/issues/4">Issue 4</a> - Transition plan</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<li><a href="https://github.com/python-lsp/python-lsp-server/issues/4">Issue 4</a> - Transition plan</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/12">PR 12</a> - PR: Use python-lsp-jsonrpc instead of python-jsonrpc-server, by <a href="https://github.com/andfoy">@andfoy</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/11">PR 11</a> - PR: Remove references to VSCode in Readme, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/10">PR 10</a> - PR: Rename namespace to pylsp and package to python-lsp-server, by <a href="https://github.com/andfoy">@andfoy</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/9">PR 9</a> - TST: accept folding of decorator parameters in Python 3.9, by <a href="https://github.com/bnavigator">@bnavigator</a> (<a href="https://github.com/python-lsp/python-lsp-server/issues/8">8</a>)</li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/7">PR 7</a> - Unpin numpy, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/6">PR 6</a> - Rewrite README from rst to md, by <a href="https://github.com/xiaoxiae">@xiaoxiae</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/5">PR 5</a> - Update README.rst, by <a href="https://github.com/marimeireles">@marimeireles</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/3">PR 3</a> - Fix CI tests by temporarily pinning numpy; update repo paths, by <a href="https://github.com/krassowski">@krassowski</a></li> <li><a href="https://github.com/python-lsp/python-lsp-server/pull/2">PR 2</a> - bump jedi compatibility: compare to Path-like object, by <a href="https://github.com/bnavigator">@bnavigator</a></li> </ul> <p>In this release 9 pull requests were closed.</p>
CHANGELOG.md
spyder.external-deps.python-lsp-server
false
false
[ "* [Issue 460](https://github.com/python-lsp/python-lsp-server/issues/460) - rope_autoimport doesn't initialize after `workspace/didChangeConfiguration` message ([PR 461](https://github.com/python-lsp/python-lsp-server/pull/461) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [Issue 403](https://github.com/python-lsp/python-lsp-server/issues/403) - Add code action for implementing auto-import ([PR 471](https://github.com/python-lsp/python-lsp-server/pull/471) by [@tkrabel-db](https://github.com/tkrabel-db))", "* [PR 464](https://github.com/python-lsp/python-lsp-server/pull/464) - Minor bug fix in Rope autoimport plugin, by [@tkrabel-db](https://github.com/tkrabel-db)", "* [PR 447](https://github.com/python-lsp/python-lsp-server/pull/447) - Fix numpy go-to-definition by taking it off autoimport list for this case, by [@smacke](https://github.com/smacke)", "* Add a new plugin to provide autoimport functionality (disabled by default).", "* [Issue 307](https://github.com/python-lsp/python-lsp-server/issues/307) - Autoimport keep throwing exception when delete a line ([PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) by [@douo](https://github.com/douo))", "* [PR 309](https://github.com/python-lsp/python-lsp-server/pull/309) - Fix autoimport raising AttributeError in some cases, by [@douo](https://github.com/douo) ([307](https://github.com/python-lsp/python-lsp-server/issues/307))", "* [PR 305](https://github.com/python-lsp/python-lsp-server/pull/305) - Report autoimport progress, by [@bagel897](https://github.com/bagel897)", "* [PR 300](https://github.com/python-lsp/python-lsp-server/pull/300) - Fix autoimport plugin not being disabled by default, by [@ccordoba12](https://github.com/ccordoba12)", "* [PR 199](https://github.com/python-lsp/python-lsp-server/pull/199) - Add a plugin to provide autoimport functionality, by [@bagel897](https://github.com/bagel897) ([34](https://github.com/python-lsp/python-lsp-server/issues/34))", "* [Issue 147](https://github.com/python-lsp/python-lsp-server/issues/147) - C extensions printing on import break pylint diagnostics", "* [Issue 121](https://github.com/python-lsp/python-lsp-server/issues/121) - Error on triggering completions in import context ([PR 122](https://github.com/python-lsp/python-lsp-server/pull/122) by [@ccordoba12](https://github.com/ccordoba12))" ]
-1
-1
<h1>Autoimport for pylsp</h1> <p>Requirements:</p> <ol> <li>install <code>python-lsp-server[rope]</code></li> <li>set <code>pylsp.plugins.rope_autoimport.enabled</code> to <code>true</code></li> <li>This enables both completions and code actions. You can switch them off by setting <code>pylsp.plugins.rope_autoimport.completions.enabled</code> and/or <code>pylsp.plugins.rope_autoimport.code_actions.enabled</code> to <code>false</code></li> </ol> <h2>Startup</h2> <p>Autoimport will generate an autoimport sqllite3 database in .ropefolder/autoimport.db on startup.<br /> This will take a few seconds but should be much quicker on future runs.</p> <h2>Usage</h2> <p>Autoimport will provide suggestions to import names from everything in <code>sys.path</code>. You can change this by changing where pylsp is running or by setting rope's 'python_path' option. It will suggest modules, submodules, keywords, functions, and classes.</p> <p>Since autoimport inserts everything towards the end of the import group, its recommended you use the isort <a href="https://github.com/paradoxxxzero/pyls-isort">plugin</a>.</p> <h2>Credits</h2> <ul> <li>Most of the code was written by me, @bagel897</li> <li><a href="https://github.com/lyz-code/autoimport">lyz-code</a> for inspiration and some ideas</li> <li><a href="https://github.com/python-rope/rope">rope</a>, especially @lieryan</li> <li><a href="https://github.com/Microsoft/pyright">pyright</a> for details on language server implementation</li> </ul>
autoimport.md
spyder.external-deps.python-lsp-server.docs
false
false
[ "Autoimport will generate an autoimport sqllite3 database in .ropefolder/autoimport.db on startup.", "Autoimport will provide suggestions to import names from everything in `sys.path`. You can change this by changing where pylsp is running or by setting rope's 'python_path' option.", "Since autoimport inserts everything towards the end of the import group, its recommended you use the isort [plugin](https://github.com/paradoxxxzero/pyls-isort)." ]
-1
-1
<h1>History of changes</h1> <h2>Version 3.0.0b2 (2023-08-22)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/465">PR 465</a> - Save temporary file in test to temporary location, by <a href="https://github.com/juliangilbey">@juliangilbey</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/464">PR 464</a> - Remove locals inspection, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/460">PR 460</a> - PR: Add a global filter flag to settings, by <a href="https://github.com/jsbautista">@jsbautista</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/445">PR 445</a> - PR: Add <code>exitdb</code> command and some speed optimizations to the debugger, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/429">PR 429</a> - PR: Add a comm handler decorator, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/411">PR 411</a> - PR: Remove <code>set_debug_state</code> and <code>do_where</code> calls, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 6 pull requests were closed.</p> <hr /> <h2>Version 3.0.0b1 (2023-06-14)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/425">Issue 425</a> - Possible minor issues related to post mortem debugging (<a href="https://github.com/spyder-ide/spyder-kernels/pull/444">PR 444</a> by <a href="https://github.com/impact27">@impact27</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/340">Issue 340</a> - Drop support for Python 2 (<a href="https://github.com/spyder-ide/spyder-kernels/pull/341">PR 341</a> by <a href="https://github.com/impact27">@impact27</a>)</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/456">PR 456</a> - PR: Remove unnecessary code for old IPykernel versions in our tests, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/453">PR 453</a> - PR: Move code that loads and saves HDF5 and DICOM files from Spyder, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/447">PR 447</a> - PR: Create magics for run|debug file|cell, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/446">PR 446</a> - PR: Make call to interrupt children processes work for IPykernel greater than 6.21.2, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/444">PR 444</a> - PR: Fix post mortem for debugging, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/425">425</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/443">PR 443</a> - PR: Fix small typo in Readme, by <a href="https://github.com/davidbrochart">@davidbrochart</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/437">PR 437</a> - PR: Remove imports from <strong>future</strong>, by <a href="https://github.com/oscargus">@oscargus</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/421">PR 421</a> - PR: Update variable explorer from the kernel, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/417">PR 417</a> - PR: Fix error in <code>globalsfilter</code>, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/417">PR 417</a> - PR: Fix error in <code>globalsfilter</code>, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/412">PR 412</a> - PR: Use temporary file for faulthandler and make sure iopub is open for comms, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/409">PR 409</a> - PR: Add Python executable as part of kernel info, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/408">PR 408</a> - PR: Expose package version in SpyderShell, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/403">PR 403</a> - PR: Make debugger faster by avoiding unnecessary comm messages, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/401">PR 401</a> - PR: Wait for connection file to be written, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/400">PR 400</a> - PR: Use <code>execute_interactive</code> to print errors during tests, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/397">PR 397</a> - PR: Remove Python 2 code introduced when merging PR #395, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/396">PR 396</a> - PR: Add handlers to interrupt executions and enter the debugger after that, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/390">PR 390</a> - PR: Filter comm socket thread, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/387">PR 387</a> - PR: Minor changes to finish the migration to Python 3, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/366">PR 366</a> - PR: Print warning when using <code>global</code> in an empty namespace, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/341">PR 341</a> - PR: Drop support for Python 2, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/340">340</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/339">PR 339</a> - PR: Use control channel for comms, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/286">PR 286</a> - PR: Improve and refactor the way we run and debug code, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/257">PR 257</a> - PR: Notify frontend of Matplotlib backend change, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/171">PR 171</a> - PR: Publish Pdb stack frames to Spyder, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 25 pull requests were closed.</p> <hr /> <h2>Version 2.5.0 (2023-11-06)</h2> <h3>New features</h3> <ul> <li>Add support for chained exceptions to the debugger.</li> <li>Improve getting signatures from docstrings.</li> <li>Restore compatibility with Python 2.</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/475">PR 475</a> - PR: Skip IPython 8.17.1 in our dependencies for Python 3.9+, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/474">PR 474</a> - PR: More improvements to getting signatures from text, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/473">PR 473</a> - PR: Improve getting signatures from docstrings and catch error when trying to get the signature of some objects, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/472">PR 472</a> - PR: Add support for chained exceptions to the debugger, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/471">PR 471</a> - PR: Improve the way we depend on IPython and IPykernel per Python version, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/469">PR 469</a> - PR: Restore compatibility with Python 2, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 6 pull requests were closed.</p> <hr /> <h2>Version 2.4.4 (2023-06-29)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/454">Issue 454</a> - Codecov Package was Yanked (<a href="https://github.com/spyder-ide/spyder-kernels/pull/455">PR 455</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/461">PR 461</a> - PR: Increase minimal required version of IPykernel to 6.23.2, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/459">PR 459</a> - PR: Skip more buggy IPython versions, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/458">PR 458</a> - PR: Disable IPython's debugger skip functionality by default, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/455">PR 455</a> - PR: Remove <code>codecov</code> package and use Github action to upload coverage instead, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/454">454</a>)</li> </ul> <p>In this release 4 pull requests were closed.</p> <hr /> <h2>Version 2.4.3 (2023-04-02)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/440">Issue 440</a> - distutils and LooseVersion deprecation (<a href="https://github.com/spyder-ide/spyder-kernels/pull/450">PR 450</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/452">PR 452</a> - PR: Fix error when executing empty Python script, by <a href="https://github.com/rear1019">@rear1019</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/450">PR 450</a> - PR: Remove usage of <code>distutils.LooseVersion</code>, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/440">440</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/449">PR 449</a> - PR: Add support for Jupyter-client 8, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/448">PR 448</a> - PR: Skip IPython versions that give buggy code completions, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/442">PR 442</a> - PR: Add FreeBSD to <code>test_user_sitepackages_in_pathlist</code>, by <a href="https://github.com/rhurlin">@rhurlin</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/434">PR 434</a> - PR: Use <code>allow_pickle=True</code> when loading Numpy arrays, by <a href="https://github.com/nkleinbaer">@nkleinbaer</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/430">PR 430</a> - PR: Inform GUI about position of exception in post mortem debugging, by <a href="https://github.com/rear1019">@rear1019</a></li> </ul> <p>In this release 7 pull requests were closed.</p> <hr /> <h2>Version 2.4.2 (2023-01-17)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/307">Issue 307</a> - formatargspec is deprecated since Python 3.5 (<a href="https://github.com/spyder-ide/spyder-kernels/pull/435">PR 435</a> by <a href="https://github.com/juliangilbey">@juliangilbey</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/438">PR 438</a> - PR: Increase minimal required Jupyter-client version to 7.4.9, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/435">PR 435</a> - PR: Replace deprecated <code>inspect.formatargspec</code> call, by <a href="https://github.com/juliangilbey">@juliangilbey</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/307">307</a>)</li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 2.4.1 (2022-12-29)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/427">Issue 427</a> - Make spyder-kernels compatible with IPython 8 (<a href="https://github.com/spyder-ide/spyder-kernels/pull/419">PR 419</a> by <a href="https://github.com/eendebakpt">@eendebakpt</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/419">PR 419</a> - PR: Update IPython requirement to support version 8, by <a href="https://github.com/eendebakpt">@eendebakpt</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/427">427</a>)</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 2.4.0 (2022-11-02)</h2> <h3>New features</h3> <ul> <li>Add support for Python 3.11</li> <li>Flush standard streams after execution.</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/428">PR 428</a> - PR: Patch for CVE-2007-4559 Tar directory traversal, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/426">PR 426</a> - PR: Update ipykernel constraint to &gt;=6.16.1, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/423">PR 423</a> - PR: Fix lineno range, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/19862">19862</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/422">PR 422</a> - PR: Make comm lock reentrant, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/420">PR 420</a> - PR: Only access sys.stdout and sys.stderr once, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/416">PR 416</a> - PR: Fix some errors when computing the namespace view, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/415">PR 415</a> - PR: Fix tk eventloop handling when debugging on Windows, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/413">PR 413</a> - PR: Flush standard streams after execution, by <a href="https://github.com/impact27">@impact27</a></li> </ul>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/413">PR 413</a> - PR: Flush standard streams after execution, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 8 pull requests were closed.</p> <hr /> <h2>Version 2.3.3 (2022-08-28)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/405">Issue 405</a> - Python 2 tests are broken in Conda slots (<a href="https://github.com/spyder-ide/spyder-kernels/pull/404">PR 404</a> by <a href="https://github.com/impact27">@impact27</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/407">PR 407</a> - PR: Use <code>get_size</code> to get variable length for <code>get_var_properties</code> to prevent triggering Dask tasks, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/404">PR 404</a> - PR: Use debugging namespace when curframe is active, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/405">405</a>)</li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 2.3.2 (2022-07-06)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/394">Issue 394</a> - The variable explorer is broken while debugging (<a href="https://github.com/spyder-ide/spyder-kernels/pull/395">PR 395</a> by <a href="https://github.com/impact27">@impact27</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/399">PR 399</a> - PR: Increase minimal required version of jupyter_client to 7.3.4, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/398">PR 398</a> - PR: Fix module namespace, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/395">PR 395</a> - PR: Fix running namespace and improve eventloop integration while debugging, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/394">394</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/389">PR 389</a> - PR: Fix debug filename path for remote debugging, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/18330">18330</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/388">PR 388</a> - PR: Fix getting args from functions or methods, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/386">PR 386</a> - PR: Fix flaky test, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/381">PR 381</a> - PR: Eliminate unnecessary updates of the Variable Explorer while debugging, by <a href="https://github.com/rear1019">@rear1019</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/378">PR 378</a> - PR: Append paths that come from Spyder's Python path manager to the end of <code>sys.path</code>, by <a href="https://github.com/mrclary">@mrclary</a></li> </ul> <p>In this release 8 pull requests were closed.</p> <hr /> <h2>Version 2.3.1 (2022-05-21)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/385">PR 385</a> - PR: Add an upper constraint to our most important dependencies, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/384">PR 384</a> - PR: Prevent an error in Python 2 with our tests, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/384">PR 384</a> - PR: Prevent an error in Python 2 with our tests, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/382">PR 382</a> - PR: Increase minimal required version of jupyter_client to 7.3.1, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 2.3.0 (2022-03-30)</h2> <h3>New features</h3> <ul> <li>Add new handler to detect the current Matplotlib interactive backend.</li> <li>Print last line of cells and Pdb code.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/371">Issue 371</a> - Can't debug comprehensions (<a href="https://github.com/spyder-ide/spyder-kernels/pull/370">PR 370</a> by <a href="https://github.com/impact27">@impact27</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/344">Issue 344</a> - Drop support for Python 3.6 by requiring a more recent IPython version (<a href="https://github.com/spyder-ide/spyder-kernels/pull/373">PR 373</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/330">Issue 330</a> - spydercustomize in debug stack (<a href="https://github.com/spyder-ide/spyder-kernels/pull/355">PR 355</a> by <a href="https://github.com/impact27">@impact27</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/320">Issue 320</a> - The length of the "excluded_names" list increases. (<a href="https://github.com/spyder-ide/spyder-kernels/pull/372">PR 372</a> by <a href="https://github.com/impact27">@impact27</a>)</li> </ul> <p>In this release 4 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/379">PR 379</a> - PR: Increase minimal required version of ipykernel to 6.9.2, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/377">PR 377</a> - PR: Handle getting dasks objects size, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/376">PR 376</a> - PR: Add new handler to detect the current Matplotlib interactive backend, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/375">PR 375</a> - PR: Remove support for outdated and unused Matplotlib backends, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/374">PR 374</a> - PR: Catch FileNotFoundError when trying to get file code from the frontend, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/373">PR 373</a> - PR: Increase minimal required IPython version to 7.31.1, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/344">344</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/372">PR 372</a> - PR: Avoid modifying the namespace view settings by reference, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/320">320</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/370">PR 370</a> - PR: Fix issues when debugging comprehensions, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/371">371</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/369">PR 369</a> - PR: Leave unsaved files in linecache, by <a href="https://github.com/impact27">@impact27</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/369">PR 369</a> - PR: Leave unsaved files in linecache, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/355">PR 355</a> - PR: Print last line of Pdb code and some debugger fixes, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/330">330</a>)</li> </ul> <p>In this release 10 pull requests were closed.</p> <hr /> <h2>Version 2.2.1 (2022-01-13)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/365">Issue 365</a> - <code>IOStream.flush timed out</code> message shown after every evaluation (<a href="https://github.com/spyder-ide/spyder-kernels/pull/367">PR 367</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/347">Issue 347</a> - Issues handling Matplotlib backend settings (<a href="https://github.com/spyder-ide/spyder-kernels/pull/368">PR 368</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/345">Issue 345</a> - Namespace issues (<a href="https://github.com/spyder-ide/spyder-kernels/pull/346">PR 346</a> by <a href="https://github.com/impact27">@impact27</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/343">Issue 343</a> - Shapely 1.8 and get_namespace_view spyder call raising deprecation warning (<a href="https://github.com/spyder-ide/spyder-kernels/pull/350">PR 350</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 4 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/368">PR 368</a> - PR: Improve error message when setting a Matplotlib backend whose module is not present, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/347">347</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/367">PR 367</a> - PR: Filter another benign message coming from comm handlers, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/365">365</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/364">PR 364</a> - PR: Catch error when validating if an object is defined in the namespace, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/363">PR 363</a> - PR: Fix error when running multiprocessing code that contains classes, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/362">PR 362</a> - PR: Catch KeyError when closing comm, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/361">PR 361</a> - PR: Increase minimal required version of pyzmq for Python 3, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/360">PR 360</a> - PR: Increase minimal required version of ipykernel to 6.6.1, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/357">PR 357</a> - PR: Require jupyter-client 7.1.0 to fix issues on Windows, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/356">PR 356</a> - PR: Increase minimal required version of jupyter-client to 7.0+ for Python 3, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/354">PR 354</a> - PR: Constraint IPython version to avoid issues when its next major version is released, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/353">PR 353</a> - PR: Implement a less hacky solution to fix namespace issues, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/351">PR 351</a> - PR: More namespace fixes, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/350">PR 350</a> - PR: Don't print DeprecationWarning's that come from comm handlers, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/343">343</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/349">PR 349</a> - PR: Update Quansight logo in Readme, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/346">PR 346</a> - PR: Fix some namespace issues, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/345">345</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/338">PR 338</a> - PR: Fix misplaced section in changelog, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 16 pull requests were closed.</p> <hr /> <h2>Version 2.2.0 (2021-11-22)</h2> <h3>New features</h3> <ul> <li>Add the ability to capture segfaults and flush standard streams from Spyder.</li> <li>Add support for jupyter_client 7.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/326">Issue 326</a> - Setting variables in recursive debugging namespaces is broken (<a href="https://github.com/spyder-ide/spyder-kernels/pull/327">PR 327</a> by <a href="https://github.com/impact27">@impact27</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/325">Issue 325</a> - %timeit has issues with the namespace (<a href="https://github.com/spyder-ide/spyder-kernels/pull/327">PR 327</a> by <a href="https://github.com/impact27">@impact27</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/316">Issue 316</a> - Disable capture_fd_output in IPykernel 6+ in favor of Wurlitzer (<a href="https://github.com/spyder-ide/spyder-kernels/pull/337">PR 337</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 3 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/337">PR 337</a> - PR: Disable the new mechanism to forward low-level output in IPykernel 6, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/316">316</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/336">PR 336</a> - PR: Don't show traceback when exiting debugger after breakpoint call, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/335">PR 335</a> - PR: Remove locals from exec in comprehensions (debugger), by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/334">PR 334</a> - PR: Fix missing stderr when the kernel crashes, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/333">PR 333</a> - PR: Add cast for shape tuple subclass instances when getting values size, by <a href="https://github.com/dalthviz">@dalthviz</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/332">PR 332</a> - PR: Remove usage of f_locals.get, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/328">PR 328</a> - PR: Remove upper constraint on jupyter_client, by <a href="https://github.com/bnavigator">@bnavigator</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/327">PR 327</a> - PR: Fix timeit in Pdb and other namespace issues, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/326">326</a>, <a href="https://github.com/spyder-ide/spyder-kernels/issues/325">325</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/317">PR 317</a> - PR: Run asyncio and normal handlers, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/16183">16183</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/254">PR 254</a> - PR: Enable faulthandler from the frontend, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 10 pull requests were closed.</p> <hr /> <h2>Version 2.1.3 (2021-10-02)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/319">PR 319</a> - PR: Fix errors when setting or getting the Matplotlib backend, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 2.1.2 (2021-09-28)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/323">PR 323</a> - PR: Add <code>ipython_genutils</code> dependency for testing, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/322">PR 322</a> - PR: Prevent other libraries to change the breakpoint builtin, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 2.1.1 (2021-09-01)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/318">PR 318</a> - PR: Avoid runfile to be shadowed by other packages, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/314">PR 314</a> - PR: Remove dependency on ipython_genutils, by <a href="https://github.com/Carreau">@Carreau</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/313">PR 313</a> - PR: Memoize results of is_module_installed, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/309">PR 309</a> - PR: Restrict jupyter-client to be less than version 7, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 4 pull requests were closed.</p> <hr /> <h2>Version 2.1.0 (2021-07-31)</h2> <h3>New features</h3> <ul> <li>Add support for the Rich and Colorama libraries.</li> <li>Load big modules (e.g. Numpy, Pandas and Scipy) only until it's really necessary.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/302">Issue 302</a> - Add option to use custom Outstream in kernel app (<a href="https://github.com/spyder-ide/spyder-kernels/pull/305">PR 305</a> by <a href="https://github.com/eendebakpt">@eendebakpt</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/306">PR 306</a> - PR: Patch os.get_terminal_size to return a terminal size, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/305">PR 305</a> - PR: Use an outstream with isatty() equal to True, by <a href="https://github.com/eendebakpt">@eendebakpt</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/302">302</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/303">PR 303</a> - PR: Remove an unnecessary check when getting values in Pdb, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/300">PR 300</a> - PR: Fix %debug magic, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/259">PR 259</a> - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 5 pull requests were closed.</p> <hr /> <h2>Version 2.0.5 (2021-07-03)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/292">PR 292</a> - PR: Add support for ipykernel 6, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 2.0.4 (2021-06-10)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/288">Issue 288</a> - Support decorator &gt;= 5 (<a href="https://github.com/spyder-ide/spyder-kernels/pull/301">PR 301</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/301">PR 301</a> - PR: Remove pin on decorator because the Cython magic is working fine again, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/288">288</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/299">PR 299</a> - PR: Clear argv before adding the exec lines that come from Spyder, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/298">PR 298</a> - PR: Use backslash instead of slash for UMR path regex detection, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/297">PR 297</a> - PR: Don't report skipped frames for IPython 7.24+ (Debugger), by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/296">PR 296</a> - PR: Redefine comm_manager method to avoid showing warning, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/295">PR 295</a> - PR: Fix recursive debugger, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/293">PR 293</a> - PR: Install click 7 to run our tests in Python 2, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 7 pull requests were closed.</p> <hr /> <h2>Version 2.0.3 (2021-05-15)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/291">PR 291</a> - PR: Pass adding breakpoint on ValueError, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 2.0.2 (2021-05-02)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/289">PR 289</a> - PR: Fix setting tight layout in inline figures, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/287">PR 287</a> - PR: Close comm on shutdown, by <a href="https://github.com/impact27">@impact27</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/287">PR 287</a> - PR: Close comm on shutdown, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/282">PR 282</a> - PR: Fix numpy.complex deprecation warning in tests, by <a href="https://github.com/ArchangeGabriel">@ArchangeGabriel</a></li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 2.0.1 (2021-04-02)</h2> <ul> <li>This release also contains all fixes present in version 1.10.3</li> </ul> <hr /> <h2>Version 2.0.0 (2021-04-01)</h2> <h3>New features</h3> <ul> <li>Color handling in namespace view was moved to Spyder.</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/284">PR 284</a> - PR: Remove handling of colors for object types, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/279">PR 279</a> - PR: Add Python types to namespace view, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 1.10.3 (2021-04-02)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/285">PR 285</a> - PR: Add a new dependency on decorator to fix the Cython magic, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.10.2 (2021-02-21)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/278">PR 278</a> - PR: Warn when comm call creates text output, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/277">PR 277</a> - PR: Increase minimal required version of ipykernel, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/275">PR 275</a> - PR: Better test for non-interactive context, by <a href="https://github.com/juliangilbey">@juliangilbey</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/272">PR 272</a> - PR: Fix assignment detection in exclamation mark mode (Pdb), by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/271">PR 271</a> - PR: Fix recursive debugger, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 5 pull requests were closed.</p> <hr /> <h2>Version 1.10.1 (2020-12-18)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/269">Issue 269</a> - Mark Windows intaller pkgs path as a library to prevent reloading modules (<a href="https://github.com/spyder-ide/spyder-kernels/pull/270">PR 270</a> by <a href="https://github.com/dalthviz">@dalthviz</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/256">Issue 256</a> - ImportError: cannot import name 'leading_empty_lines' (<a href="https://github.com/spyder-ide/spyder-kernels/pull/264">PR 264</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/270">PR 270</a> - PR: Treat 'pkgs' path as a library, by <a href="https://github.com/dalthviz">@dalthviz</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/269">269</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/267">PR 267</a> - PR: Remove handlers that require direct code execution, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/266">PR 266</a> - PR: Add exception for quit and exit in SpyderPdb, by <a href="https://github.com/impact27">@impact27</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/266">PR 266</a> - PR: Add exception for quit and exit in SpyderPdb, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/265">PR 265</a> - PR: Add space after dot in a message, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/264">PR 264</a> - PR: Add explicit requirement on IPython and require version 7.6.0+, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/256">256</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/263">PR 263</a> - PR: Add extra validation to is_module_installed, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/262">PR 262</a> - PR: Avoid infinite hang when quitting external kernels, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/261">PR 261</a> - PR: Fix get_cwd permission errors, by <a href="https://github.com/steff456">@steff456</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/260">PR 260</a> - PR: Fix Github actions, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 9 pull requests were closed.</p> <hr /> <h2>Version 1.10.0 (2020-11-08)</h2> <h3>New features</h3> <ul> <li>Use '!' to prefix Pdb commands.</li> <li>Show length of all iterables.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/247">Issue 247</a> - Remove from warning that future versions of Spyder will give an error when using non-Python syntax (<a href="https://github.com/spyder-ide/spyder-kernels/pull/243">PR 243</a> by <a href="https://github.com/impact27">@impact27</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/245">Issue 245</a> - Display size of string in variable editor</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/255">PR 255</a> - PR: Fix warning for '!' Pdb option, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/253">PR 253</a> - PR: Extend sys.path with paths that come from Spyder, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/252">PR 252</a> - PR: Use frame locals when evaluating code in Pdb, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/251">PR 251</a> - PR: Catch errors when trying to get the len of an object, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/250">PR 250</a> - PR: Show size of objects correctly, if they implement len(), by <a href="https://github.com/skjerns">@skjerns</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/246">PR 246</a> - PR: Allow sorting with custom sorting key, by <a href="https://github.com/skjerns">@skjerns</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/244">PR 244</a> - PR: Set multiprocessing ORIGINAL_DIR at startup, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/13632">13632</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/243">PR 243</a> - PR: Allow leading indents in cells, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/247">247</a>)</li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/242">PR 242</a> - PR: Display error if required, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/240">PR 240</a> - PR: Hide runcell and runfile frames using a new IPython feature, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/239">PR 239</a> - PR: Improve Pdb input handling, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/232">PR 232</a> - PR: Make do_where go to the current file, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/223">PR 223</a> - PR: Add methods to handle IPython console config on the fly, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/214">PR 214</a> - PR: Use '!' for Pdb commands, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 14 pull requests were closed.</p> <hr /> <h2>Version 1.9.4 (2020-09-01)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/238">PR 238</a> - PR: Set get_local_scope correctly while debugging, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/235">PR 235</a> - PR: Set debug state correctly on exception, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/233">PR 233</a> - PR: Don't save file in runcell, by <a href="https://github.com/impact27">@impact27</a></li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 1.9.3 (2020-07-24)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/236">Issue 236</a> - test_dask_multiprocessing fails with pip packages (<a href="https://github.com/spyder-ide/spyder-kernels/pull/237">PR 237</a> by <a href="https://github.com/bnavigator">@bnavigator</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/237">PR 237</a> - PR: Require dask[distributed] for tests, by <a href="https://github.com/bnavigator">@bnavigator</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/236">236</a>)</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.9.2 (2020-07-10)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/234">PR 234</a> - PR: Fix a problem caused by ipykernel 5.3.1, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/231">PR 231</a> - PR: Send comm config on every message, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/230">PR 230</a> - PR: Send comm config before any wait just to be sure, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/229">PR 229</a> - PR: Add warning on console if file is not saved, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/228">PR 228</a> - PR: Fix post_mortem interaction, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/227">PR 227</a> - PR: Create a constant for numeric Numpy types, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/226">PR 226</a> - PR: Backport PR 225, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/226">PR 226</a> - PR: Backport PR 225, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/222">PR 222</a> - PR: Remove the current working directory from sys.path for Python 3.7+, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/220">PR 220</a> - PR: Make multithreading patch work for all OSes in Python 3, by <a href="https://github.com/steff456">@steff456</a> (<a href="https://github.com/spyder-ide/spyder/issues/12465">12465</a>)</li> </ul> <p>In this release 9 pull requests were closed.</p> <hr /> <h2>Version 1.9.1 (2020-05-06)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/217">Issue 217</a> - Maximum recursion depth exceeded (<a href="https://github.com/spyder-ide/spyder-kernels/pull/218">PR 218</a> by <a href="https://github.com/ccordoba12">@ccordoba12</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/219">PR 219</a> - PR: Check that startup file exists, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/12442">12442</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/218">PR 218</a> - PR: Avoid an error when computing the shape of Pandas objects, by <a href="https://github.com/ccordoba12">@ccordoba12</a> (<a href="https://github.com/spyder-ide/spyder-kernels/issues/217">217</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/215">PR 215</a> - PR: Fix post mortem functionality, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/212">PR 212</a> - PR: Set namespace correctly when running in new namespace, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/211">PR 211</a> - PR: Use Exception instead of ImportError in is_special_kernel_valid, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> </ul> <p>In this release 5 pull requests were closed.</p> <hr /> <h2>Version 1.9.0 (2020-03-14)</h2> <h3>New features</h3> <ul> <li>Allow IPython magics in code again.</li> <li>Allow PyQt applications to be run multiple times.</li> <li>Remove <code>__file__</code> after running a file.</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/209">PR 209</a> - PR: Improve message about using invalid syntax in cells and files, by <a href="https://github.com/ccordoba12">@ccordoba12</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/208">PR 208</a> - PR: Add flag to override data and handle NpzFile instances, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/206">PR 206</a> - PR: Move CI to github actions on branch 1.x, by <a href="https://github.com/goanpeca">@goanpeca</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/204">PR 204</a> - PR: Remove load_exception in CommBase, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/200">PR 200</a> - PR: Fix %varexp namespace, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/6695">6695</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/199">PR 199</a> - PR: Prevent completion from changing local objects while debugging, by <a href="https://github.com/impact27">@impact27</a></li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/198">PR 198</a> - PR: Add method to check dependencies for special consoles, by <a href="https://github.com/dalthviz">@dalthviz</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/195">PR 195</a> - PR: Give access to the running namespace when refreshing variables, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/193">PR 193</a> - PR: Update test to work with IPython 7.10+, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/192">PR 192</a> - PR: Resend comm configuration on timeout, by <a href="https://github.com/impact27">@impact27</a></li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/190">PR 190</a> - PR: Allow IPython magics in code again, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/11023">11023</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/189">PR 189</a> - PR: Patch PyQt to save created QApplication instances, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/2970">2970</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/187">PR 187</a> - PR: Remove <code>__file__</code> after running script, by <a href="https://github.com/impact27">@impact27</a> (<a href="https://github.com/spyder-ide/spyder/issues/1918">1918</a>)</li> </ul> <p>In this release 13 pull requests were closed.</p> <hr /> <h2>Version 1.8.1 (2019-12-05)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/185">PR 185</a> - PR: Process first frame in Pdb</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.8.0 (2019-11-18)</h2> <h3>New features</h3> <ul> <li>Add an option to exclude callables and modules in namespace view.</li> <li>Add methods to update <code>sys.path</code> from Spyder.</li> <li>Add an option to execute IPython events in Pdb.</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/183">PR 183</a> - PR: Add an option to namespace view settings to exclude callables and modules</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/182">PR 182</a> - PR: Use IPython completer for Pdb</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/181">PR 181</a> - PR: Add path update methods</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/180">PR 180</a> - PR: Cleanup spydercustomize</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/179">PR 179</a> - PR: Use a timeout in CommBase if a call passes one different from None</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/178">PR 178</a> - PR: Correctly set namespace while debugging</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/175">PR 175</a> - PR: Add an option to execute IPython events in Pdb</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/174">PR 174</a> - PR: Prevent pdb syntax error from blocking the console (<a href="https://github.com/spyder-ide/spyder/issues/10588">10588</a>)</li> </ul> <p>In this release 8 pull requests were closed.</p> <hr /> <h2>Version 1.7.0 (2019-11-02)</h2> <h3>New features</h3> <ul> <li>Create a new ZMQ socket for comms.</li> <li>Allow different frontends to have different pickle protocols.</li> <li>Add a way to ignore installed Python libraries while debugging</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/177">PR 177</a> - PR: Update ipykernel required version (<a href="https://github.com/spyder-ide/spyder/issues/2902">2902</a>)</li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/177">PR 177</a> - PR: Update ipykernel required version (<a href="https://github.com/spyder-ide/spyder/issues/2902">2902</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/176">PR 176</a> - PR: Improve displayed type and value for generic objects</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/169">PR 169</a> - PR: Create a Comm socket</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/168">PR 168</a> - PR: Require more recent version of jupyter-client</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/167">PR 167</a> - PR: Don't demand that a file exists in Pdb</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/166">PR 166</a> - PR: Allow different frontends to have different pickle protocols</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/152">PR 152</a> - PR: Add a way to ignore installed Python libraries while debugging</li> </ul> <p>In this release 7 pull requests were closed.</p> <hr /> <h2>Version 1.6.0 (2019-10-16)</h2> <h3>New features</h3> <ul> <li>Allow IPython magics in Pdb.</li> <li>Allow Pdb to run multiline statments.</li> <li>Make <code>runfile</code> to retrieve code from Spyder.</li> <li>Add code completion to Pdb.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/139">Issue 139</a> - Regression: runfile doesn't execute ipython magic (<a href="https://github.com/spyder-ide/spyder-kernels/pull/143">PR 143</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/163">PR 163</a> - PR: Fix tests that use setup_kernel</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/162">PR 162</a> - PR: Improve Pdb sigint handler</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/161">PR 161</a> - PR: Fix post-mortem debugging</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/157">PR 157</a> - PR: Fix breakpoint update (<a href="https://github.com/spyder-ide/spyder/issues/10290">10290</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/154">PR 154</a> - PR: Allow IPython magics in Pdb</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/153">PR 153</a> - PR: Add a setting to disable printing the stack on every Pdb command</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/151">PR 151</a> - PR: Remove Pdb Monkeypatching</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/148">PR 148</a> - PR: Allow Pdb to run multiline statments</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/143">PR 143</a> - PR: Make runfile to retrieve code from the Spyder editor and add it to linecache (<a href="https://github.com/spyder-ide/spyder/issues/1643">1643</a>, <a href="https://github.com/spyder-ide/spyder-kernels/issues/139">139</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/133">PR 133</a> - PR: Add code completion to Pdb</li> </ul> <p>In this release 10 pull requests were closed.</p> <hr /> <h2>Version 1.5.0 (2019-09-15)</h2> <h3>New features</h3> <ul> <li>Add a new debugcell builtin command.</li> <li>Make runfile work in an empty namespace by default.</li> <li>Improve the display of tracebacks.</li> <li>Use the highest pickle protocol available to serialize data.</li> <li>Use Jupyter comms to communicate with the Spyder frontend.</li> <li>This release also contains all fixes present in versions 0.5.1 and 0.5.2.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/147">Issue 147</a> - debugfile() got an unexpected keyword argument 'current_namespace' (<a href="https://github.com/spyder-ide/spyder-kernels/pull/150">PR 150</a>)</li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/issues/145">Issue 145</a> - KeyError on comms when restarting the kernel (<a href="https://github.com/spyder-ide/spyder-kernels/pull/146">PR 146</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/97">Issue 97</a> - Can't repeat runcell from terminal (<a href="https://github.com/spyder-ide/spyder-kernels/pull/112">PR 112</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/73">Issue 73</a> - Select a higher Pickle protocol in case Spyder and the kernel are running in Python 3.4+ (<a href="https://github.com/spyder-ide/spyder-kernels/pull/111">PR 111</a>)</li> </ul> <p>In this release 4 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/150">PR 150</a> - PR: Add current_namespace kwarg to debugfile (<a href="https://github.com/spyder-ide/spyder-kernels/issues/147">147</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/146">PR 146</a> - PR: Set closed flag before deleting comms (<a href="https://github.com/spyder-ide/spyder-kernels/issues/145">145</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/144">PR 144</a> - PR: Solve error with exit command not being defined in the debugger</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/142">PR 142</a> - PR: Set debug state before asking for input</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/140">PR 140</a> - PR: Update jupyter-client minimal required version</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/137">PR 137</a> - PR: Add a way to change foreground color of Sympy repr's</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/136">PR 136</a> - PR: Ask the frontend to save files before running them</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/134">PR 134</a> - PR: Improve the display of tracebacks and better handle namespace and <strong>file</strong> during execution</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/131">PR 131</a> - PR: Make runfile work in an empty namespace</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/130">PR 130</a> - PR: Add .pickle files to .gitignore</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/128">PR 128</a> - PR: Fix deprecated import</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/112">PR 112</a> - PR: Use the comms API to improve runcell and add a new debugcell command (<a href="https://github.com/spyder-ide/spyder-kernels/issues/97">97</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/111">PR 111</a> - PR: Use Jupyter comms to communicate with the Spyder frontend (<a href="https://github.com/spyder-ide/spyder-kernels/issues/73">73</a>)</li> </ul> <p>In this release 13 pull requests were closed.</p> <hr /> <h2>Version 1.4.0 (2019-06-24)</h2> <h3>New features</h3> <ul> <li>Add entries necessary for the new Object Explorer to REMOTE_SETTINGS.</li> <li>This release also contains all features and fixes present in version 0.5.0</li> </ul> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/100">PR 100</a> - PR: Add object explorer settings to REMOTE_SETTINGS</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.3.3 (2019-04-08)</h2> <h3>New features</h3> <ul> <li>This release contains all features and fixes present in versions 0.4.3 and 0.4.4</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/93">Issue 93</a> - test_np_threshold is failing (<a href="https://github.com/spyder-ide/spyder-kernels/pull/95">PR 95</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
</ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/95">PR 95</a> - PR: Change np.nan for np.inf in test_np_threshold (<a href="https://github.com/spyder-ide/spyder-kernels/issues/93">93</a>)</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.3.2 (2019-02-10)</h2> <p>Sister release for 0.4.2</p> <hr /> <h2>Version 1.3.1 (2019-02-03)</h2> <p>Sister release for 0.4.1</p> <hr /> <h2>Version 1.3.0 (2019-02-02)</h2> <h3>New features</h3> <ul> <li>Make runcell set <strong>file</strong> to the path of the file containing the cell</li> <li>This release also contains all features and fixes present in version 0.4.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/78">Issue 78</a> - Nopython jit of numba is not working in runcell (<a href="https://github.com/spyder-ide/spyder-kernels/pull/79">PR 79</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/76">Issue 76</a> - Detect the name of the file currently running the cell (<a href="https://github.com/spyder-ide/spyder-kernels/pull/77">PR 77</a>)</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/79">PR 79</a> - PR: Remove user module reloader from runcell (<a href="https://github.com/spyder-ide/spyder-kernels/issues/78">78</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/77">PR 77</a> - PR: Have runcell set <strong>file</strong> to the path of the file containing the cell (<a href="https://github.com/spyder-ide/spyder-kernels/issues/76">76</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/72">PR 72</a> - PR: Fix numpy printoptions format (<a href="https://github.com/spyder-ide/spyder/issues/7885">7885</a>)</li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 1.2 (2018-12-26)</h2> <h3>New features</h3> <ul> <li>Add the <code>runcell</code> command to run cells from Spyder's editor without pasting their contents in the console.</li> <li>This release also contains all features and fixes present in version 0.3.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/57">Issue 57</a> - Add a test for runcell (<a href="https://github.com/spyder-ide/spyder-kernels/pull/70">PR 70</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/70">PR 70</a> - PR: Add a test for the runcell command (<a href="https://github.com/spyder-ide/spyder-kernels/issues/57">57</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/69">PR 69</a> - PR: Start testing in macOS</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/67">PR 67</a> - PR: Drop using ci-helpers in our CIs</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/58">PR 58</a> - PR: runcell trigger post_execute before run_cell to end the run_cell pre_execute</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/7">PR 7</a> - PR: Add runcell to spydercustomize</li> </ul> <p>In this release 5 pull requests were closed.</p> <hr /> <h2>Version 1.1 (2018-08-11)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/14">Issue 14</a> - Startup lines to split with semicolon instead of comma (<a href="https://github.com/spyder-ide/spyder-kernels/pull/15">PR 15</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/15">PR 15</a> - PR: Separate startup run_lines with semicolon instead of comma (<a href="https://github.com/spyder-ide/spyder-kernels/issues/14">14</a>)</li> </ul> <p>In this release 1 pull request was closed.</p>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
</ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 1.0.3 (2018-08-09)</h2> <p>Sister release for 0.2.6</p> <hr /> <h2>Version 1.0.2 (2018-08-09)</h2> <p>Sister release for 0.2.5</p> <hr /> <h2>Version 1.0.1 (2018-06-25)</h2> <p>Sister release for 0.2.4</p> <hr /> <h2>Version 1.0.0 (2018-06-24)</h2> <p>Initial release for Spyder 4</p> <hr /> <h2>Version 0.5.2 (2019-09-15)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/132">Issue 132</a> - tests use removed pandas.Panel (<a href="https://github.com/spyder-ide/spyder-kernels/pull/135">PR 135</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/149">PR 149</a> - PR: Add xarray to our test deps in setup.py</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/135">PR 135</a> - PR: Replace usage of Pandas Panel for Xarray Dataset in our tests (<a href="https://github.com/spyder-ide/spyder-kernels/issues/132">132</a>)</li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 0.5.1 (2019-07-11)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/121">Issue 121</a> - Add test requirements to setup.py (<a href="https://github.com/spyder-ide/spyder-kernels/pull/122">PR 122</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/120">Issue 120</a> - Backport CI configuration from master to 0.x (<a href="https://github.com/spyder-ide/spyder-kernels/pull/123">PR 123</a>)</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/125">PR 125</a> - PR: Fix not including tests in tarballs and wheels</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/123">PR 123</a> - PR: Backport CI configuration from master to 0.x (<a href="https://github.com/spyder-ide/spyder-kernels/issues/120">120</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/122">PR 122</a> - PR: Add tests requirements to setup.py (<a href="https://github.com/spyder-ide/spyder-kernels/issues/121">121</a>)</li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 0.5.0 (2019-06-23)</h2> <h3>New features</h3> <ul> <li>Set Matplotlib backend to inline for kernels started in a terminal.</li> <li>Handle option sent from Spyder to show/hide cmd windows generated by the subprocess module.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/108">Issue 108</a> - Set matplotlib backend to inline by default on starting a new kernel (<a href="https://github.com/spyder-ide/spyder-kernels/pull/110">PR 110</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/110">PR 110</a> - PR: Set Matplotlib backend to inline for kernels started outside Spyder (<a href="https://github.com/spyder-ide/spyder-kernels/issues/108">108</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/107">PR 107</a> - PR: Use Readme.md for long description in PyPi</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/104">PR 104</a> - PR: Handle option to show/hide cmd windows generated by the subprocess module</li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 0.4.4 (2019-04-08)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/102">Issue 102</a> - Tkinter is now required for version 0.4.3 after patching the turtle code (<a href="https://github.com/spyder-ide/spyder-kernels/pull/103">PR 103</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
</ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/106">PR 106</a> - PR: Skip test_turtle_launch if Tk is not installed</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/103">PR 103</a> - PR: Enclose turtle customizations in a try/except to avoid a dependency on Tk (<a href="https://github.com/spyder-ide/spyder-kernels/issues/102">102</a>)</li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 0.4.3 (2019-03-31)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/91">Issue 91</a> - KeyError when running "%reset -f" programmatically (<a href="https://github.com/spyder-ide/spyder-kernels/pull/96">PR 96</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/96">PR 96</a> - PR: Avoid error when trying to pop <strong>file</strong> out of the current namespace (<a href="https://github.com/spyder-ide/spyder-kernels/issues/91">91</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/92">PR 92</a> - PR: Include user site-packages directory in the list of excluded paths by the UMR (<a href="https://github.com/spyder-ide/spyder/issues/8776">8776</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/90">PR 90</a> - PR: Patch turtle.bye to make it work with multiple runnings of the same code (<a href="https://github.com/spyder-ide/spyder/issues/6278">6278</a>)</li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 0.4.2 (2019-02-07)</h2> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/85">Issue 85</a> - NameError: name 'modpath' is not defined (<a href="https://github.com/spyder-ide/spyder-kernels/pull/86">PR 86</a>)</li> </ul> <p>In this release 1 issue was closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/88">PR 88</a> - PR: Improve Cython activation</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/87">PR 87</a> - PR: Fix running Cython files</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/86">PR 86</a> - PR: Fix problems with UMR's run method (<a href="https://github.com/spyder-ide/spyder-kernels/issues/85">85</a>)</li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 0.4.1 (2019-02-03)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/84">PR 84</a> - PR: Better way to skip standard library and site-packages modules from UMR</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/83">PR 83</a> - PR: Blacklist tensorflow from the UMR (<a href="https://github.com/spyder-ide/spyder/issues/8697">8697</a>)</li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 0.4 (2019-02-02)</h2> <h3>New features</h3> <ul> <li>This release fixes several important issues that prevented saving the current namespace to work as expected.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/75">Issue 75</a> - Namespace serialization silently fails if any object is unserializable, e.g. a Python module (<a href="https://github.com/spyder-ide/spyder-kernels/pull/81">PR 81</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/9">Issue 9</a> - Spydata files won't import if the original filename is changed (<a href="https://github.com/spyder-ide/spyder-kernels/pull/80">PR 80</a>)</li> </ul> <p>In this release 2 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/82">PR 82</a> - PR: Enclose calls to load wurlitzer and autoreload in try/except's (<a href="https://github.com/spyder-ide/spyder/issues/8668">8668</a>)</li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<li><a href="https://github.com/spyder-ide/spyder-kernels/pull/81">PR 81</a> - PR: Fix and improve saving of Spyder namespace with many types of objects (<a href="https://github.com/spyder-ide/spyder-kernels/issues/75">75</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/80">PR 80</a> - PR: Fix loading Spydata file with changed filename and other edge-cases in load_dict (<a href="https://github.com/spyder-ide/spyder-kernels/issues/9">9</a>)</li> </ul> <p>In this release 3 pull requests were closed.</p> <hr /> <h2>Version 0.3 (2018-11-23)</h2> <h3>New features</h3> <ul> <li>Add Wurlitzer as a new dependency on Posix systems.</li> <li>Add tests for the console kernel.</li> </ul> <h3>Issues Closed</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/62">Issue 62</a> - Add support for AppVeyor (<a href="https://github.com/spyder-ide/spyder-kernels/pull/63">PR 63</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/60">Issue 60</a> - Only load Wurlitzer in Posix systems (<a href="https://github.com/spyder-ide/spyder-kernels/pull/64">PR 64</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/issues/23">Issue 23</a> - Add tests for the console kernel (<a href="https://github.com/spyder-ide/spyder-kernels/pull/37">PR 37</a>)</li> </ul> <p>In this release 3 issues were closed.</p> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/64">PR 64</a> - PR: Don't load Wurlitzer extension on Windows because it has no effect there (<a href="https://github.com/spyder-ide/spyder-kernels/issues/60">60</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/63">PR 63</a> - PR: Test on Windows with Appveyor (<a href="https://github.com/spyder-ide/spyder-kernels/issues/62">62</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/61">PR 61</a> - PR: Patch multiprocessing to make it work when all variables are removed (<a href="https://github.com/spyder-ide/spyder/issues/8128">8128</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/59">PR 59</a> - PR: Filter deprecation warnings in ipykernel (<a href="https://github.com/spyder-ide/spyder/issues/8103">8103</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/56">PR 56</a> - PR: Add Wurlitzer to Readme</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/55">PR 55</a> - PR: Exclude all tests from our tarballs</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/54">PR 54</a> - PR: Add the Wurlitzer package to capture stdout/stderr from C libraries (<a href="https://github.com/spyder-ide/spyder/issues/3777">3777</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/53">PR 53</a> - PR: Remove current working directory from sys.path before starting the console kernel (<a href="https://github.com/spyder-ide/spyder/issues/8007">8007</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/37">PR 37</a> - PR: Initial tests for the console kernel (<a href="https://github.com/spyder-ide/spyder-kernels/issues/23">23</a>)</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/36">PR 36</a> - PR: Make tests to really fail in CircleCI</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/21">PR 21</a> - PR: Add AUTHORS.txt in MANIFEST.in to include in package</li> </ul> <p>In this release 11 pull requests were closed.</p> <hr /> <h2>Version 0.2.6 (2018-08-09)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/20">PR 20</a> - PR: Include license file again in tarball</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 0.2.5 (2018-08-09)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/19">PR 19</a> - PR: Fix inconsistent EOLs</li>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<hr /> <h2>Version 0.2.5 (2018-08-09)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/19">PR 19</a> - PR: Fix inconsistent EOLs</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/18">PR 18</a> - PR: Fix legal texts and make them consistent across all files</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/17">PR 17</a> - PR: Add/update descriptions, links and metadata in setup.py</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/16">PR 16</a> - PR: Include test suite in manifest</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/11">PR 11</a> - PR: Add codecov support to see coverage</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/10">PR 10</a> - PR: Start testing with CircleCI</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/8">PR 8</a> - PR: Demand specific dependency versions needed by Spyder</li> </ul> <p>In this release 7 pull requests were closed.</p> <hr /> <h2>Version 0.2.4 (2018-06-25)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/6">PR 6</a> - PR: Handle deprecated 'summary' method for Pandas</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 0.2.3 (2018-06-23)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/5">PR 5</a> - PR: Add <strong>version</strong> to package's init</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 0.2.2 (2018-06-22)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/4">PR 4</a> - PR: Fix debugging in Python 2</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 0.2.1 (2018-06-22)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/3">PR 3</a> - PR: Fix debugging</li> </ul> <p>In this release 1 pull request was closed.</p> <hr /> <h2>Version 0.2 (2018-06-20)</h2> <h3>Pull Requests Merged</h3> <ul> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/2">PR 2</a> - PR: Import our customizations directly here</li> <li><a href="https://github.com/spyder-ide/spyder-kernels/pull/1">PR 1</a> - PR: Fix some errors in sitecustomize</li> </ul> <p>In this release 2 pull requests were closed.</p> <hr /> <h2>Version 0.1 (2018-06-18)</h2> <p>Initial release</p>
CHANGELOG.md
spyder.external-deps.spyder-kernels
false
false
[ "* [PR 259](https://github.com/spyder-ide/spyder-kernels/pull/259) - PR: Don't import big modules (Numpy, Pandas) until it's really necessary, by [@ccordoba12](https://github.com/ccordoba12)", "* [Issue 256](https://github.com/spyder-ide/spyder-kernels/issues/256) - ImportError: cannot import name 'leading_empty_lines' ([PR 264](https://github.com/spyder-ide/spyder-kernels/pull/264) by [@ccordoba12](https://github.com/ccordoba12))", "* [Issue 9](https://github.com/spyder-ide/spyder-kernels/issues/9) - Spydata files won't import if the original filename is changed ([PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80))" ]
-1
-1
<p>To release a new version of spyder-kernels on PyPI:</p> <ul> <li> <p>Close the respective milestone on Github</p> </li> <li> <p>git checkout 2.x</p> </li> <li> <p>git fetch upstream &amp;&amp; get merge upstream/2.x</p> </li> <li> <p>git clean -xfdi</p> </li> <li> <p>Update CHANGELOG.md with <code>loghub spyder-ide/spyder-kernels -m vX.X.X</code></p> </li> <li> <p>Update <code>_version.py</code> (set release version, remove 'dev0')</p> </li> <li> <p>git add . &amp;&amp; git commit -m 'Release X.X.X'</p> </li> <li> <p>python setup.py sdist</p> </li> <li> <p>python setup.py bdist_wheel</p> </li> <li> <p>twine check dist/*</p> </li> <li> <p>twine upload dist/*</p> </li> <li> <p>git tag -a vX.X.X -m 'Release X.X.X'</p> </li> <li> <p>Update <code>_version.py</code> (add 'dev0' and increment minor)</p> </li> <li> <p>git add . &amp;&amp; git commit -m 'Back to work'</p> </li> <li> <p>git checkout master</p> </li> <li> <p>git merge 2.x</p> </li> <li> <p>git push upstream master</p> </li> <li> <p>git push upstream 2.x</p> </li> <li> <p>git push upstream --tags</p> </li> </ul>
RELEASE.md
spyder.external-deps.spyder-kernels
false
false
[]
-1
-1
<h1>Jupyter kernels for the Spyder console</h1> <p><a href="https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Windows+tests%22"><img alt="Windows status" src="https://github.com/spyder-ide/spyder-kernels/workflows/Windows%20tests/badge.svg" /></a> <a href="https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Linux+tests%22"><img alt="Linux status" src="https://github.com/spyder-ide/spyder-kernels/workflows/Linux%20tests/badge.svg" /></a> <a href="https://github.com/spyder-ide/spyder-kernels/actions?query=workflow%3A%22Macos+tests%22"><img alt="Macos status" src="https://github.com/spyder-ide/spyder-kernels/workflows/Macos%20tests/badge.svg" /></a> <a href="https://codecov.io/gh/spyder-ide/spyder-kernels/branch/master"><img alt="codecov" src="https://codecov.io/gh/spyder-ide/spyder-kernels/branch/master/graph/badge.svg" /></a></p> <p>Package that provides Jupyter kernels for use with the consoles of Spyder, the Scientific Python Development Environment.</p> <p>These kernels can be launched either through Spyder itself or in an independent Python session, and allow for interactive or file-based execution of Python code inside Spyder.</p> <p>To learn about creating, connecting to and using these kernels with the Spyder console, please read our <a href="https://docs.spyder-ide.org/current/panes/ipythonconsole.html">documentation</a>.</p> <p>For advice on managing packages and environments with <code>spyder-kernels</code>, please read this <a href="http://docs.spyder-ide.org/current/faq.html#using-existing-environment">FAQ</a> in our docs.</p> <h2>Installation</h2> <p>To install this package, you can use either the <code>pip</code> or <code>conda</code> package managers, as follows:</p> <p>Using conda (the recommended way!):</p> <p><code>conda install spyder-kernels</code></p> <p>Using pip:</p> <p><code>pip install spyder-kernels</code></p> <h2>Dependencies</h2> <p>This project depends on:</p> <ul> <li><a href="https://github.com/ipython/ipykernel/">ipykernel</a></li> <li><a href="https://github.com/cloudpipe/cloudpickle">cloudpickle</a></li> <li><a href="https://github.com/minrk/wurlitzer">wurlitzer</a> (only on Linux and macOS).</li> </ul> <h2>Changelog</h2> <p>Visit our <a href="CHANGELOG.md">CHANGELOG</a> file to know more about our new features and improvements.</p> <h2>Development and contribution</h2> <p>To start contributing to this project you can execute</p> <p><code>pip install -e .</code></p> <p>in your git clone and then test your changes in Spyder. We follow PEP8 and PEP257 style guidelines.</p> <h2>Sponsors</h2> <p>Spyder and its subprojects are funded thanks to the generous support of</p> <p><a href="https://www.quansight.com/"><img alt="Quansight" src="https://user-images.githubusercontent.com/16781833/142477716-53152d43-99a0-470c-a70b-c04bbfa97dd4.png" /></a><a href="https://numfocus.org/"><img alt="Numfocus" src="https://i2.wp.com/numfocus.org/wp-content/uploads/2017/07/NumFocus_LRG.png?fit=320%2C148&amp;ssl=1" /></a></p> <p>and the donations we have received from our users around the world through <a href="https://opencollective.com/spyder/">Open Collective</a>:</p> <p><a href="https://opencollective.com/spyder#support"><img alt="Sponsors" src="https://opencollective.com/spyder/sponsors.svg" /></a></p>
README.md
spyder.external-deps.spyder-kernels
false
false
[]
-1
-1
<h1>Jupyter QtConsole</h1> <p><img alt="Windows tests" src="https://github.com/jupyter/qtconsole/workflows/Windows%20tests/badge.svg" /> <img alt="Macos tests" src="https://github.com/jupyter/qtconsole/workflows/Macos%20tests/badge.svg" /> <img alt="Linux tests" src="https://github.com/jupyter/qtconsole/workflows/Linux%20tests/badge.svg" /> <a href="https://coveralls.io/github/jupyter/qtconsole?branch=master"><img alt="Coverage Status" src="https://coveralls.io/repos/github/jupyter/qtconsole/badge.svg?branch=master" /></a> <a href="https://qtconsole.readthedocs.io/en/stable/"><img alt="Documentation Status" src="https://readthedocs.org/projects/qtconsole/badge/?version=stable" /></a> <a href="https://groups.google.com/forum/#!forum/jupyter"><img alt="Google Group" src="https://img.shields.io/badge/-Google%20Group-lightgrey.svg" /></a></p> <p>A rich Qt-based console for working with Jupyter kernels, supporting rich media output, session export, and more.</p> <p>The Qtconsole is a very lightweight application that largely feels like a terminal, but provides a number of enhancements only possible in a GUI, such as inline figures, proper multiline editing with syntax highlighting, graphical calltips, and more.</p> <p><img alt="qtconsole" src="https://raw.githubusercontent.com/jupyter/qtconsole/master/docs/source/_images/qtconsole.png" /></p> <h2>Install Qtconsole</h2> <p>The Qtconsole requires Python bindings for Qt, such as <a href="https://pypi.org/project/PyQt6/">PyQt6</a>, <a href="https://pypi.org/project/PySide6/">PySide6</a>, <a href="https://pypi.org/project/PyQt5/">PyQt5</a> or <a href="https://pypi.org/project/PySide2/">PySide2</a>.</p> <p>Although <a href="https://pypi.python.org/pypi/pip">pip</a> and <a href="http://conda.pydata.org/docs">conda</a> may be used to install the Qtconsole, conda is simpler to use since it automatically installs PyQt5. Alternatively, the Qtconsole installation with pip needs additional steps since pip doesn't install the Qt requirement.</p> <h3>Install using conda</h3> <p>To install:</p> <pre><code>conda install qtconsole </code></pre> <p><strong>Note:</strong> If the Qtconsole is installed using conda, it will <strong>automatically</strong> install the Qt requirement as well.</p> <h3>Install using pip</h3> <p>To install:</p> <pre><code>pip install qtconsole </code></pre> <p><strong>Note:</strong> Make sure that Qt is installed. Unfortunately, Qt is not installed when using pip. The next section gives instructions on doing it.</p> <h3>Installing Qt (if needed)</h3> <p>You can install PyQt5 with pip using the following command:</p> <pre><code>pip install pyqt5 </code></pre> <p>or with a system package manager on Linux. For Windows, PyQt binary packages may be used.</p> <p><strong>Note:</strong> Additional information about using a system package manager may be found in the <a href="https://qtconsole.readthedocs.io">qtconsole documentation</a>.</p> <p>More installation instructions for PyQt can be found in the <a href="http://pyqt.sourceforge.net/Docs/PyQt5/installation.html">PyQt5 documentation</a> and <a href="http://pyqt.sourceforge.net/Docs/PyQt4/installation.html">PyQt4 documentation</a></p> <p>Source packages for Windows/Linux/MacOS can be found here: <a href="https://www.riverbankcomputing.com/software/pyqt/download5">PyQt5</a> and <a href="https://riverbankcomputing.com/software/pyqt/download">PyQt4</a>.</p> <h2>Usage</h2> <p>To run the Qtconsole:</p> <pre><code>jupyter qtconsole </code></pre> <h2>Resources</h2> <ul> <li><a href="https://jupyter.org">Project Jupyter website</a></li> <li>Documentation for the Qtconsole</li> <li><a href="https://qtconsole.readthedocs.io/en/latest/">latest version</a> [<a href="https://media.readthedocs.org/pdf/qtconsole/latest/qtconsole.pdf">PDF</a>]</li> <li><a href="https://qtconsole.readthedocs.io/en/stable/">stable version</a> [<a href="https://media.readthedocs.org/pdf/qtconsole/stable/qtconsole.pdf">PDF</a>]</li>
README.md
spyder.external-deps.qtconsole
false
false
[]
-1
-1
<li><a href="https://qtconsole.readthedocs.io/en/stable/">stable version</a> [<a href="https://media.readthedocs.org/pdf/qtconsole/stable/qtconsole.pdf">PDF</a>]</li> <li><a href="https://jupyter.readthedocs.io/en/latest/index.html">Documentation for Project Jupyter</a> [<a href="https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf">PDF</a>]</li> <li><a href="https://github.com/jupyter/qtconsole/issues">Issues</a></li> <li><a href="https://groups.google.com/forum/#!forum/jupyter">Technical support - Jupyter Google Group</a></li> </ul>
README.md
spyder.external-deps.qtconsole
false
false
[]
-1
-1
<p>To release a new version of qtconsole you need to follow these steps:</p> <ul> <li> <p>git pull or git fetch/merge</p> </li> <li> <p>Close the current milestone on Github</p> </li> <li> <p>Update docs/source/changelog.rst with a PR.</p> </li> <li> <p>git clean -xfdi</p> </li> <li> <p>Update version in <code>_version.py</code> (set release version, remove 'dev0')</p> </li> <li> <p>git add and git commit with <code>Release X.X.X</code></p> </li> <li> <p>python setup.py sdist</p> </li> <li> <p>activate pyenv-with-latest-setuptools &amp;&amp; python setup.py bdist_wheel</p> </li> <li> <p>twine check dist/*</p> </li> <li> <p>twine upload dist/*</p> </li> <li> <p>git tag -a X.X.X -m 'Release X.X.X'</p> </li> <li> <p>Update version in <code>_version.py</code> (add 'dev0' and increment minor)</p> </li> <li> <p>git add and git commit with <code>Back to work</code></p> </li> <li> <p>git push upstream master</p> </li> <li> <p>git push upstream --tags</p> </li> </ul>
RELEASE.md
spyder.external-deps.qtconsole
false
false
[]
-1
-1
<h1>Contributing</h1> <p>We follow the <a href="https://github.com/ipython/ipython/blob/master/CONTRIBUTING.md">IPython Contributing Guide</a>.</p> <h2>To set up a development environment</h2> <p>Fork the repository and clone the forked repository locally.</p> <p>Use Conda to install dependencies and activate the development environment.</p> <p><code>conda create -n qtdev python=3 conda activate qtdev conda env update --file requirements/environment.yml</code></p> <p>To run after the changes have been made to source (preferred):</p> <p><code>pip install -e .</code></p> <p><strong>or,</strong> for running immediate changes:</p> <p><code>python setup.py develop</code></p> <p>Finally, to run the tests:</p> <p><code>pytest</code></p>
CONTRIBUTING.md
spyder.external-deps.qtconsole
false
false
[]
-1
-1