|
|
|
|
Changelog for python39-spyder-kernels-2.4.2-86.1.noarch.rpm :
* Thu Jan 19 2023 Ben Greiner - Update to 2.4.2 * formatargspec is deprecated since Python 3.5 * Fri Dec 30 2022 Ben Greiner - Update to version 2.4.1 * Make spyder-kernels compatible with IPython 8 * Sun Nov 06 2022 Ben Greiner - Update to verison 2.4.0 * Add support for Python 3.11 * Flush standard streams after execution. * Sun Sep 04 2022 andy great - Update to version 2.3.3. * Use get_size to get variable length for get_var_properties to prevent triggering Dask tasks, by AATTdalthviz * Use debugging namespace when curframe is active, by AATTimpact27 (405) * Mon Jul 25 2022 Ben Greiner - Update to version 2.3.2 * Fixed issue 394 - The variable explorer is broken while debugging * PR 399: Increase minimal required version of jupyter_client to 7.3.4, by AATTccordoba12 * PR 398: Fix module namespace, by AATTimpact27 * PR 395: Fix running namespace and improve eventloop integration while debugging, by AATTimpact27 (394) * PR 389: Fix debug filename path for remote debugging, by AATTimpact27 (18330) * PR 388: Fix getting args from functions or methods, by AATTccordoba12 * PR 386: Fix flaky test, by AATTimpact27 * PR 381: Eliminate unnecessary updates of the Variable Explorer while debugging, by AATTrear1019 * PR 378: Append paths that come from Spyder\'s Python path manager to the end of sys.path, by AATTmrclary * Tue May 24 2022 Ben Greiner - Update to version 2.3.1 * Add an upper constraint to our most important dependencies, by AATTccordoba12 * Increase minimal required version of jupyter_client to 7.3.1, by AATTccordoba12 * Sat Apr 09 2022 Ben Greiner - Update to version 2.3.0 * Add new handler to detect the current Matplotlib interactive backend. * Increase minimal required version of ipykernel to 6.9.2, by AATTccordoba12 * Handle getting dasks objects size, by AATTdalthviz * Add new handler to detect the current Matplotlib interactive backend, by AATTccordoba12 * Remove support for outdated and unused Matplotlib backends, by AATTccordoba12 * Catch FileNotFoundError when trying to get file code from the frontend, by AATTccordoba12 * Increase minimal required IPython version to 7.31.1, by AATTccordoba12 (344) * Avoid modifying the namespace view settings by reference, by AATTimpact27 (320) * Fix issues when debugging comprehensions, by AATTimpact27 (371) * Leave unsaved files in linecache, by AATTimpact27 * Print last line of Pdb code and some debugger fixes, by AATTimpact27 (330) * Fri Jan 21 2022 Ben Greiner - Update to version 2.2.1 * Improve error message when setting a Matplotlib backend whose module is not present, by AATTccordoba12 (347) * Filter another benign message coming from comm handlers, by AATTccordoba12 (365) * Catch error when validating if an object is defined in the namespace, by AATTccordoba12 * Fix error when running multiprocessing code that contains classes, by AATTimpact27 * Catch KeyError when closing comm, by AATTccordoba12 * Increase minimal required version of pyzmq for Python 3, by AATTccordoba12 * Increase minimal required version of ipykernel to 6.6.1, by AATTccordoba12 * Require jupyter-client 7.1.0 to fix issues on Windows, by AATTccordoba12 * Increase minimal required version of jupyter-client to 7.0+ for Python 3, by AATTccordoba12 * Implement a less hacky solution to fix namespace issues, by AATTimpact27 * More namespace fixes, by AATTimpact27 * Don\'t print DeprecationWarning\'s that come from comm handlers, by AATTccordoba12 (343) * Update Quansight logo in Readme, by AATTccordoba12 * Fix some namespace issues, by AATTimpact27 (345) * Fix misplaced section in changelog, by AATTccordoba12 * Mon Jan 10 2022 Ben Greiner - Skip some tests failing on obs server * Fri Nov 26 2021 Ben Greiner - Update to version 2.2.0 * Add the ability to capture segfaults and flush standard streams from Spyder. * Add support for jupyter_client 7.- Drop upstreamed spyder-kernels-pr328-unpin_jupyter-client.patch * Mon Oct 25 2021 Ben Greiner - Unpin jupyter_client<7 * spyder-kernels-pr328-unpin_jupyter-client.patch * gh#spyder-ide/spyder-kernels#328 * Sun Oct 10 2021 Ben Greiner - Update to version 2.1.3 * Fix errors when setting or getting the Matplotlib backend * Prevent other libraries to change the breakpoint builtin * Thu Sep 02 2021 Ben Greiner - Update to version 2.1.1 * Avoid runfile to be shadowed by other packages * Remove dependency on ipython_genutils * Memoize results of is_module_installed * Restrict jupyter-client to be less than version 7 * Thu Aug 05 2021 Ben Greiner - Update to version 2.1.0 * Add support for the Rich and Colorama libraries. * Load big modules (e.g. Numpy, Pandas and Scipy) only until it\'s really necessary. * Mon Jun 14 2021 Ben Greiner - Update to version 2.0.4 * Support decorator >= 5 (PR 301 by AATTccordoba12) * Fri May 21 2021 Ben Greiner - Update to version 2.0.3 * PR 291 - PR: Pass adding breakpoint on ValueError, * Sun May 02 2021 Ben Greiner - Update to version 2.0.2 * PR 289 - PR: Fix setting tight layout in inline figures * PR 287 - PR: Close comm on shutdown * PR 282 - PR: Fix numpy.complex deprecation warning in tests * Thu Apr 08 2021 Ben Greiner - Update to version 2.0.1 * Color handling in namespace view was moved to Spyder. * PR 279 - PR: Add Python types to namespace view * PR 285 - PR: Add a new dependency on decorator to fix the Cython magic- Skip python36 flavor entirely * Mon Feb 22 2021 Ben Greiner - Update to version 1.10.2 * Warn when comm call creates text output, by AATTimpact27 * Increase minimal required version of ipykernel, by AATTccordoba12 * Better test for non-interactive context, by AATTjuliangilbey * Fix assignment detection in exclamation mark mode (Pdb), by AATTimpact27 * Fix recursive debugger, by AATTimpact27 * Mon Feb 15 2021 Ben Greiner - NEP29: python36-numpy in Tumbleweed is no more. * don\'t install numpy and co for testing * skip tests requiring them * Tue Jan 26 2021 Benjamin Greiner - Skip test_dask_multiprocessing as it very often fails on OBS i586 * Sat Dec 19 2020 Benjamin Greiner - Update to version 1.10.1 Issues Closed * Issue 269 - Mark Windows intaller pkgs path as a library to prevent reloading modules (PR 270 by AATTdalthviz) * Issue 256 - ImportError: cannot import name \'leading_empty_lines\' (PR 264 by AATTccordoba12) Pull Requests Merged * PR 270 - PR: Treat \'pkgs\' path as a library, by AATTdalthviz (269) * PR 267 - PR: Remove handlers that require direct code execution, by AATTccordoba12 * PR 266 - PR: Add exception for quit and exit in SpyderPdb, by AATTimpact27 * PR 265 - PR: Add space after dot in a message, by AATTimpact27 * PR 264 - PR: Add explicit requirement on IPython and require version 7.6.0+, by AATTccordoba12 (256) * PR 263 - PR: Add extra validation to is_module_installed, by AATTccordoba12 * PR 262 - PR: Avoid infinite hang when quitting external kernels, by AATTimpact27 * PR 261 - PR: Fix get_cwd permission errors, by AATTsteff456 * PR 260 - PR: Fix Github actions, by AATTccordoba12- Remove unused mock dependency * Thu Nov 12 2020 Benjamin Greiner - Update to version 1.10.0 New features * Use \'!\' to prefix Pdb commands. * Show length of all iterables. Issues Closed * Issue 247 - Remove from warning that future versions of Spyder will give an error when using non-Python syntax (PR 243 by AATTimpact27) * Issue 245 - Display size of string in variable editor Pull Requests Merged * PR 255 - PR: Fix warning for \'!\' Pdb option, by AATTimpact27 * PR 253 - PR: Extend sys.path with paths that come from Spyder, by AATTccordoba12 * PR 252 - PR: Use frame locals when evaluating code in Pdb, by AATTimpact27 * PR 251 - PR: Catch errors when trying to get the len of an object, by AATTimpact27 * PR 250 - PR: Show size of objects correctly, if they implement len(), by AATTskjerns * PR 246 - PR: Allow sorting with custom sorting key, by AATTskjerns * PR 244 - PR: Set multiprocessing ORIGINAL_DIR at startup, by AATTimpact27 (13632) * PR 243 - PR: Allow leading indents in cells, by AATTimpact27 (247) * PR 242 - PR: Display error if required, by AATTimpact27 * PR 240 - PR: Hide runcell and runfile frames using a new IPython feature, by AATTimpact27 * PR 239 - PR: Improve Pdb input handling, by AATTimpact27 * PR 232 - PR: Make do_where go to the current file, by AATTimpact27 * PR 223 - PR: Add methods to handle IPython console config on the fly, by AATTdalthviz * PR 214 - PR: Use \'!\' for Pdb commands, by AATTimpact27 * Wed Sep 02 2020 Benjamin Greiner - Update to version 1.9.4 * PR 238 - PR: Set get_local_scope correctly while debugging, by AATTimpact27 * PR 235 - PR: Set debug state correctly on exception, by AATTimpact27 * PR 233 - PR: Don\'t save file in runcell, by AATTimpact27- Version 1.9.3 * Require dask[distributed] for tests, by AATTbnavigator (236) * Fri Jul 10 2020 Benjamin Greiner - Update to version 1.9.2 * PR gh#spyder-ide/spyder-kernels#234 Fix a problem caused by ipykernel 5.3.1, by AATTccordoba12 * PR gh#spyder-ide/spyder-kernels#231 Send comm config on every message, by AATTimpact27 * PR gh#spyder-ide/spyder-kernels#230 Send comm config before any wait just to be sure, by AATTimpact27 * PR gh#spyder-ide/spyder-kernels#229 Add warning on console if file is not saved, by AATTimpact27 * PR gh#spyder-ide/spyder-kernels#228 Fix post_mortem interaction, by AATTdalthviz * PR gh#spyder-ide/spyder-kernels#227 Create a constant for numeric Numpy types, by AATTdalthviz * PR gh#spyder-ide/spyder-kernels#226 Backport PR 225, by AATTccordoba12 * PR gh#spyder-ide/spyder-kernels#222 Remove the current working directory from sys.path for Python 3.7+, by AATTccordoba12 * PR gh#spyder-ide/spyder-kernels#220 Make multithreading patch work for all OSes in Python 3, by AATTsteff456 (gh#spyder-ide/spyder#12465)- use pytest macro- add scipy and dask-distributed to test requirements * Thu May 07 2020 Sebastian Wagner - update to version 1.9.1: - Issues Closed: - [Issue 217](https://github.com/spyder-ide/spyder-kernels/issues/217) - Maximum recursion depth exceeded ([PR 218](https://github.com/spyder-ide/spyder-kernels/pull/218) by [AATTccordoba12](https://github.com/ccordoba12)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 219](https://github.com/spyder-ide/spyder-kernels/pull/219) - PR: Check that startup file exists, by [AATTimpact27](https://github.com/impact27) ([12442](https://github.com/spyder-ide/spyder/issues/12442)) - [PR 218](https://github.com/spyder-ide/spyder-kernels/pull/218) - PR: Avoid an error when computing the shape of Pandas objects, by [AATTccordoba12](https://github.com/ccordoba12) ([217](https://github.com/spyder-ide/spyder-kernels/issues/217)) - [PR 215](https://github.com/spyder-ide/spyder-kernels/pull/215) - PR: Fix post mortem functionality, by [AATTimpact27](https://github.com/impact27) - [PR 212](https://github.com/spyder-ide/spyder-kernels/pull/212) - PR: Set namespace correctly when running in new namespace, by [AATTimpact27](https://github.com/impact27) - [PR 211](https://github.com/spyder-ide/spyder-kernels/pull/211) - PR: Use Exception instead of ImportError in is_special_kernel_valid, by [AATTccordoba12](https://github.com/ccordoba12) - In this release 5 pull requests were closed. * Mon Apr 20 2020 Benjamin Greiner - remove unused python2 requirements * Sun Mar 22 2020 Sebastian Wagner - remove fix-tests-ipython-7.10.patch, already included upstream * Sun Mar 15 2020 Sebastian Wagner - update to version 1.9.0: - New features: - Allow IPython magics in code again. - Allow PyQt applications to be run multiple times. - Remove `__file__` after running a file. - Pull Requests Merged: - [PR 209](https://github.com/spyder-ide/spyder-kernels/pull/209) - PR: Improve message about using invalid syntax in cells and files, by [AATTccordoba12](https://github.com/ccordoba12) - [PR 208](https://github.com/spyder-ide/spyder-kernels/pull/208) - PR: Add flag to override data and handle NpzFile instances, by [AATTdalthviz](https://github.com/dalthviz) - [PR 206](https://github.com/spyder-ide/spyder-kernels/pull/206) - PR: Move CI to github actions on branch 1.x, by [AATTgoanpeca](https://github.com/goanpeca) - [PR 204](https://github.com/spyder-ide/spyder-kernels/pull/204) - PR: Remove load_exception in CommBase, by [AATTimpact27](https://github.com/impact27) - [PR 200](https://github.com/spyder-ide/spyder-kernels/pull/200) - PR: Fix %varexp namespace, by [AATTimpact27](https://github.com/impact27) ([6695](https://github.com/spyder-ide/spyder/issues/6695)) - [PR 199](https://github.com/spyder-ide/spyder-kernels/pull/199) - PR: Prevent completion from changing local objects while debugging, by [AATTimpact27](https://github.com/impact27) - [PR 198](https://github.com/spyder-ide/spyder-kernels/pull/198) - PR: Add method to check dependencies for special consoles, by [AATTdalthviz](https://github.com/dalthviz) - [PR 195](https://github.com/spyder-ide/spyder-kernels/pull/195) - PR: Give access to the running namespace when refreshing variables, by [AATTimpact27](https://github.com/impact27) - [PR 193](https://github.com/spyder-ide/spyder-kernels/pull/193) - PR: Update test to work with IPython 7.10+, by [AATTimpact27](https://github.com/impact27) - [PR 192](https://github.com/spyder-ide/spyder-kernels/pull/192) - PR: Resend comm configuration on timeout, by [AATTimpact27](https://github.com/impact27) - [PR 190](https://github.com/spyder-ide/spyder-kernels/pull/190) - PR: Allow IPython magics in code again, by [AATTimpact27](https://github.com/impact27) ([11023](https://github.com/spyder-ide/spyder/issues/11023)) - [PR 189](https://github.com/spyder-ide/spyder-kernels/pull/189) - PR: Patch PyQt to save created QApplication instances, by [AATTimpact27](https://github.com/impact27) ([2970](https://github.com/spyder-ide/spyder/issues/2970)) - [PR 187](https://github.com/spyder-ide/spyder-kernels/pull/187) - PR: Remove `__file__` after running script, by [AATTimpact27](https://github.com/impact27) ([1918](https://github.com/spyder-ide/spyder/issues/1918)) - In this release 13 pull requests were closed. * Sat Feb 01 2020 Sebastian Wagner - add fix-tests-ipython-7.10.patch to fix compatibility with IPython > 7.10 * Sat Jan 25 2020 Sebastian Wagner - remove fix-tests-pandas.patch, merged upstream- update to version 1.8.1: - Pull Requests Merged: - [PR 185](https://github.com/spyder-ide/spyder-kernels/pull/185) - PR: Process first frame in Pdb - In this release 1 pull request was closed.- update to version 1.8.0: - New features: - Add an option to exclude callables and modules in namespace view. - Add methods to update `sys.path` from Spyder. - Add an option to execute IPython events in Pdb. - Pull Requests Merged: - [PR 183](https://github.com/spyder-ide/spyder-kernels/pull/183) - PR: Add an option to namespace view settings to exclude callables and modules - [PR 182](https://github.com/spyder-ide/spyder-kernels/pull/182) - PR: Use IPython completer for Pdb - [PR 181](https://github.com/spyder-ide/spyder-kernels/pull/181) - PR: Add path update methods - [PR 180](https://github.com/spyder-ide/spyder-kernels/pull/180) - PR: Cleanup spydercustomize - [PR 179](https://github.com/spyder-ide/spyder-kernels/pull/179) - PR: Use a timeout in CommBase if a call passes one different from None - [PR 178](https://github.com/spyder-ide/spyder-kernels/pull/178) - PR: Correctly set namespace while debugging - [PR 175](https://github.com/spyder-ide/spyder-kernels/pull/175) - PR: Add an option to execute IPython events in Pdb - [PR 174](https://github.com/spyder-ide/spyder-kernels/pull/174) - PR: Prevent pdb syntax error from blocking the console ([10588](https://github.com/spyder-ide/spyder/issues/10588)) - In this release 8 pull requests were closed.- update to version 1.7.0: - New features: - Create a new ZMQ socket for comms. - Allow different frontends to have different pickle protocols. - Add a way to ignore installed Python libraries while debugging - Pull Requests Merged: - [PR 177](https://github.com/spyder-ide/spyder-kernels/pull/177) - PR: Update ipykernel required version ([2902](https://github.com/spyder-ide/spyder/issues/2902)) - [PR 176](https://github.com/spyder-ide/spyder-kernels/pull/176) - PR: Improve displayed type and value for generic objects - [PR 169](https://github.com/spyder-ide/spyder-kernels/pull/169) - PR: Create a Comm socket - [PR 168](https://github.com/spyder-ide/spyder-kernels/pull/168) - PR: Require more recent version of jupyter-client - [PR 167](https://github.com/spyder-ide/spyder-kernels/pull/167) - PR: Don\'t demand that a file exists in Pdb - [PR 166](https://github.com/spyder-ide/spyder-kernels/pull/166) - PR: Allow different frontends to have different pickle protocols - [PR 152](https://github.com/spyder-ide/spyder-kernels/pull/152) - PR: Add a way to ignore installed Python libraries while debugging - In this release 7 pull requests were closed.- update to version 1.6.0: - New features: - Allow IPython magics in Pdb. - Allow Pdb to run multiline statments. - Make `runfile` to retrieve code from Spyder. - Add code completion to Pdb. - Issues Closed: - [Issue 139](https://github.com/spyder-ide/spyder-kernels/issues/139) - Regression: runfile doesn\'t execute ipython magic ([PR 143](https://github.com/spyder-ide/spyder-kernels/pull/143)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 163](https://github.com/spyder-ide/spyder-kernels/pull/163) - PR: Fix tests that use setup_kernel - [PR 162](https://github.com/spyder-ide/spyder-kernels/pull/162) - PR: Improve Pdb sigint handler - [PR 161](https://github.com/spyder-ide/spyder-kernels/pull/161) - PR: Fix post-mortem debugging - [PR 157](https://github.com/spyder-ide/spyder-kernels/pull/157) - PR: Fix breakpoint update ([10290](https://github.com/spyder-ide/spyder/issues/10290)) - [PR 154](https://github.com/spyder-ide/spyder-kernels/pull/154) - PR: Allow IPython magics in Pdb - [PR 153](https://github.com/spyder-ide/spyder-kernels/pull/153) - PR: Add a setting to disable printing the stack on every Pdb command - [PR 151](https://github.com/spyder-ide/spyder-kernels/pull/151) - PR: Remove Pdb Monkeypatching - [PR 148](https://github.com/spyder-ide/spyder-kernels/pull/148) - PR: Allow Pdb to run multiline statments - [PR 143](https://github.com/spyder-ide/spyder-kernels/pull/143) - PR: Make runfile to retrieve code from the Spyder editor and add it to linecache ([1643](https://github.com/spyder-ide/spyder/issues/1643), [139](https://github.com/spyder-ide/spyder-kernels/issues/139)) - [PR 133](https://github.com/spyder-ide/spyder-kernels/pull/133) - PR: Add code completion to Pdb - In this release 10 pull requests were closed.- update to version 1.5.0: - New features: - Add a new debugcell builtin command. - Make runfile work in an empty namespace by default. - Improve the display of tracebacks. - Use the highest pickle protocol available to serialize data. - Use Jupyter comms to communicate with the Spyder frontend. - This release also contains all fixes present in versions 0.5.1 and 0.5.2. - Issues Closed: - [Issue 147](https://github.com/spyder-ide/spyder-kernels/issues/147) - debugfile() got an unexpected keyword argument \'current_namespace\' ([PR 150](https://github.com/spyder-ide/spyder-kernels/pull/150)) - [Issue 145](https://github.com/spyder-ide/spyder-kernels/issues/145) - KeyError on comms when restarting the kernel ([PR 146](https://github.com/spyder-ide/spyder-kernels/pull/146)) - [Issue 97](https://github.com/spyder-ide/spyder-kernels/issues/97) - Can\'t repeat runcell from terminal ([PR 112](https://github.com/spyder-ide/spyder-kernels/pull/112)) - [Issue 73](https://github.com/spyder-ide/spyder-kernels/issues/73) - Select a higher Pickle protocol in case Spyder and the kernel are running in Python 3.4+ ([PR 111](https://github.com/spyder-ide/spyder-kernels/pull/111)) - In this release 4 issues were closed. - Pull Requests Merged: - [PR 150](https://github.com/spyder-ide/spyder-kernels/pull/150) - PR: Add current_namespace kwarg to debugfile ([147](https://github.com/spyder-ide/spyder-kernels/issues/147)) - [PR 146](https://github.com/spyder-ide/spyder-kernels/pull/146) - PR: Set closed flag before deleting comms ([145](https://github.com/spyder-ide/spyder-kernels/issues/145)) - [PR 144](https://github.com/spyder-ide/spyder-kernels/pull/144) - PR: Solve error with exit command not being defined in the debugger - [PR 142](https://github.com/spyder-ide/spyder-kernels/pull/142) - PR: Set debug state before asking for input - [PR 140](https://github.com/spyder-ide/spyder-kernels/pull/140) - PR: Update jupyter-client minimal required version - [PR 137](https://github.com/spyder-ide/spyder-kernels/pull/137) - PR: Add a way to change foreground color of Sympy repr\'s - [PR 136](https://github.com/spyder-ide/spyder-kernels/pull/136) - PR: Ask the frontend to save files before running them - [PR 134](https://github.com/spyder-ide/spyder-kernels/pull/134) - PR: Improve the display of tracebacks and better handle namespace and __file__ during execution - [PR 131](https://github.com/spyder-ide/spyder-kernels/pull/131) - PR: Make runfile work in an empty namespace - [PR 130](https://github.com/spyder-ide/spyder-kernels/pull/130) - PR: Add .pickle files to .gitignore - [PR 128](https://github.com/spyder-ide/spyder-kernels/pull/128) - PR: Fix deprecated import - [PR 112](https://github.com/spyder-ide/spyder-kernels/pull/112) - PR: Use the comms API to improve runcell and add a new debugcell command ([97](https://github.com/spyder-ide/spyder-kernels/issues/97)) - [PR 111](https://github.com/spyder-ide/spyder-kernels/pull/111) - PR: Use Jupyter comms to communicate with the Spyder frontend ([73](https://github.com/spyder-ide/spyder-kernels/issues/73)) - In this release 13 pull requests were closed.- update to version 1.4.0: - New features: - Add entries necessary for the new Object Explorer to REMOTE_SETTINGS. - This release also contains all features and fixes present in version 0.5.0 - Pull Requests Merged: - [PR 100](https://github.com/spyder-ide/spyder-kernels/pull/100) - PR: Add object explorer settings to REMOTE_SETTINGS - In this release 1 pull request was closed.- update to version 1.3.3: - New features: - This release contains all features and fixes present in versions 0.4.3 and 0.4.4 - Issues Closed: - [Issue 93](https://github.com/spyder-ide/spyder-kernels/issues/93) - test_np_threshold is failing ([PR 95](https://github.com/spyder-ide/spyder-kernels/pull/95)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 95](https://github.com/spyder-ide/spyder-kernels/pull/95) - PR: Change np.nan for np.inf in test_np_threshold ([93](https://github.com/spyder-ide/spyder-kernels/issues/93)) - In this release 1 pull request was closed.- update to version 1.3.2: - Sister release for 0.4.2- update to version 1.3.1: - Sister release for 0.4.1- update to version 1.3.0: - New features: - Make runcell set __file__ to the path of the file containing the cell - This release also contains all features and fixes present in version 0.4. - Issues Closed: - [Issue 78](https://github.com/spyder-ide/spyder-kernels/issues/78) - Nopython jit of numba is not working in runcell ([PR 79](https://github.com/spyder-ide/spyder-kernels/pull/79)) - [Issue 76](https://github.com/spyder-ide/spyder-kernels/issues/76) - Detect the name of the file currently running the cell ([PR 77](https://github.com/spyder-ide/spyder-kernels/pull/77)) - In this release 2 issues were closed. - Pull Requests Merged: - [PR 79](https://github.com/spyder-ide/spyder-kernels/pull/79) - PR: Remove user module reloader from runcell ([78](https://github.com/spyder-ide/spyder-kernels/issues/78)) - [PR 77](https://github.com/spyder-ide/spyder-kernels/pull/77) - PR: Have runcell set __file__ to the path of the file containing the cell ([76](https://github.com/spyder-ide/spyder-kernels/issues/76)) - [PR 72](https://github.com/spyder-ide/spyder-kernels/pull/72) - PR: Fix numpy printoptions format ([7885](https://github.com/spyder-ide/spyder/issues/7885)) - In this release 3 pull requests were closed.- update to version 1.2: - New features: - Add the `runcell` command to run cells from Spyder\'s editor without pasting their contents in the console. - This release also contains all features and fixes present in version 0.3. - Issues Closed: - [Issue 57](https://github.com/spyder-ide/spyder-kernels/issues/57) - Add a test for runcell ([PR 70](https://github.com/spyder-ide/spyder-kernels/pull/70)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 70](https://github.com/spyder-ide/spyder-kernels/pull/70) - PR: Add a test for the runcell command ([57](https://github.com/spyder-ide/spyder-kernels/issues/57)) - [PR 69](https://github.com/spyder-ide/spyder-kernels/pull/69) - PR: Start testing in macOS - [PR 67](https://github.com/spyder-ide/spyder-kernels/pull/67) - PR: Drop using ci-helpers in our CIs - [PR 58](https://github.com/spyder-ide/spyder-kernels/pull/58) - PR: runcell trigger post_execute before run_cell to end the run_cell pre_execute - [PR 7](https://github.com/spyder-ide/spyder-kernels/pull/7) - PR: Add runcell to spydercustomize - In this release 5 pull requests were closed.- update to version 1.1: - Issues Closed: - [Issue 14](https://github.com/spyder-ide/spyder-kernels/issues/14) - Startup lines to split with semicolon instead of comma ([PR 15](https://github.com/spyder-ide/spyder-kernels/pull/15)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 15](https://github.com/spyder-ide/spyder-kernels/pull/15) - PR: Separate startup run_lines with semicolon instead of comma ([14](https://github.com/spyder-ide/spyder-kernels/issues/14)) - In this release 1 pull request was closed.- update to version 1.0.3: - Sister release for 0.2.6- update to version 1.0.2: - Sister release for 0.2.5- update to version 1.0.1: - Sister release for 0.2.4- update to version 1.0.0: - Initial release for Spyder 4- update to version 0.5.2: - Issues Closed: - [Issue 132](https://github.com/spyder-ide/spyder-kernels/issues/132) - tests use removed pandas.Panel ([PR 135](https://github.com/spyder-ide/spyder-kernels/pull/135)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 149](https://github.com/spyder-ide/spyder-kernels/pull/149) - PR: Add xarray to our test deps in setup.py - [PR 135](https://github.com/spyder-ide/spyder-kernels/pull/135) - PR: Replace usage of Pandas Panel for Xarray Dataset in our tests ([132](https://github.com/spyder-ide/spyder-kernels/issues/132)) - In this release 2 pull requests were closed. * Sat Nov 30 2019 Sebastian Wagner - Add new testing dependency python *-flaky to fix tests and build. * Tue Aug 06 2019 Sebastian Wagner - Add fix-tests-pandas.patch and remove workaround to fix tests. * Mon Jul 29 2019 Sebastian Wagner - Do not build for Python2 anymore as dependencies like numpy are not provided for Python 2 too.- Skip a test relying on an old version of pandas. * Mon Jul 15 2019 Sebastian Wagner - update to version 0.5.1: - Issues Closed: - [Issue 121](https://github.com/spyder-ide/spyder-kernels/issues/121) - Add test requirements to setup.py ([PR 122](https://github.com/spyder-ide/spyder-kernels/pull/122)) - [Issue 120](https://github.com/spyder-ide/spyder-kernels/issues/120) - Backport CI configuration from master to 0.x ([PR 123](https://github.com/spyder-ide/spyder-kernels/pull/123)) - In this release 2 issues were closed. - Pull Requests Merged: - [PR 125](https://github.com/spyder-ide/spyder-kernels/pull/125) - PR: Fix not including tests in tarballs and wheels - [PR 123](https://github.com/spyder-ide/spyder-kernels/pull/123) - PR: Backport CI configuration from master to 0.x ([120](https://github.com/spyder-ide/spyder-kernels/issues/120)) - [PR 122](https://github.com/spyder-ide/spyder-kernels/pull/122) - PR: Add tests requirements to setup.py ([121](https://github.com/spyder-ide/spyder-kernels/issues/121)) - In this release 3 pull requests were closed. * Sun Jun 30 2019 Sebastian Wagner - update to version 0.5.0: - New features: - Set Matplotlib backend to inline for kernels started in a terminal. - Handle option sent from Spyder to show/hide cmd windows generated by the subprocess module. - Issues Closed: - [Issue 108](https://github.com/spyder-ide/spyder-kernels/issues/108) - Set matplotlib backend to inline by default on starting a new kernel ([PR 110](https://github.com/spyder-ide/spyder-kernels/pull/110)) - In this release 1 issue was closed. - Pull Requests Merged: - [PR 110](https://github.com/spyder-ide/spyder-kernels/pull/110) - PR: Set Matplotlib backend to inline for kernels started outside Spyder ([108](https://github.com/spyder-ide/spyder-kernels/issues/108)) - [PR 107](https://github.com/spyder-ide/spyder-kernels/pull/107) - PR: Use Readme.md for long description in PyPi - [PR 104](https://github.com/spyder-ide/spyder-kernels/pull/104) - PR: Handle option to show/hide cmd windows generated by the subprocess module - In this release 3 pull requests were closed.- remove 818a6b5f619ef917f4c3413c9522212cd9b2fdfd.patch, included upstream * Mon Jun 03 2019 Todd R - Fix jupyter dependencies. * Sun Jun 02 2019 Sebastian Wagner - actually remove the unneeded patches- add 818a6b5f619ef917f4c3413c9522212cd9b2fdfd.patch for a numpy change * Sat May 04 2019 Sebastian Wagner - remove make-tk-optional.patch, included already- remove make-turtle-optional.patch, included already- update to version 0.4.4: * Issues Closed * Issue 102 - Tkinter is now required for version 0.4.3 after patching the turtle code (PR 103) * Pull Requests Merged * PR 106 - PR: Skip test_turtle_launch if Tk is not installed * PR 103 - PR: Enclose turtle customizations in a try/except to avoid a dependency on Tk (102) * Sun Apr 07 2019 Sebastian Wagner - add make-tk-optional.patch- add make-turtle-optional.patch- update to version 0.4.3: - Issues closed: - [Issue 91](https://github.com/spyder-ide/spyder-kernels/issues/91) - KeyError when running \"%reset -f\" programmatically ([PR 96](https://github.com/spyder-ide/spyder-kernels/pull/96)) - Pull Requests Merged: - [PR 96](https://github.com/spyder-ide/spyder-kernels/pull/96) - PR: Avoid error when trying to pop __file__ out of the current namespace ([91](https://github.com/spyder-ide/spyder-kernels/issues/91)) - [PR 92](https://github.com/spyder-ide/spyder-kernels/pull/92) - PR: Include user site-packages directory in the list of excluded paths by the UMR ([8776](https://github.com/spyder-ide/spyder/issues/8776)) - [PR 90](https://github.com/spyder-ide/spyder-kernels/pull/90) - PR: Patch turtle.bye to make it work with multiple runnings of the same code ([6278](https://github.com/spyder-ide/spyder/issues/6278))- update to version 0.4.2: - Issues closed: - [Issue 85](https://github.com/spyder-ide/spyder-kernels/issues/85) - NameError: name \'modpath\' is not defined ([PR 86](https://github.com/spyder-ide/spyder-kernels/pull/86)) - Pull Requests Merged: - [PR 88](https://github.com/spyder-ide/spyder-kernels/pull/88) - PR: Improve Cython activation - [PR 87](https://github.com/spyder-ide/spyder-kernels/pull/87) - PR: Fix running Cython files - [PR 86](https://github.com/spyder-ide/spyder-kernels/pull/86) - PR: Fix problems with UMR\'s run method ([85](https://github.com/spyder-ide/spyder-kernels/issues/85))- update to version 0.4.1: - Pull Requests Merged: - [PR 84](https://github.com/spyder-ide/spyder-kernels/pull/84) - PR: Better way to skip standard library and site-packages modules from UMR - [PR 83](https://github.com/spyder-ide/spyder-kernels/pull/83) - PR: Blacklist tensorflow from the UMR ([8697](https://github.com/spyder-ide/spyder/issues/8697))- update to version 0.4: - New features: - This release fixes several important issues that prevented saving the current namespace to work as expected. - Issues closed: - [Issue 75](https://github.com/spyder-ide/spyder-kernels/issues/75) - Namespace serialization silently fails if any object is unserializable, e.g. a Python module ([PR 81](https://github.com/spyder-ide/spyder-kernels/pull/81)) - [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)) - Pull Requests Merged: - [PR 82](https://github.com/spyder-ide/spyder-kernels/pull/82) - PR: Enclose calls to load wurlitzer and autoreload in try/except\'s ([8668](https://github.com/spyder-ide/spyder/issues/8668)) - [PR 81](https://github.com/spyder-ide/spyder-kernels/pull/81) - PR: Fix and improve saving of Spyder namespace with many types of objects ([75](https://github.com/spyder-ide/spyder-kernels/issues/75)) - [PR 80](https://github.com/spyder-ide/spyder-kernels/pull/80) - PR: Fix loading Spydata file with changed filename and other edge-cases in load_dict ([9](https://github.com/spyder-ide/spyder-kernels/issues/9))- update to version 0.3: - New features: - Add Wurlitzer as a new dependency on Posix systems. - Add tests for the console kernel. - Issues closed: - [Issue 62](https://github.com/spyder-ide/spyder-kernels/issues/62) - Add support for AppVeyor ([PR 63](https://github.com/spyder-ide/spyder-kernels/pull/63)) - [Issue 60](https://github.com/spyder-ide/spyder-kernels/issues/60) - Only load Wurlitzer in Posix systems ([PR 64](https://github.com/spyder-ide/spyder-kernels/pull/64)) - [Issue 23](https://github.com/spyder-ide/spyder-kernels/issues/23) - Add tests for the console kernel ([PR 37](https://github.com/spyder-ide/spyder-kernels/pull/37)) - Pull Requests Merged: - [PR 64](https://github.com/spyder-ide/spyder-kernels/pull/64) - PR: Don\'t load Wurlitzer extension on Windows because it has no effect there ([60](https://github.com/spyder-ide/spyder-kernels/issues/60)) - [PR 63](https://github.com/spyder-ide/spyder-kernels/pull/63) - PR: Test on Windows with Appveyor ([62](https://github.com/spyder-ide/spyder-kernels/issues/62)) - [PR 61](https://github.com/spyder-ide/spyder-kernels/pull/61) - PR: Patch multiprocessing to make it work when all variables are removed ([8128](https://github.com/spyder-ide/spyder/issues/8128)) - [PR 59](https://github.com/spyder-ide/spyder-kernels/pull/59) - PR: Filter deprecation warnings in ipykernel ([8103](https://github.com/spyder-ide/spyder/issues/8103)) - [PR 56](https://github.com/spyder-ide/spyder-kernels/pull/56) - PR: Add Wurlitzer to Readme - [PR 55](https://github.com/spyder-ide/spyder-kernels/pull/55) - PR: Exclude all tests from our tarballs - [PR 54](https://github.com/spyder-ide/spyder-kernels/pull/54) - PR: Add the Wurlitzer package to capture stdout/stderr from C libraries ([3777](https://github.com/spyder-ide/spyder/issues/3777)) - [PR 53](https://github.com/spyder-ide/spyder-kernels/pull/53) - PR: Remove current working directory from sys.path before starting the console kernel ([8007](https://github.com/spyder-ide/spyder/issues/8007)) - [PR 37](https://github.com/spyder-ide/spyder-kernels/pull/37) - PR: Initial tests for the console kernel ([23](https://github.com/spyder-ide/spyder-kernels/issues/23)) - [PR 36](https://github.com/spyder-ide/spyder-kernels/pull/36) - PR: Make tests to really fail in CircleCI - [PR 21](https://github.com/spyder-ide/spyder-kernels/pull/21) - PR: Add AUTHORS.txt in MANIFEST.in to include in package
|
|
|