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

jupyter-ipyleaflet-0.17.1-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: jupyter-ipyleaflet Distribution: openSUSE:Factory:zSystems
Version: 0.17.1 Vendor: openSUSE
Release: 1.2 Build date: Tue Oct 25 12:44:50 2022
Group: Development/Languages/Python Build host: s390zl27
Size: 5260633 Source RPM: python-ipyleaflet-0.17.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jupyter-widgets/ipyleaflet
Summary: A Jupyter widget for dynamic Leaflet maps - Jupyter files
A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook.

This package provides the extensions for jupyter notebook and jupyterlab.

Provides

Requires

License

MIT

Changelog

* Tue Sep 27 2022 Matej Cepl <mcepl@suse.com>
  - Update to version 0.17.1:
    - Add a colormap control to be used with Choropleth layer
    - Add zoom_offset param to TileLayer by @ned2
    - Add support for as_leaflet_layer in Map.add
    - ipywidgets 8.0 support
    - Pin nodejs=16, drop base setup
    - Remove HikeBike basemap from the examples
    - Use the latest jupyterlite-sphinx release on ReadTheDocs
    - Lazy-load the JupyterLite embedded page in documentation
* Sat Jul 09 2022 Arun Persaud <arun@gmx.de>
  - update to version 0.17.0:
    * New Features
      + Make it possible to use Choropleth layer with data containing
      NaNs #972
      + Add Map panes #999
      + Allow setting Map.dragging #1001
      + Add visible attribute to GeoJSON layer #1002
    * Deprecated API
      + Deprecate LegendControl properties name, legends, positioning,
      and positionning #979 and #1005. Update your code with the
      following substitutions for a LegendControl legend:
      legend.name -> legend.title
      legend.legends -> legend.legend
      legend.positioning -> legend.position
      legend.positionnning -> legend.position
      The name argument in creating a LegendControl is also deprecated,
      please use the title argument instead: LegendControl({},
      title='My Title').
      + Deprecate layer and control-specific method names for Map and
      LayerGroup, in favor of methods that work for both layers and
      controls #982. Update your code with the following substitutions
      for a Map map (or LayerGroup):
      map.add_control(...) or map.add_layer(...) -> map.add(...)
      map.remove_control(...) or map.remove_layer(...) -> map.remove(...)
      map.substitute_control(...) or map.substitute_layer(...) -> map.substitute(...)
      map.clear_controls(...) or map.clear_layers(...) -> map.clear(...)
      The inline operators still continue to work as before, such as
      map += control or map -= layer.
    * Maintenance
      + Compute the public path automatically #988
    * Docs
      + Document use of multiple basemaps #971
      + Add a small introduction text #992
* Fri Jun 17 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - update to version 0.16.0:
    New features
    * Add bounds attribute to TileLayer by @davidbrochart in #907
    * Implemented open_popup and close_popup methods by @PROgram52bc in #914
    Maintainance
    * Stop layer loading spinner when layer is removed by @clydebw in #903
    * Added backward compatibility for dict basemaps by @sackh in #901
    * Pin openssl=1.1.1l in CI script by @trungleduc in #906
    * Test ipyleaflet widgets with galata by @trungleduc in #905
    * Clean up UI tests by @davidbrochart in #908
    * Remove map callbacks when DrawControl removed from map by @clydebw in #916
    * Add Galata bot by @martinRenou in #938
    * Fix CI by @martinRenou in #946
    * Fix Galata screenshot update CI job by @martinRenou in #945
    * Missing jupyter-packaging on CI by @martinRenou in #948
    * Fix ui-tests port by @martinRenou in #949
    * UI-tests: Update scripts to match bot implementation by @martinRenou in #950
    * Remove OpenSSL pinning by @martinRenou in #952
    * Update Galata screenshots by @martinRenou in #947
    * Update build script by @martinRenou in #954
    * Fix watch script in ipyleaflet by @HaudinFlorence in #963
    Docs:
    * Fix docs table by @martinRenou in #898
    * Update basemaps by @MackyDIARRA in #924
    * Updates on ipyleaflet documentation by @HaudinFlorence in #953
    * Change the theme to pydata-sphynx-theme by @HaudinFlorence in #955
    * Update installation instructions by @martinRenou in #956
    * Add to ipyleaflet's documentation some missing attributes sections with autodoc. by @HaudinFlorence in #957
    * Add jupyterlite-sphinx by @HaudinFlorence in #958
    * Fix formatting issues in the doc for attributes and methods sections using autodoc by @HaudinFlorence in #959
    * radiation notebook updated with SearchControl object adding by @MackyDIARRA in #899
