Revisions of python-spyder-kernels

Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 38)
- add scipy and dask-distributed to test requirements
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 37)
- Update to version 1.9.1
  * PR gh#spyder-ide/spyder-kernels#234
    Fix a problem caused by ipykernel 5.3.1, by @ccordoba12
  * PR gh#spyder-ide/spyder-kernels#231
    Send comm config on every message, by @impact27
  * PR gh#spyder-ide/spyder-kernels#230
    Send comm config before any wait just to be sure, by @impact27
  * PR gh#spyder-ide/spyder-kernels#229
    Add warning on console if file is not saved, by @impact27
  * PR gh#spyder-ide/spyder-kernels#228
    Fix post_mortem interaction, by @dalthviz
  * PR gh#spyder-ide/spyder-kernels#227
    Create a constant for numeric Numpy types, by @dalthviz
  * PR gh#spyder-ide/spyder-kernels#226
    Backport PR 225, by @ccordoba12
  * PR gh#spyder-ide/spyder-kernels#222
    Remove the current working directory from sys.path for Python 3.7+,
    by @ccordoba12
  * PR gh#spyder-ide/spyder-kernels#220
    Make multithreading patch work for all OSes in Python 3,
    by @steff456 (gh#spyder-ide/spyder#12465)
- use pytest macro
- add scipy and dask to test requirements
- disable dask test until failure is resolved
  gh#spyder-ide/spyder-kernels#236
buildservice-autocommit accepted request 805664 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 36)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 35)
- 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 [@ccordoba12](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 [@impact27](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 [@ccordoba12](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 [@impact27](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 [@impact27](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 [@ccordoba12](https://github.com/ccordoba12)
  - In this release 5 pull requests were closed.
buildservice-autocommit accepted request 795706 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 34)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 33)
- remove unused python2 requirements
buildservice-autocommit accepted request 787271 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 32)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 31)
fix changelog entry
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 30)
- remove fix-tests-ipython-7.10.patch, already included upstream
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 29)
## Version v1.9.0 (2020-03-14)
 - 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 [@ccordoba12](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 [@dalthviz](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 [@goanpeca](https://github.com/goanpeca)
  - [PR 204](https://github.com/spyder-ide/spyder-kernels/pull/204) - PR: Remove load_exception in CommBase, by [@impact27](https://github.com/impact27)
  - [PR 200](https://github.com/spyder-ide/spyder-kernels/pull/200) - PR: Fix %varexp namespace, by [@impact27](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 [@impact27](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 [@dalthviz](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 [@impact27](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 [@impact27](https://github.com/impact27)
  - [PR 192](https://github.com/spyder-ide/spyder-kernels/pull/192) - PR: Resend comm configuration on timeout, by [@impact27](https://github.com/impact27)
  - [PR 190](https://github.com/spyder-ide/spyder-kernels/pull/190) - PR: Allow IPython magics in code again, by [@impact27](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 [@impact27](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 [@impact27](https://github.com/impact27) ([1918](https://github.com/spyder-ide/spyder/issues/1918))
  - In this release 13 pull requests were closed.
buildservice-autocommit accepted request 769257 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 28)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 27)
- add fix-tests-ipython-7.10.patch to fix compatibility with IPython > 7.10
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 26)
- 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
buildservice-autocommit accepted request 753923 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 25)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 24)
- Add new testing dependency python*-flaky to fix tests and build.
buildservice-autocommit accepted request 723354 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 23)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 22)
- Add fix-tests-pandas.patch and remove workaround to fix tests.
buildservice-autocommit accepted request 721110 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 20)
- 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.
buildservice-autocommit accepted request 717682 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
baserev update by copy to link target
Displaying revisions 61 - 80 of 98
openSUSE Build Service is sponsored by