Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

jupyter-ipyparallel-9.0.0-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: jupyter-ipyparallel Distribution: openSUSE Tumbleweed
Version: 9.0.0 Vendor: openSUSE
Release: 1.2 Build date: Sun Nov 17 16:07:07 2024
Group: Development/Languages/Python Build host: reproducible
Size: 57859 Source RPM: python-ipyparallel-9.0.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ipython/ipyparallel
Summary: Interactive parallel computing library for IPython
Use multiple instances of IPython in parallel, interactively.

This package provides the jupyter notebook extension.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Nov 17 2024 Ben Greiner <code@bnavigator.de>
  - Update to 9.0.0
    [#]# Fixes:
    * Fix for background-thread output going to the wrong cell in a
      notebook.
    [#]# Other changes:
    * Compatibility fixes for upcoming ipykernel 7 (ipykernel 6.9.1
      is now required)
    * JupyterLab extension dependencies are updated from 3.x to
      JupyterLab 4.3
    * Use importlib.metadata instead of deprecated entrypoints (no
      effect for users)
* Sun May 05 2024 Ben Greiner <code@bnavigator.de>
  - Update to 8.8.0
    [#]# New:
    * BroadcastView.map is defined for API compatibility, but is not
      particularly efficient or recommended.
    [#]# Fixed:
    * AsyncResult.join is fixed.
    [#]# Improved:
    * Performance optimization disabling timestamp parsing in
      jupyter_client is not applied until ipyparallel classes are
      instantiated, rather than at import time.
* Thu Mar 28 2024 Ben Greiner <code@bnavigator.de>
  - Update to 8.7.0
    * 8.7 is a small release, with a few improvements and updates,
      mostly related to compatibility with different versions of
      JupyterLab, Notebook, and Jupyter Server.
    [#]# Highlights:
    * JupyterLab 4 compatibility for the lab extension
    * Improved logging and deprecation messages for different
      versions of Jupyter Server and Notebook
    [#]# New features added
    * Update labextension to jupyterlab 4 #833 (@minrk)
    * add ControllerLauncher.connection_info_timeout config #872
      (@minrk)
    [#]# Enhancements made
    * log launcher output at warning-level in case of nonzero exit
      code #866 (@minrk)
    * improve deprecation messaging around ipcluster nbextension
      [#835] (@minrk)
    [#]# Bugs fixed
    * Use pre-3.10 serialization code on PyPy3.10 #846 (@mgorny,
      @minrk)
    * fallback import when using notebook and jupyter_server is
      unavailable #808 (@minrk)
    * don't propagate logs in IPython #797 (@minrk)
  - Drop ipyparallel-pr859-utcnow-deprecation.patch
* Tue Mar 05 2024 Ben Greiner <code@bnavigator.de>
  - Skip python39: no longer supported since ipython 8.19
* Wed Feb 07 2024 Ben Greiner <code@bnavigator.de>
  - Add ipyparallel-pr859-utcnow-deprecation.patch for Python 3.12
    gh#ipython/ipyparallel#859
* Sun Feb 04 2024 Ben Greiner <code@bnavigator.de>
  - Jupyterlab does not require notebook < 7 anymore
* Sun Apr 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.6.1
    * avoid errors when engine id cannot be identified #793 (@minrk)
    * Disable variable expansion in %px #792 (@minrk)
    * fix wait_interactive(return_when=FIRST_EXCEPTION) when there
      are no errors #790 (@minrk)
  - Release 8.6.0
    * Fix KeyError on parent_header when streaming output with %%px
    * Allow disabling streaming/progress defaults with
      IPP_NONINTERACTIVE=1 environment variable (e.g. when building
      notebooks in documentation)
* Thu Mar 30 2023 Ben Greiner <code@bnavigator.de>
  - Update to 8.5.1
    * Fix error preventing creation of new profiles via the lab
      extension
  - Release 8.5.0
    * Updates dependencies in jupyterlab extension to jupyterlab 3.6
    * fix ResourceWarnings about closed clusters
    * Avoid some deprecated APIs in jupyter-client and pyzmq
  - Drop ipyparallel-pr729+pr753-deprecationfilters.patch
* Sat Dec 31 2022 Ben Greiner <code@bnavigator.de>
  - Add deprecation warnings filters
    * ipyparallel-pr729+pr753-deprecationfilters.patch
    * gh#ipython/ipyparallel#729
    * gh#ipython/ipyparallel#753
* Thu Jul 07 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 8.4.1
    * add support for Python 3.11
  - Release 8.4.0
    * (%px) only skip redisplay of streamed errors if outputs are
      complete
    * Avoid use of recently deprecated asyncio/tornado APIs around
      'current' event loops that are not running.
    * Switch to hatch backend for packaging
  - Release 8.3.0
    * Workaround SSL issues with recent builds of nodejs + webpack
    * Build with flit, removing setup.py
    * Remove remaining references to deprecated distutils package
      (has surprising impact on process memory)
    * Improve logging when engine registration times out
  - Release 8.2.1
    * Fixes some compatibility issues with latest dask, ipykernel,
      and setuptools, as well as some typos and improved
      documentation.
  - Skip flaky tests
  - Fix non-rewritten obsoletes and remove incorrect provides in
    jupyter extension package
* Sun Feb 27 2022 Arun Persaud <arun@gmx.de>
  - update to version 8.2.0:
    * Changes:
      + len(AsyncMapResult) and progress ports now use the number of
      items in the map, not the number of messages.
    * Enhancements:
      + Show output prior to errors in %%px
    * Bugs fixed:
      + Fix cases where engine id could be -1 in tracebacks
      + Add missing pbs to engine launcher entrypoints
* Sat Jan 15 2022 Ben Greiner <code@bnavigator.de>
  - Update to 8.1.0
    * 8.1.0 is a small release, adding a few new features and
      bugfixes.
    * relay KeyboardInterrupt to engines in blocking `%px` magics
    * add `Cluster.start_and_connect(activate=True)` to include
      activation of `%px` magics in one-liner startup.
    * initial support for Clusters tab in RetroLab
    * ensure profile config is always loaded for
      `Cluster(profile="xyz")`
    * build lab extension in production mode, apply trove classifiers
    * pass through keyword arguments to constructor in
      `Client.broadcast_view`
  - Don't require iptest for testing anymore, removed in ipython 8

Files

/usr/etc/jupyter/jupyter_notebook_config.d/ipyparallel.json
/usr/etc/jupyter/jupyter_server_config.d/ipyparallel.json
/usr/etc/jupyter/nbconfig/tree.d/ipyparallel.json
/usr/share/doc/packages/jupyter-ipyparallel
/usr/share/doc/packages/jupyter-ipyparallel/README.md
/usr/share/jupyter/labextensions/ipyparallel-labextension
/usr/share/jupyter/labextensions/ipyparallel-labextension/package.json
/usr/share/jupyter/labextensions/ipyparallel-labextension/schemas
/usr/share/jupyter/labextensions/ipyparallel-labextension/schemas/ipyparallel-labextension
/usr/share/jupyter/labextensions/ipyparallel-labextension/schemas/ipyparallel-labextension/package.json.orig
/usr/share/jupyter/labextensions/ipyparallel-labextension/schemas/ipyparallel-labextension/plugin.json
/usr/share/jupyter/labextensions/ipyparallel-labextension/static
/usr/share/jupyter/labextensions/ipyparallel-labextension/static/296.87b6a53d1d5b3f17143e.js
/usr/share/jupyter/labextensions/ipyparallel-labextension/static/remoteEntry.8bfbc894f1978b53b2e2.js
/usr/share/jupyter/labextensions/ipyparallel-labextension/static/style.js
/usr/share/jupyter/labextensions/ipyparallel-labextension/static/third-party-licenses.json
/usr/share/jupyter/nbextensions/ipyparallel
/usr/share/jupyter/nbextensions/ipyparallel/clusterlist.css
/usr/share/jupyter/nbextensions/ipyparallel/clusterlist.js
/usr/share/jupyter/nbextensions/ipyparallel/main.js
/usr/share/licenses/jupyter-ipyparallel
/usr/share/licenses/jupyter-ipyparallel/COPYING.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 15 00:00:06 2025