* Sun Feb 27 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 0.15.0:
    * Add prefer_canvas option to the Map class
    * Use xyzservices for base maps
    * Add Colab support by default
    * Support any layer type in MarkerCluster
    * Add location_found event to the SearchControl
* Sun Oct 17 2021 Ben Greiner <code@bnavigator.de>
  - Update to 0.14.0
    * Remove Shapely and branca dependencies
      (for support in JupyterLite)
    * Add new options to marker cluster
* Fri Apr 23 2021 Ben Greiner <code@bnavigator.de>
  - Update to 0.13.6
    * Fix support for Jupyter Notebook
    * Change imports from Phosphor to Lumino
  - Release 0.13.5
    * Add support for JupyterLab 3 #714
  - Release 0.13.4
    * Improve GeoJSON data update #668
    * Add support for WKT layer #679
    * Add Gaode basemap #681
    * Change SearchControl zoom trait to None #688
    * Add example notebooks for KML and GPX file formats #691
    * Update GeoData API documentation to add point_stype attribute
      [#695]
    * Add a callback on found event for searching in GeoJSON layer
      [#707]
    * Add custom tile server GIF to example notebook #724
    * Add support for DivIcon #727
    * Support for transparent WidgetControl #732
    * Update LeafletJS from 1.3.0 to 1.7.1 #734
    * Add Map.fit_bounds(bounds) #737
    * Add MagnifyingGlass layer #733
    * Add Shapely as a dependency #683
    * Add nodejs dependency to Binder environment #700
    * Set --minimize=False on Binder #704
    * Remove class_name #729
    * Change license to MIT #736
    * Fix WMS layer options #755
  - Release 0.13.3
    * Fix recursion error on GeoJSON #661
  - Release 0.13.2
    * Add found_style property to SearchControl #640
    * Fix DrawControl position #656
    * Fix GeoJSON style update #658
  - Release 0.13.1
    * Add layer attribute for search control #622
    * Simplify main JS file #631
    * Remove Travis #627
    * Add GitHub Actions #626
    * Add docstrings #623 #628 #630
    * Implement __geo_interface__ #621
    * Add pixel_bounds to Map #616
    * Enable float zoom levels #608
    * Pin branca>=0.3.1,<0.5 #639
    * Fix Icon traits #634 #636 #637
    * Fix GeoJSON click event #629
    * Fix bounds type #625
    * Fix ipyleaflet import #624
    * Fix EPSG:3413 and EPSG:3031 #620
    * Fix layer removal #619
    * Fix option update #611
    * Fix flake8 errors #609
  - Release 0.13.0
    * Add support for custom map and WMS projections #598
    * Add SearchControl feature #576
    * Add SearchControl documentation #584
    * Add window_url attribute to Map #587
    * Add Vector tile docs #590
    * Fix missing dependency in documentation #581
    * Fix overwriting of colormap ranges for Choropleth #577
    * Prevent updating dictionary in GeoJSON style_callback #600
  - Release 0.12.6
    * Use leaflet-defaulticon-compatibility for icon image bundling
      [#552]
    * Refactor GeoJSON layer #573
    * Add means to save to HTML #574
    * Improve docs #575
    * Make the xarray dependency optional #561
    * Fix in the Vector tile layer #568
    * Fix issue with Phosphor dependency #563
    * Bug fix with respect to the GeoJSON layer #572
  - Release 0.12.4
    * The package now ships the JupyterLab extension automatically.
      So jupyter labextension install jupyter-leaflet should not be
      needed anymore #510
    * Add support for int data in Choropleth #539
    * Add style_callback to GeoJSON/Choropleth/GeoData layers #518
    * Rename positional argument in handle_draw callback #530
    * Add VectorTilesLayer #544
  - Release 0.12.3
    * JupyterLab 2 support #509
    * Sync Path's fill_color attribute with color attribute #505
    * Documentation improvements #497 #506
* Mon Feb 10 2020 Todd R <toddrme2178@gmail.com>
  - Update to 0.12.2
    + Fixes:
    * Popup creation
    * DrawControl creation
    + New features and improvements
    * Smoother URL changes on GridLayers
    * ScaleControl
    * Documentation improvements
    * WMSLayer: Listen for dynamic changes on parameters
* Tue Jan 28 2020 Todd R <toddrme2178@gmail.com>
  - Update to 0.12.1
    * Update environment.yml
    * Allow passing a TileLayer as basemap
    * Add Here basemaps
  - Update to 0.12.0
    * Add zoom_control_instance default value
    * Move to modern javascript
* Wed Jan 15 2020 Todd R <toddrme2178@gmail.com>
  - Update to 0.11.7
    * Add support for font-awesome icons in Markers
    * Add support for setting layer.popup to a Popup instance
    * Add loading attribute to TileLayer (#460)
    * Improvements suggested by @martinRenou
    * Add leaflet-ant-path plugin
    * Remove on_displayed event listener
    * Use Bunch from traitlets
    * Add BSD copyright headers
  - Update to 0.11.5
    * Add Leaflet.Path.Transform
    * Bump macaddress from 0.2.8 to 0.2.9 in /js
    * Add show_loading attribute in docs
    * Remove show_progress Map attribute
    * Add leaflet.py
    * Add spinner when tiles are loading
    * Allow rendering GeoJSON points with CircleMarkers.
    * Bump lodash from 4.17.5 to 4.17.15 in /js
    * Sync locations
    * Improve README
* Sat Jan 11 2020 Bernhard Wiedemann <bwiedemann@suse.com>
  - Use pyproject_install macro (boo#1094323)
* Mon Nov 18 2019 Todd R <toddrme2178@gmail.com>
  - Update to 0.11.4
    * Add substitute_layer to LayerGroup clas
    * fix DeprecationWarning
  - Update to 0.11.3
    * Fix documentation
    * Fix LocalTileLayer
    * Clean GeoData on_hover Notebook
    * Add screencast
    * Add Wealth Of Nations Notebook example
    * silence traitlet deprecation warnings
  - Update to 0.11.2
    * Add missing installation command
    * Add keywords to allow for package to be visible in JupyterLab extension
    * Update Numpy.ipynb to use new USGS url for data download
    * Geodata on hover example
    * changes Geodata Class
    * adding feature in on hover with ex
    * Fix issue when the view is not rendered yet
  - Update to 0.11.1
    * Drop lab variables polyfill
    * Load Stamen tiles over HTTPS
  - Update to 0.11.0
    * Add Attribution control
    * Add missing add of the ZoomControl in __init__
    * Add ZoomControl as an ipyleaflet.Control
    * Feat : Add redraw method for TileLayer
    * Options are now given to the JS control
  - Update to 0.10.8
    * Fix Layer's Popup and typo in Popup class
  - Update to 0.10.7
    * Make geopandas an optional dependency
  - Update to 0.10.6
    * Trigger before-attach events and fix popup display
    * Trigger after-attach phosphor event in WidgetControl
  - Update to 0.10.5
    * Add Usage section in the docs
    * Add jlab themes support
    * Add docs for min_native_zoom and max_native_zoom for TileLayer
    * Features : Add attributes for TileLayer
    * Add Select GeoJSON example
    * Add flask for examples/CustomTileServer.ipynb on binder
    * Create CustomTileServer.ipynb
  - Update to 0.10.4
    * Fix wrong requirement string
  - Update to 0.10.3
    * geodata class
    * choropleth doc improve
    * Add no_wrap option for TileLayer
* Tue May 14 2019 Todd R <toddrme2178@gmail.com>
  - Update to 0.10.2
    * Add WidgetControl
    * Fix Popup attribute changing
    * Use JLab background color for widget controls
    * add MapStyle to change Map's css style, aiming to change the cursor
    * make MapStyle work and change default cursor to "hand"
    * Put the map in a subcontainer
    * return normal behavior of the cursor when map is dragging
    * change "hand" cursor to "grab"
    * check for allowed cursor
    * Change name of OpenTopoMap from 'OpenTopMap' to 'OpenTopoMap'
    * change name 'Esri.WoldStreetMap' to 'Esri.WorldStreetMap'
    * Use latest version of leaflet-draw plugin
    * Fix styling problems for GeoJSON
    * Expose fullscreen control/state
    * Fix map size issue
    * Use more robust check before using noConflict() mode
  - Fix dependencies
* Mon Apr 29 2019 Todd R <toddrme2178@gmail.com>
  - initial version (0.10.1)

Files

/usr/etc/jupyter/nbconfig/notebook.d/jupyter-leaflet.json
/usr/share/jupyter/labextensions/jupyter-leaflet
/usr/share/jupyter/labextensions/jupyter-leaflet/package.json
/usr/share/jupyter/labextensions/jupyter-leaflet/static
/usr/share/jupyter/labextensions/jupyter-leaflet/static/056dcd0b0dea7c78019243311551d64b.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/07f16cd155661436fe27959eab15c820.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/0b50583aa1b8ff230b57b92263e47a3e.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/0f2c10250081cf1bd9a4d2250b80dba6.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/138.38c5bbd0880bc361a16d.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/2273e3d8ad9264b7daa5bdbf8e6b47f8.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/243.de3283a4d6c29997826e.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/243.de3283a4d6c29997826e.js.LICENSE.txt
/usr/share/jupyter/labextensions/jupyter-leaflet/static/292.4107fc80f490ac63e379.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/340.b813e0996b4847b4fa5f.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/35.eb4b6d6bf1ffeee78ab0.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/35ae4b5f1bf198c6d955618b85710d05.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/366.525c72fb0fd4b0b7ed4e.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/401d815dc206b8dc1b17cd0e37695975.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/408.24489a1928f1ef461a23.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/44a526eed258222515aa21eaffd14a96.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/473ee081160a469c95199d70e78f55fa.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/4f0283c6ce28e888000e978e537a6a56.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/549b33bab7247b619c0292995f5a906b.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/550.8c25f64dcc710ad89f76.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/592b7360116d244f9dd932b0c0041982.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/665.61271d899ed18644eb02.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/687.6c0a27b7c659dcc31c14.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/69fbc9c24b3665b801445c9bccc7017d.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/6a1e950d14904d4b6fb5c9bdc3dfad06.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/6e8e462555c4b10dbfbc206e8276e6e2.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/732.755ed92c4bd1cc1f291b.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/738.3cb98a41cc77eed3dc2d.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/751.908db8d0e98b12b781db.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/787.6c817ebd9f207c63c60f.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/790.66b55efd08da6313e94a.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/7910c667cb5ddcdcb4ee3278627c85e1.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/79148a43587cbe5c43d24fa894a78ba3.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/795.5a0b76ffe458129e8ed4.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/795.5a0b76ffe458129e8ed4.js.LICENSE.txt
/usr/share/jupyter/labextensions/jupyter-leaflet/static/818.3d2be5bbcb6537a38633.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/860.24094fcdc2f045826bcd.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/874.28aceb3af2ca7bb62440.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/961.cf93e7085b1c412600d8.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/980.339fbd0abaf4e9f2af05.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/994ef255f2077b24b0d8975e90e37a33.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/9e9c77db241e8a58da99bf28694c907d.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/a6137456ed160d7606981aa57c559898.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/cfe6f6ffc5b2d6c482c36c68522f0282.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/d3a5d64a8534322988a4bed1b7dbc8b0.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/ddb8362e333c8f3225da9d578d00c14c.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/deac1d4aa2ccf7ed832e4db55bb64e63.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/e81afdf0b23bc88ea3e6ef3fc2fb65d6.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/f4b0c949877c5f94158208551a57e29d.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/f9b7a75b186911a1b04d08f8db305b7a.gif
/usr/share/jupyter/labextensions/jupyter-leaflet/static/fd48ced8485c638cadcea3eaab6d0937.png
/usr/share/jupyter/labextensions/jupyter-leaflet/static/remoteEntry.826666d2e0fe36d6609e.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/style.js
/usr/share/jupyter/labextensions/jupyter-leaflet/static/third-party-licenses.json
/usr/share/jupyter/nbextensions/jupyter-leaflet
/usr/share/jupyter/nbextensions/jupyter-leaflet/1f2cc17911c8d4a3fa01.png
/usr/share/jupyter/nbextensions/jupyter-leaflet/e52214306ad12a5c837e.png
/usr/share/jupyter/nbextensions/jupyter-leaflet/extension.js
/usr/share/jupyter/nbextensions/jupyter-leaflet/index.js
/usr/share/jupyter/nbextensions/jupyter-leaflet/index.js.LICENSE.txt
/usr/share/jupyter/nbextensions/jupyter-leaflet/index.js.map
/usr/share/licenses/jupyter-ipyleaflet
/usr/share/licenses/jupyter-ipyleaflet/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024