Hello community,

here is the log from the commit of package python-datashader for 
openSUSE:Factory checked in at 2020-05-29 21:22:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-datashader (Old)
 and      /work/SRC/openSUSE:Factory/.python-datashader.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-datashader"

Fri May 29 21:22:36 2020 rev:13 rq:809427 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-datashader/python-datashader.changes      
2020-02-21 16:43:25.990161941 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-datashader.new.3606/python-datashader.changes
    2020-05-29 21:36:50.558554423 +0200
@@ -1,0 +2,28 @@
+Wed May 27 07:06:34 UTC 2020 - [email protected]
+
+- version update to 0.11.0
+  New features (see getting_started/2_Pipeline.ipynb for examples):
+    New by() categorical aggregator, extending count_cat to work with other 
reduction functions, no longer just count. Allows binning of aggregates 
separately per category value, so that you can compare how that aggregate is 
affected by category value. (#875, #902, #904, #906)
+    Support for negative and zero values in tf.shade for categorical 
aggregates. (#896, #909, #910, #908)
+    Support for span in _colorize(). (#875, #910)
+    Support for Dask-based quadmesh rendering for rectilinear and curvilinear 
mesh types (#885, #913)
+    Support for Dask-based raster mesh rendering (via Canvas.quadmesh) (#872)
+    Faster TMS tileset generation (#886)
+    Expanded performance guide (#868)
+  Bugfixes:
+    Misc bugfixes and improvements (#874, #882, #888, #889, #890, #891)
+  Compatibility (breaking changes and deprecations):
+    To allow negative-valued aggregates, count_cat now weights categories 
according to how far they are from the minimum aggregate value observed, while 
previously they were referenced to zero. Previous behavior can be restored by 
passing color_baseline=0 to count_cat or by.
+    count_cat is now deprecated and removed from the docs; use by(..., 
count()) instead.
+    Result of a count() aggregation is now uint32, not int32, to distinguish 
counts from other aggregation types (#910).
+    tf.shade now only treats zero values as missing for count aggregates 
(uint); zero is otherwise a valid value distinct from NaN (#910).
+    alpha is now respected as the upper end of the alpha range for both 
_colorize() and _interpolate() in tf.shade; previously only _interpolate 
respected it.
+    Added new nansum_missing utility for working with Numpy>1.9, where nansum 
no longer returns NaN for all-NaN values.
+    ds.geo and ds.spatial modules are now deprecated; their contents have 
moved to xarray_spatial and spatialpandas, respectively. (#894)
+
+-------------------------------------------------------------------
+Tue May 26 07:22:31 UTC 2020 - Petr Gajdos <[email protected]>
+
+- %python3_only -> %python_alternative
+
+-------------------------------------------------------------------

Old:
----
  datashader-0.10.0.tar.gz

New:
----
  datashader-0.11.0.tar.gz

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

Other differences:
------------------
++++++ python-datashader.spec ++++++
--- /var/tmp/diff_new_pack.kkmKX9/_old  2020-05-29 21:36:51.082555982 +0200
+++ /var/tmp/diff_new_pack.kkmKX9/_new  2020-05-29 21:36:51.082555982 +0200
@@ -24,7 +24,7 @@
 %endif
 %define         skip_python2 1
 Name:           python-datashader
-Version:        0.10.0
+Version:        0.11.0
 Release:        0
 Summary:        Data visualization toolchain based on aggregating into a grid
 License:        BSD-3-Clause
@@ -54,6 +54,8 @@
 Requires:       python-scipy
 Requires:       python-toolz >= 0.7.4
 Requires:       python-xarray >= 0.9.6
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module DataShape >= 0.5.1}
@@ -110,6 +112,7 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/datashader
 %{python_expand %fdupes %{buildroot}%{$python_sitelib}
 chmod a-x %{buildroot}%{$python_sitelib}/datashader/examples/filetimes.py
 }
@@ -121,10 +124,16 @@
 %pytest datashader/tests --doctest-modules --doctest-ignore-import-errors
 %endif
 
+%post
+%python_install_alternative datashader
+
+%postun
+%python_uninstall_alternative datashader
+
 %files %{python_files}
 %doc README.md
 %license LICENSE.txt
-%python3_only %{_bindir}/datashader
+%python_alternative %{_bindir}/datashader
 %{python_sitelib}/datashader*
 
 %changelog

++++++ datashader-0.10.0.tar.gz -> datashader-0.11.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-datashader/datashader-0.10.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-datashader.new.3606/datashader-0.11.0.tar.gz 
differ: char 5, line 1


Reply via email to