Revisions of python-spyder-kernels

Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 899993 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 58)
- Update to version 2.0.4
  * Support decorator >= 5 (PR 301 by @ccordoba12)
buildservice-autocommit accepted request 894842 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 57)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 894841 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 56)
- Update to version 2.0.3
  * PR 291 - PR: Pass adding breakpoint on ValueError,
buildservice-autocommit accepted request 892127 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 55)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 892125 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 54)
- 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
buildservice-autocommit accepted request 883921 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 53)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 883920 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 52)
- 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
buildservice-autocommit accepted request 874444 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 51)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 874443 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 50)
- Update to version 1.10.2
  * Warn when comm call creates text output, by @impact27
  * Increase minimal required version of ipykernel, by @ccordoba12
  * Better test for non-interactive context, by @juliangilbey
  * Fix assignment detection in exclamation mark mode (Pdb), by
    @impact27
  * Fix recursive debugger, by @impact27
buildservice-autocommit accepted request 872496 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 49)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 872452 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 48)
- NEP29: python36-numpy in Tumbleweed is no more.
  * don't install numpy and co for testing
  * skip tests requiring them

- Skip test_dask_multiprocessing as it very often fails on OBS i586
buildservice-autocommit accepted request 866763 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 47)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 866762 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 46)
- Skip test_dask_multiprocessis as it very often fails on OBS i586
buildservice-autocommit accepted request 857048 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 45)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 857047 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 44)
- 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 @dalthviz)
  * Issue 256 - ImportError: cannot import name
    'leading_empty_lines' (PR 264 by @ccordoba12)
  Pull Requests Merged
  * PR 270 - PR: Treat 'pkgs' path as a library, by @dalthviz (269)
  * PR 267 - PR: Remove handlers that require direct code
    execution, by @ccordoba12
  * PR 266 - PR: Add exception for quit and exit in SpyderPdb, 
    by @impact27
  * PR 265 - PR: Add space after dot in a message, by @impact27
  * PR 264 - PR: Add explicit requirement on IPython and require
    version 7.6.0+, by @ccordoba12 (256)
  * PR 263 - PR: Add extra validation to is_module_installed, by
    @ccordoba12
  * PR 262 - PR: Avoid infinite hang when quitting external 
    kernels, by @impact27
  * PR 261 - PR: Fix get_cwd permission errors, by @steff456
  * PR 260 - PR: Fix Github actions, by @ccordoba12
- Remove unused mock dependency
 
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 849757 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 43)
- 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 @impact27)
  * Issue 245 - Display size of string in variable editor
  Pull Requests Merged
  * PR 255 - PR: Fix warning for '!' Pdb option, by @impact27
  * PR 253 - PR: Extend sys.path with paths that come from 
    Spyder, by @ccordoba12
  * PR 252 - PR: Use frame locals when evaluating code in 
    Pdb, by @impact27
  * PR 251 - PR: Catch errors when trying to get the len of 
    an object, by @impact27
  * PR 250 - PR: Show size of objects correctly, if they 
    implement len(), by @skjerns
  * PR 246 - PR: Allow sorting with custom sorting key, by 
    @skjerns
  * PR 244 - PR: Set multiprocessing ORIGINAL_DIR at startup, 
    by @impact27 (13632)
  * PR 243 - PR: Allow leading indents in cells, by 
    @impact27 (247)
  * PR 242 - PR: Display error if required, by @impact27
  * PR 240 - PR: Hide runcell and runfile frames using a new
    IPython feature, by @impact27
  * PR 239 - PR: Improve Pdb input handling, by @impact27
  * PR 232 - PR: Make do_where go to the current file, by @impact27
buildservice-autocommit accepted request 831480 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 42)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 831477 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 41)
- Update to version 1.9.4
  * PR 238 - PR: Set get_local_scope correctly while debugging,
    by @impact27
  * PR 235 - PR: Set debug state correctly on exception,
    by @impact27
  * PR 233 - PR: Don't save file in runcell, by @impact27
- Version 1.9.3
  * Require dask[distributed] for tests, by @bnavigator (236)
buildservice-autocommit accepted request 820033 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 40)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 39)
typo in changelog
Displaying revisions 41 - 60 of 98
openSUSE Build Service is sponsored by