Revisions of python-holoviews

Matej Cepl's avatar Matej Cepl (mcepl) accepted request 920050 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 45)
- Update to 1.14.6
  * Compatibility for bokeh 2.4 and fixes to processing of falsey
    properties and visible style property (#5059, #5063)
  * Stricter validation of data.interface before calling subclass
    (#5050)
  * Fix to prevent options being ignored in some cases (#5016)
  * Improvements to linked selections including support for linked
    selection lasso for cudf and improved warnings   * (#5044,
    #5051)
  * Respect apply_ranges at range computation level (#5081)
  * Keep ordering of kdim when stacking Areas (#4971)
  * Apply hover postprocessor on updates (#5039)
- Release 1.14.5
  * Support for pandas>=1.3 (#5013)
  * Various bug fixes relating to dim transforms including the use
    of parameters in slices and the use of getattribute
    (#4993, #5001, #5005)
- Release 1.14.4
  Enhancements:
  * Reenable SaveTool for plots with Tiles (#4922)
  * Enable dask TriMesh rasterization using datashader (#4935)
  * Use dataframe index for TriMesh node indices (#4936)
  Bug fixes:
  * Fix hover for stacked Bars (#4892)
  * Check before dereferencing Bokeh colormappers (#4902)
  * Fix multiple parameterized inputs to dim (#4903)
  * Fix floating point error when generating bokeh Palettes (#4911)
  * Fix bug using dimensions with label on Bars (#4929)
  * Do not reverse colormaps with '_r' suffix a second time (#4931)
  * Fix remapping of Params stream parameter names (#4932)
  * Ensure Area.stack keeps labels (#4937)
  Compatibility:
  * Unfortunately a number of tile sources are no longer publicly
    available. Attempting to use these tile sources will now issue
    warnings unless hv.config.
  * raise_deprecated_tilesource_exception is set to
    True in which case exceptions will be raised instead.
  * The Wikipedia tile source is no longer available as it is no
    longer being served outside the wikimedia domain. As one of
    the most frequently used tile sources, HoloViews now issues a
    warning and switches to the OpenStreetMap (OSM) tile source
    instead.
  * The CartoMidnight and CartoEco tile sources are no longer
    publicly available. Attempting to use these tile sources will
    result in a deprecation warning.
- Refresh remove_nose.patch: with sed line is simpler
buildservice-autocommit accepted request 884078 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 44)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 884056 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 43)
- Update to version 1.14.3
  Enhancements:
  * Allow applying linked selections to chained DynamicMap (#4870)
  * Issuing improved error message when __radd__ called with an
    integer (#4868)
  * Implement MultiInterface.assign (#4880)
  * Handle tuple unit on xarray attribute (#4881)
  * Support selection masks and expressions on gridded data (#4882)
  Bug fixes:
  * Handle empty renderers when merging HoverTool.renderers (#4856)
  Compatibility:
  * Support matplotlib versions >=3.4 (#4878)
- Skip tests not taking into account new functionality with 
  matplotlib 3.4.1 -- gh#holoviz/holoviews#4886
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 882587 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 42)
- Update to version 1.14.2:
  * Enhancements:
    - Bokeh 2.3 compatibility (gh#holoviz/holoviews#4805,
      gh#holoviz/holoviews#4809).
    - Supporting dictionary streams parameter in DynamicMaps and
      operations (gh#holoviz/holoviews#4787,
      gh#holoviz/holoviews#4818, gh#holoviz/holoviews#4822).
    - Support spatialpandas DaskGeoDataFrame
      (gh#holoviz/holoviews#4792).
    - Disable zoom on axis for geographic plots
      (gh#holoviz/holoviews#4812
    - Add support for non-aligned data in Area stack classmethod
      (gh#holoviz/holoviews#4836).
    - Handle arrays and datetime ticks
      (gh#holoviz/holoviews#4831).
    - Support single-value numpy array as input to HLine and VLine
      (gh#holoviz/holoviews#4798).
  * Bug fixes:
    - Ensure link_inputs parameter on operations is passed to
      apply (gh#holoviz/holoviews#4795).
    - Fix for muted option on overlaid Bokeh plots
      (gh#holoviz/holoviews#4830).
    - Check for nested dim dependencies
      (gh#holoviz/holoviews#4785).
    - Fixed np.nanmax call when computing ranges
      (gh#holoviz/holoviews#4847).
    - Fix for Dimension pickling (gh#holoviz/holoviews#4843).
    - Fixes for dask backed elements in plotting
      (gh#holoviz/holoviews#4813).
    - Handle isfinite for NumPy and Pandas masked arrays
      (gh#holoviz/holoviews#4817).
    - Fix plotting Graph on top of Tiles/Annotation
      (gh#holoviz/holoviews#4828).
    - Miscellaneous fixes for the Bokeh plotting extension
      (gh#holoviz/holoviews#4814, gh#holoviz/holoviews#4839).
    - Miscellaneous fixes for index based linked selections
      (gh#holoviz/holoviews#4776).
  * Documentation:
    - Expanded on Tap Stream example in Reference Gallery
      (gh#holoviz/holoviews#4782).
    - Miscellaneous typo and broken link fixes
      (gh#holoviz/holoviews#4783, gh#holoviz/holoviews#4827,
      gh#holoviz/holoviews#4844, gh#holoviz/holoviews#4811).
- Drop holoviews-pr4803-dask2021.patch: upstreamed.
buildservice-autocommit accepted request 871021 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 41)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 871020 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 40)
- NEP 29: NumPy dropped Python 3.6 -- skip python36 build for TW
buildservice-autocommit accepted request 869038 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 39)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 868950 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 38)
- Update to v1.14.1 
  * Fix issues with linked selections on tables (#4758)
  * Fix Heatmap alpha dimension transform (#4757)
  * Do not drop tools in linked selections (#4756)
  * Fixed access to possibly non-existant key (#4742)
- Add holoviews-pr4803-dask2021.patch to support dask >= 2021.1
  gh#holoviz/holoviews#4803
buildservice-autocommit accepted request 862909 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 37)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 36)
drop unneeded bcond
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 862748 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 35)
- rpm 4.16 requires strings to be inside quotes for conditionals
- remove wrong python2 BuildRequires
buildservice-autocommit accepted request 860669 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 34)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 860535 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 33)
- Update to v1.14.0
  This release brings a number of major features including a
  new IbisInterface, new Plotly Dash support and greatly
  improved Plotly support, and greatly improved interaction
  and integration with Datashader. Many thanks to the many
  contributors to this release, whether directly by submitting
  PRs or by reporting issues and making suggestions.
  Specifically, we would like to thank @philippjfr,
  @jonmmease, and @tonyfast for their work on the
  IbisInterface and @jonmmease for improving Plotly support,
  as well as @kcpevey, @Hoxbro, @marckassay, @mcepl, and
  @ceball for various other enhancements, improvements to
  documentation and testing infrastructure. In addition,
  thanks to the maintainers @jbednar, @jlstevens and
  @philippjfr for contributing to this release. This version
  includes a large number of new features, enhancements, and
  bug fixes.
  It is important to note that version 1.14 will be the last
  HoloViews release supporting Python 2.
  Major features:
  * New Plotly Dash support (#4605)
  * New Plotly support for Tiles element (#4686)
  * New IbisInterface (#4517)
  * Greatly improved Datashader rasterize() (#4567). Previously,
    many of the features of Datashader were available only
    through datashade, which rendered data all the way to RGB
    pixels and thus prevented many client-side Bokeh features
    like hover, colorbars, dynamic colormaps, etc. rasterize now
    supports all these Bokeh features along with nearly all the
    Datashader features previously only available through
    datashade, including (now client-side) histogram
    equalization with cnorm='eq_hist' and easy control of
    transparency via a new Dimension.nodata parameter. See the
    Large Data User Guide for more information.
  Enhancements:
  * Implemented datashader aggregation of Rectangles (#4701)
  * New support for robust color limits (clim_percentile) (#4712)
  * Support for dynamic overlays in link_selections (#4683)
  * Allow clashing Param stream contents (#4677)
  * Ensured pandas does not convert times to UTC (#4711)
  + Removed all use of cyordereddict (#4620)
  * Testing infrastructure moved to GH Actions (#4592)
  Bug fixes:
  * Ensure RangeXY returns x/y ranges in correct order (#4665)
    (#4665)
  * Fix datashader instability with Plotly by disabling padding
    for RGB elements (#4705)
  * Various Dask and cuDF histogram fixes (#4691)
  * Fix handling of custom matplotlib and bokeh colormaps (#4693)
  * Fix cuDF values implementation (#4687)
  * Fixed range calculation on HexTiles (#4689)
  * Use PIL for RGB.load_image (#4639)
  Documentation:
   * Clarified data types accepted by Points (#4430)
   * Updated Introduction notebook (#4682)
   * Fixed releases urls (#4672)
  Compatibility:
  * Warning when there are multiple kdims on Chart elements
    (#4710)
  * Set histogram normed option to False by default (#4258)
  * The default colormap in holoviews is now 'kbc_r' instead of
    'fire'; see issue #3500 for details. This change was made
    mainly because the highest value of the fire colormap is
    white, which meant data was often not visible against a
    white background. To restore the old behavior you can set
    hv.config.default_cmap='fire', which you can do via the
    extension e.g. hv.extension('bokeh',
    config=dict(default_cmap='fire')). There is also
    hv.config.default_gridded_cmap which you can set to 'fire'
    if you wish to use the old colormap for the Raster, Image
    and QuadMesh element types. The default HeatMap colormap has
    also been set to 'kbc_r' for consistency and can be set back
    to the old value of 'RdYlBu_r' via
    hv.config.default_heatmap_cmap.
- refresh remove_nose.patch
- drop remove-cyordereddict.patch
- fix test discovery gh#holoviz/holoviews#4621
  * skip failing tests
buildservice-autocommit accepted request 835303 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 32)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 31)
- Add remove-cyordereddict.patch to remove use of cyordereddict,
  which has been declared obsolete even by its upstream
  (gh#holoviz/holoviews#4620).
- Add remove_nose.patch to remove last residues of using nose
  (gh#holoviz/holoviews#4621).
- Tests are enabled again.
buildservice-autocommit accepted request 816742 from Todd R's avatar Todd R (TheBlackCat) (revision 30)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 816738 from Todd R's avatar Todd R (TheBlackCat) (revision 29)
- update to version 1.13.3
  + Enhancements:
    * Expose center as an output rendering option (#4365)
    * Configurable throttling schemes for linked streams on the server (#4372)
    * Add support for lasso tool in linked selections (#4362)
    * Add support for NdOverlay in linked selections (#4481)
    * Add support for unwatching on Params stream (#4417)
    * Optimizations for the cuDF interface (#4436)
    * Add support for by aggregator in datashader operations (#4438)
    * Add support for cupy and dask histogram and box-whisker calculations (#4447)
    * Allow rendering HoloViews output as an ipywidget (#4404)
    * Allow DynamicMap callback to accept key dimension values as variable kwargs (#4462)
    * Delete toolbar by default when rendering bokeh plot to PNG (#4422)
    * Ensure Bounds and Lasso events only trigger on mouseup (#4478)
  + Bug fixes:
    * Eliminate circular references to allow immediate garbage collection (#4368, #4377)
    * Allow bytes as categories (#4392)
    * Fix handling of zero as log colormapper lower bound (#4383)
    * Do not compute data ranges if Dimension.values is supplied (#4416)
    * Fix RangeXY updates when zooming on only one axis (#4413)
    * Ensure that ranges do not bounce when data_aspect is set (#4431)
    * Fix bug specifying a rotation for Box element (#4460)
    * Fix handling of datetimes in bokeh RectanglesPlot (#4461)
    * Fix bug normalizing ranges across multiple plots when framewise=True (#4450)
    * Fix bug coloring adjoined histograms (#4458)
    * Fix issues with ranges bouncing when PlotSize stream is attached (#4480)
    * Fix bug with hv.extension(inline=False) (#4491)
    * Handle missing categories on split Violin plot (#4482)
buildservice-autocommit accepted request 793281 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 28)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 793262 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 27)
update to latest version
buildservice-autocommit accepted request 789449 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 26)
baserev update by copy to link target
Displaying revisions 21 - 40 of 65
openSUSE Build Service is sponsored by