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

python311-ipyleaflet-0.18.2-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-ipyleaflet Distribution: openSUSE Tumbleweed
Version: 0.18.2 Vendor: openSUSE
Release: 1.2 Build date: Thu Mar 7 11:49:01 2024
Group: Development/Languages/Python Build host: reproducible
Size: 5991565 Source RPM: python-ipyleaflet-0.18.2-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jupyter-widgets/ipyleaflet
Summary: A Jupyter widget for dynamic Leaflet maps
A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook.

This package provides the python interface.

Provides

Requires

License

MIT

Changelog

* Thu Mar 07 2024 Ben Greiner <code@bnavigator.de>
  - Update to 0.18.2
    * Add leaflet as singleton by @martinRenou in #1175
  - Skip python39: no longer supported since ipython 8.19 (through
    ipywidgets)
* Sat Dec 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.18.1
    * Add "collapsed" property to the "LayersControl" by @gjmooney in
      [#1156]
    * Add "index" argument to the Map's "add" method by @gjmooney in
      [#1156]
  - Release 0.18.0
    * Removed the unwanted character from Python code. by @frankwwu
      in #1139
    * Added Jupyter Lab 4 support by @cdanielw in #1146
    * Add support for PMTiles by @giswqs in #1138
* Sat Sep 23 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.17.4
    * no upstream changelog
* Sat Aug 26 2023 Ben Greiner <code@bnavigator.de>
  - Make sure notebook 7 does not break this: nbclassic or notebook 6
* Thu Aug 17 2023 Ben Greiner <code@bnavigator.de>
  - Suggest primary python package -- boo#1214354
* Sun Jun 11 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.17.3
    * Add image service layers to address #932 by @tsutterley in #933
    * Revert change from #965 that sets the default zoom to None by
      @martinRenou in #1068
    * Fix in tab by @maartenbreddels in #1099
* Sun Dec 25 2022 Ben Greiner <code@bnavigator.de>
  - Update to version 0.17.2
    * Fix view bounds by @davidbrochart in #1064
    * Add subitems to layers by @HaudinFlorence in #1011
  - Fix requirements
* 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

Files

/usr/lib/python3.11/site-packages/ipyleaflet
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info/LICENSE
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info/METADATA
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info/RECORD
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info/WHEEL
/usr/lib/python3.11/site-packages/ipyleaflet-0.18.2.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/ipyleaflet/__init__.py
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/basemaps.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/basemaps.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/leaflet.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/leaflet.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/projections.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/projections.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/velocity.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/velocity.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/xarray_ds.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/__pycache__/xarray_ds.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/_version.py
/usr/lib/python3.11/site-packages/ipyleaflet/basemaps.py
/usr/lib/python3.11/site-packages/ipyleaflet/external
/usr/lib/python3.11/site-packages/ipyleaflet/external/__init__.py
/usr/lib/python3.11/site-packages/ipyleaflet/external/__pycache__
/usr/lib/python3.11/site-packages/ipyleaflet/external/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/external/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/external/__pycache__/here.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/external/__pycache__/here.cpython-311.pyc
/usr/lib/python3.11/site-packages/ipyleaflet/external/here.py
/usr/lib/python3.11/site-packages/ipyleaflet/labextension
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/package.json
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/00179c4c1ee830d3a108.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/0194f340b27a4c5be35b.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/066daca850d8ffbef007.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/138.d76a33f1d3263aaa60fc.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/1755d22b1ffb0e8589b2.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/1d58b682e64eeac7a47f.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/1dbbe9d028e292f36fcb.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/243.45f065b556905df86ca2.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/243.45f065b556905df86ca2.js.LICENSE.txt
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/264f5c640339f042dd72.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/292.4107fc80f490ac63e379.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/2972e9515ff9b486d358.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/35.eb4b6d6bf1ffeee78ab0.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/366.a7b543196042a69b6553.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/408.2d9f0740a6db65f5d011.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/40bb0aff173baa6b3e8d.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/52aceec684de337b9359.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/550.d5d4cff7dfc1cd2c5db9.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/558233345e005b15b6b8.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/574c3a5cca85f4114085.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/5d55e5b00993a8a670e7.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/665.5238b4be159a24e206a7.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/687.6c0a27b7c659dcc31c14.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/691.4209e85da8c2f25ef40a.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/7107fd0636a571de7207.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/732.755ed92c4bd1cc1f291b.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/738.3cb98a41cc77eed3dc2d.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/751.ccc2a387c69ff1829bef.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/787.6c817ebd9f207c63c60f.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/795.ce5445668429487f077e.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/795.ce5445668429487f077e.js.LICENSE.txt
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/7970eeda1c1d647da160.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/818.3d2be5bbcb6537a38633.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/836.1bc0ac7cda87486695c5.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/860.54f39a2612d1460fa427.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/8703a2262710f5e3d29e.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/874.5a1aed3c32b82a312609.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/948a01a00a8ffcf9f9f1.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/961.cf93e7085b1c412600d8.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/980.339fbd0abaf4e9f2af05.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/999.8b6df86a95082c36d589.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/999.8b6df86a95082c36d589.js.LICENSE.txt
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/a59c1612e89468ce9d27.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/a7914120026f40f5da0d.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/a8978a1d3d21d8ee6f16.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/b21a536be27313fb504f.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/c83b73f9d863b80a28ea.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/d6926e36feb2224311ab.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/dc7ae401048e6ad3c8f5.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/e41bc4be3d9cc8fcda26.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/ebeab4d490fb22b2f82d.gif
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/f001d4f02102a672b95f.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/fa2c95e0610f3787c879.png
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/remoteEntry.5e71a5e8dcb6330c0085.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/style.js
/usr/lib/python3.11/site-packages/ipyleaflet/labextension/static/third-party-licenses.json
/usr/lib/python3.11/site-packages/ipyleaflet/leaflet.py
/usr/lib/python3.11/site-packages/ipyleaflet/nbextension
/usr/lib/python3.11/site-packages/ipyleaflet/nbextension/1f2cc17911c8d4a3fa01.png
/usr/lib/python3.11/site-packages/ipyleaflet/nbextension/e52214306ad12a5c837e.png
/usr/lib/python3.11/site-packages/ipyleaflet/nbextension/extension.js
/usr/lib/python3.11/site-packages/ipyleaflet/nbextension/index.js
/usr/lib/python3.11/site-packages/ipyleaflet/nbextension/index.js.LICENSE.txt
/usr/lib/python3.11/site-packages/ipyleaflet/nbextension/index.js.map
/usr/lib/python3.11/site-packages/ipyleaflet/projections.py
/usr/lib/python3.11/site-packages/ipyleaflet/velocity.py
/usr/lib/python3.11/site-packages/ipyleaflet/xarray_ds.py
/usr/share/licenses/python311-ipyleaflet
/usr/share/licenses/python311-ipyleaflet/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:23:08 2024