Hello community,

here is the log from the commit of package python-holoviews for 
openSUSE:Factory checked in at 2018-04-20 17:29:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-holoviews (Old)
 and      /work/SRC/openSUSE:Factory/.python-holoviews.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-holoviews"

Fri Apr 20 17:29:33 2018 rev:4 rq:597836 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-holoviews/python-holoviews.changes        
2018-03-11 15:23:39.782633905 +0100
+++ /work/SRC/openSUSE:Factory/.python-holoviews.new/python-holoviews.changes   
2018-04-20 17:31:15.434650304 +0200
@@ -1,0 +2,46 @@
+Wed Apr 18 15:58:43 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 1.10.0
+  + JupyterLab support:
+    * Full compatibility with JupyterLab when installing the 
jupyterlab_holoviews extension (#687)
+  + New components:
+    * Added Sankey element to plot directed flow graphs (#1123)
+    * Added TriMesh element and datashading operation to plot small and large 
irregular meshes (#2143)
+    * Added a Chord element to draw flow graphs between different nodes 
(#2137, #2143)
+    * Added HexTiles element to plot data binned into a hexagonal grid (#1141)
+    * Added Labels element to plot a large number of text labels at once (as 
data rather than as annotations) (#1837)
+    * Added Div element to add arbitrary HTML elements to a Bokeh layout 
(#2221)
+    * Added PointDraw, PolyDraw, BoxEdit, and PolyEdit streams to allow 
drawing, editing, and annotating glyphs on a Bokeh plot, and syncing the 
resulting data to Python (#2268)
+  + Features:
+    * Added radial HeatMap option to allow plotting heatmaps with a cyclic 
x-axis (#2139)
+    * All elements now support declaring bin edges as well as centers allowing 
Histogram and QuadMesh to become first class Dataset types (#547)
+    * When using widgets, their initial or default value can now be set via 
the Dimension.default parameter (#704)
+    * n-dimensional Dask arrays are now supported directly via the gridded 
dictionary data interface (#2305)
+  + Enhancements:
+    * Improvements to exceptions (#1127)
+    * Toolbar position and merging (via a new merge_toolbar option) can now be 
controlled for Layout and Grid plots (#1977)
+    * Bokeh themes can now be applied at the renderer level (#1861)
+    * Dataframe and Series index can now be referenced by name when 
constructing an element (#2000)
+    * Option-setting methods such as .opts, .options and hv.opts now allow 
specifying the backend instead of defaulting to the current backend (#1801)
+    * Handled API changes in streamz 0.3.0 in Buffer stream (#2409)
+    * Supported GIF output on windows using new Matplotlib pillow animation 
support (#385)
+    * Provided simplified interface to rasterize most element types using 
datashader (#2465)
+    * Bivariate element now support levels as a plot option (#2099)
+    * NdLayout and GridSpace now consistently support * overlay operation 
(#2075)
+    * The Bokeh backend no longer has a hard dependency on Matplotlib (#829)
+    * DynamicMap may now return (Nd)Overlay with varying number of elements 
(#1388)
+    * In the notebook, deleting or re-executing a cell will now delete the 
plot and clean up any attached streams (#2141)
+    * Added color_levels plot option to set discrete number of levels during 
colormapping (#2483)
+  + Fixes:
+    * Layout and Overlay objects no longer create lower-case nodes on 
attribute access (#2331)
+    * Dimension.step now correctly respects both integer and float steps 
(#1707)
+    * Fixed timezone issues when using linked streams on datetime axes (#2459)
+  + Changes affecting backwards compatibility:
+    * Image elements now expect and validate regular sampling (#1869); for 
genuinely irregularly sampled data QuadMesh should be used.
+    * Tabular elements will no longer default to use ArrayInterface, instead 
preferring pandas and dictionary data formats (#1236)
+    * Cycle/Palette values are no longer zipped together; instead they now 
cycle independently (#2333)
+    * The default color Cycle was expanded to provide more unique colors 
(#2483)
+    * Categorical colormapping was made consistent across backends, changing 
the behavior of categorical Matplotlib colormaps (#2483)
+    * Disabled auto-indexable property of the Dataset baseclass, i.e. if a 
single column is supplied no integer index column is added automatically (#2522)
+
+-------------------------------------------------------------------

Old:
----
  LICENSE.txt
  holoviews-1.9.5.tar.gz

New:
----
  holoviews-1.10.0.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-holoviews.spec ++++++
--- /var/tmp/diff_new_pack.V0XI38/_old  2018-04-20 17:31:16.214622021 +0200
+++ /var/tmp/diff_new_pack.V0XI38/_new  2018-04-20 17:31:16.218621876 +0200
@@ -20,37 +20,47 @@
 # Tests take too long
 %bcond_with     test
 Name:           python-holoviews
-Version:        1.9.5
+Version:        1.10.0
 Release:        0
 Summary:        Composable, declarative visualizations for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/ioam/holoviews
-Source:         
https://files.pythonhosted.org/packages/source/h/holoviews/holoviews-%{version}.tar.gz
-Source1:        
https://raw.githubusercontent.com/ioam/holoviews/master/LICENSE.txt
+Source:         
https://files.pythonhosted.org/packages/source/h/holoviews/holoviews-%{version}.zip
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module numpy >= 1.0}
-BuildRequires:  %{python_module param >= 1.5.1}
+BuildRequires:  %{python_module param >= 1.6.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  unzip
 %if %{with test}
 BuildRequires:  %{python_module Jinja2}
 BuildRequires:  %{python_module Pygments}
-BuildRequires:  %{python_module bokeh >= 0.12.13}
+BuildRequires:  %{python_module bokeh >= 0.12.14}
+BuildRequires:  %{python_module colorcet}
 BuildRequires:  %{python_module cyordereddict}
+BuildRequires:  %{python_module dask-array}
+BuildRequires:  %{python_module dask-dataframe}
+BuildRequires:  %{python_module dask}
 BuildRequires:  %{python_module datashader}
 BuildRequires:  %{python_module flexx}
 BuildRequires:  %{python_module jsonschema}
+BuildRequires:  %{python_module jupyter_ipykernel}
 BuildRequires:  %{python_module jupyter_ipython}
+BuildRequires:  %{python_module jupyter_ipywidgets}
+BuildRequires:  %{python_module jupyter_nbconvert}
+BuildRequires:  %{python_module jupyter_nbformat}
 BuildRequires:  %{python_module jupyter_notebook}
-BuildRequires:  %{python_module lancet-ioam}
+BuildRequires:  %{python_module jupyter_widgetsnbextension}
+BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module networkx}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module plotly}
+BuildRequires:  %{python_module pyparsing}
 BuildRequires:  %{python_module pyzmq}
+BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module seaborn}
 BuildRequires:  %{python_module selenium}
 BuildRequires:  %{python_module tornado}
@@ -58,29 +68,39 @@
 BuildRequires:  ImageMagick
 BuildRequires:  ffmpeg
 %endif
-Requires:       python-flexx
-Requires:       python-matplotlib
 Requires:       python-numpy >= 1.0
-Requires:       python-param >= 1.3.2
-Recommends:     ffmpeg
+Requires:       python-param >= 1.6.0
 Recommends:     ImageMagick
+Recommends:     ffmpeg
 Recommends:     python-Jinja2
 Recommends:     python-Pygments
-Recommends:     python-bokeh >= 0.12.13
+Recommends:     python-bokeh >= 0.12.14
+Recommends:     python-colorcet
 Recommends:     python-cyordereddict
+Recommends:     python-dask
+Recommends:     python-dask-array
+Recommends:     python-dask-dataframe
 Recommends:     python-datashader
+Recommends:     python-flexx
 Recommends:     python-jsonschema
+Recommends:     python-jupyter_ipykernel
 Recommends:     python-jupyter_ipython
+Recommends:     python-jupyter_ipywidgets
+Recommends:     python-jupyter_nbconvert
+Recommends:     python-jupyter_nbformat
 Recommends:     python-jupyter_notebook
-Recommends:     python-lancet-ioam
+Recommends:     python-jupyter_widgetsnbextension
 Recommends:     python-matplotlib
 Recommends:     python-networkx
 Recommends:     python-pandas
 Recommends:     python-plotly
+Recommends:     python-pyparsing
 Recommends:     python-pyzmq
-Recommends:     python-seaborn
+Recommends:     python-scipy
 Recommends:     python-scitools-iris
+Recommends:     python-seaborn
 Recommends:     python-selenium
+Recommends:     python-streamz
 Recommends:     python-tornado
 Recommends:     python-xarray
 BuildArch:      noarch
@@ -103,7 +123,6 @@
 
 %prep
 %setup -q -n holoviews-%{version}
-cp %{SOURCE1} ./
 chmod a-x examples/topics/simulation/*.ipynb
 
 %build
@@ -134,7 +153,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc CHANGELOG.md LICENSE.txt
+%doc CHANGELOG.md LICENSE.txt README.md
 %doc examples/
 %python_alternative %{_bindir}/holoviews
 %{python_sitelib}/*


Reply via email to