Revisions of python-ipympl

buildservice-autocommit accepted request 1169635 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 33)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1169582 from Todd R's avatar Todd R (TheBlackCat) (revision 32)
- Update to 0.9.4
  * Add matplotlib.backend entry points
  * Build using JupyterLab 4
- Use newer jupyterlab macros
- Source is python3-only now
- Use new license directory
buildservice-autocommit accepted request 1155321 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 31)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 30)
- Skip python39: no longer supported since ipython 8.19
buildservice-autocommit accepted request 1104458 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 29)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 28)
- Suggest primary python package -- boo#1214354
buildservice-autocommit accepted request 1079316 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 27)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1079310 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 26)
- Fix requirements
- Fix jsversion: 11.3
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 25)
- Update to 0.9.3
  * MNT: PEP 632 removed distutils by @tacaswell in #494
  * Make handle_binary compliant with the KernelMessage.IMessage
    spec by @mctoohey in #505
  * Ensure throttling does not break capture_scroll by @ianhi in
    #478
  * fix: add event modifiers for mpl 3.7 by @ianhi in #517
buildservice-autocommit accepted request 1009859 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 24)
baserev update by copy to link target
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 23)
fix source lune
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 1009186 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 22)
Note to reviewer: not sure if the test is correct... the ipynb name seems to have changed and there is also a test-ui directory in the tar-ball, but not sure how to execute the tests

- specfile:
  * update download path and name of full example
  * update required matplotlib version
- update to version 0.9.2:
  * Maintenance
    + Remove unused 'close' arg to show(). by @anntzer in #466
    + Move draw_if_interactive logic to
      new_figure_manager_given_figure. by @anntzer in #468
    + Add bot for updating galata screenshots by @martinRenou in #484
    + Add support for ipywidgets 8 by @ianhi in #461
- changes from version 0.9.1:
  * Fix issue with widget versioning that prevented ipympl to work in
    Voila, nbsphinx and vscode
  * update release instructions by @ianhi in #459
- changes from version 0.9.0:
  * Bump url-parse from 1.5.3 to 1.5.7 by @dependabot in #433
  * Create docs by @ianhi in #434
  * remove linting from tests - now in precommit by @ianhi in #444
  * fixed example notebook filepath by @lento234 in #445
  * update binder bot link by @ianhi in #447
  * support double click events by @ianhi in #446
  * use new matplotlib nightly wheel in tests by @ianhi in #449
  * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #452
  * add docs to readme by @ianhi in #453
  * Add model version separate from package version by @ianhi in #448
- changes from version 0.8.8:
  * fix toolbar for mpl>3.6 by @ianhi in #428
- changes from version 0.8.7:
  * Remove centering of plot on firefox by @ianhi in #421
  * Fix CI by @martinRenou in #423
- changes from version 0.8.6:
  * Use Retrolab on Binder by @martinRenou in #414
  * Allow ipython-8.0 by @stonebig in #418
- changes from version 0.8.5:
  * Fix package dependencies by @martinRenou in #410
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 21)
,
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 20)
- Update to v0.8.4 w/ jupyter-matplotlib v0.10.4
  * Try fixing the automatic release CI job by @martinRenou in #408
  * Improve toolbar positioning by @martinRenou in #407
- Release 0.8.3
  * Update CI badge for github actions by @ianhi in #384
  * Add configurable throttling for pan_zoom by @martinRenou in
    #393
  * Webpack: Remove docs build by @martinRenou in #394
  * Slow down pre-commit autoupdates by @ianhi in #398
  * Fix nbconvert pdf export by @martinRenou in #404
  * Refactor image embedding logic and fix nbconvert HTML export by
    @martinRenou in #406
  * Refactor toolbar by @martinRenou in #396
- Release 0.8.2
  * Fix issue with Pyolite workaround #382
- Release 0.8.1
  * Save plot image in the Widget model #376
  * Mock Tornado for JupyterLite #381
  * Fix DPI for static image #380
  * Improve rubberband #371
  * Pre-commit setup #362
  * Bug fixes:
  * Fix import when not in IPython context #364
- Release 0.8.0
  * ipympl now saves the static plot image in the Notebook #343
  * jupyter-matplotlib has switched to TypeScript #314
- Release 0.7.0
  * Added support improved keyhandling in matplotlib 3.4 #310
    (@tacaswell)
  * Update the integration with ipython #305 (@ianhi)
buildservice-autocommit accepted request 875985 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 19)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 875947 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 18)
- Remove unused tarball source

Yes the tarball also contains the js files, but without online npm,
those files are not installed into the right place. Even with just updated
jupyter_packaging. I tried.
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 875542 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 17)
- Update to v0.6.3 w/ labextension v0.8.3
  * Fix JupyterLab 2 support #296
  * Fix plt.pause() behaviour #291
- Release 0.6.0
  * Add support for JupyterLab 3
- Use the Wheel as it bundles the js stuff.
- Enable test with example notebook and pytest --nbval
- No requirement on jupyterlab or notebook: The user can decide
  how to use this widget with either or.
- Skip python36 build: python36-matplotlib is not available in TW
buildservice-autocommit accepted request 835583 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 835574 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 15)
update to latest version
buildservice-autocommit accepted request 822111 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 14)
baserev update by copy to link target
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by