Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yt for openSUSE:Factory 
checked in at 2021-04-29 01:37:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yt (Old)
 and      /work/SRC/openSUSE:Factory/.python-yt.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yt"

Thu Apr 29 01:37:42 2021 rev:4 rq:888593 version:3.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yt/python-yt.changes      2020-05-16 
22:27:33.117423068 +0200
+++ /work/SRC/openSUSE:Factory/.python-yt.new.12324/python-yt.changes   
2021-04-29 01:38:34.062592667 +0200
@@ -1,0 +2,66 @@
+Fri Jul 17 12:57:19 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to version 3.6.1
+  * The angular momentum has been reversed compared to previous versions of 
yt. 
+    See `PR 2043 <https://github.com/yt-project/yt/pull/2043>`__.
+  * New frontend support for the code AMRVAC. Many thanks to Clement Robert 
+    and Niels Claes who were major contributors to this initiative. Relevant 
PRs include:
+  * Support for the AdaptaHOP halo finder code 
+    `PR 2385 <https://github.com/yt*project/yt/pull/2385>`__.
+  * yt now supports geographic transforms and projections of data with 
+    cartopy with support from `PR 1966 
<https://github.com/yt*project/yt/pull/1966>`__.
+  * annotations used to work for only a single point, they now work for 
multiple points 
+    on a plot, see `PR 2122 <https://github.com/yt*project/yt/pull/2122>`__.
+  * cosmology calculations now have support for the relativistic energy 
density of the 
+    universe, see `PR 1714 <https://github.com/yt*project/yt/pull/1714>`__. 
+    This feature is accessible to cosmology datasets and was added to the Enzo 
frontend. 
+  * the eps writer now allows for arrow rotation. this is accessible with 
+    the ``rotate`` kwarg in the ``arrow`` function. 
+    See `PR 2151 <https://github.com/yt*project/yt/pull/2151>`__.
+  * allow for dynamic load balancing with parallel loading of timeseries 
+    data using the ``dynamic`` kwarg. `PR 2149 
<https://github.com/yt*project/yt/pull/2149>`__.
+  * show/hide colorbar and show/hide axes are now available for 
+    ``ProfilePlot`` s. These functions were also moved from the PlotWindow to 
the 
+    PlotContainer class. `PR 2169 
<https://github.com/yt*project/yt/pull/2169>`__.
+  * add support for ipywidgets with an ``__ipython_display__`` method on the 
+    FieldTypeContainer. Field variables, source, and the field array can be 
+    viewed with this widget. See PRs `PR 1844 
<https://github.com/yt*project/yt/pull/1844>`__ 
+    and `PR 1848 <https://github.com/yt*project/yt/pull/1848>`__, 
+    or try ``display(ds.fields)`` in a Jupyter notebook.
+  * cut regions can now be made with ``exclude_`` and ``include_`` on a number 
of objects, 
+    including above and below values, inside or outside regions, equal values, 
or nans. 
+    See `PR 1964 <https://github.com/yt*project/yt/pull/1964>`__ and 
supporting 
+    documentation fix at `PR 2262 
<https://github.com/yt*project/yt/pull/2262>`__.
+  * previously aliased fluid vector fields in curvilinear geometries were not 
+    converted to curvilinear coordinates, this was addressed in 
+    `PR 2105 <https://github.com/yt*project/yt/pull/2105>`__.
+  * 2d polar and 3d cylindrical geometries now support annotate_quivers, 
+    streamlines, line integral convolutions, see 
+    `PR 2105 <https://github.com/yt*project/yt/pull/2105>`__.
+  * add support for exporting data to firefly `PR 2190 
<https://github.com/yt-project/yt/pull/2190>`__.
+  * gradient fields are now supported in curvilinear geometries. See 
+    `PR 2483 <https://github.com/yt*project/yt/pull/2483>`__.
+  * plotwindow colorbars now utilize mathtext in their labels, 
+    from `PR 2516 <https://github.com/yt*project/yt/pull/2516>`__.
+  * raise deprecation warning when using ``mylog.warn``. Instead use 
+    ``mylog.warning``. See `PR 2285 
<https://github.com/yt*project/yt/pull/2285>`__.
+  * extend support of the ``marker``, ``text``, ``line`` and ``sphere`` 
annotation 
+    callbacks to polar geometries  `PR 2466 
<https://github.com/yt*project/yt/pull/2466>`__.
+  * Support MHD in the GAMER frontend  `PR 2306 
<https://github.com/yt-project/yt/pull/2306>`__.
+  * Export data container and profile fields to AstroPy QTables and 
+    pandas DataFrames  `PR 2418 
<https://github.com/yt*project/yt/pull/2418>`__.
+  * Add turbo colormap, a colorblind safe version of jet.  See 
+    `PR 2339 <https://github.com/yt*project/yt/pull/2339>`__.
+  * Enable exporting regular grids (i.e., covering grids, arbitrary grids and 
+    smoothed grids) to ``xarray`` `PR 2294 
<https://github.com/yt*project/yt/pull/2294>`__.
+  * add automatic loading of ``namelist.txt``, which contains the parameter 
file 
+    RAMSES uses to produce output `PR 2347 
<https://github.com/yt*project/yt/pull/2347>`__.
+  * adds support for a nearest neighbor value field, accessible with 
+    the ``add_nearest_neighbor_value_field`` function for particle fields. See 
+    `PR 2301 <https://github.com/yt*project/yt/pull/2301>`__.
+  * speed up mesh deposition (uses caching) `PR 2136 
<https://github.com/yt-project/yt/pull/2136>`__.
+  * speed up ghost zone generation.  `PR 2403 
<https://github.com/yt-project/yt/pull/2403>`__.
+  * ensure that a series dataset has kwargs passed down to data objects `PR 
2366 <https://github.com/yt-project/yt/pull/2366>`__.
+- skip python36 because of numpy
+
+-------------------------------------------------------------------

Old:
----
  yt-3.5.1.tar.gz

New:
----
  yt-3.6.1.tar.gz

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

Other differences:
------------------
++++++ python-yt.spec ++++++
--- /var/tmp/diff_new_pack.G2VyES/_old  2021-04-29 01:38:35.334594470 +0200
+++ /var/tmp/diff_new_pack.G2VyES/_new  2021-04-29 01:38:35.334594470 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yt
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
+%define         skip_python36 1
 Name:           python-yt
-Version:        3.5.1
+Version:        3.6.1
 Release:        0
 Summary:        An analysis and visualization toolkit for volumetric data
 License:        BSD-3-Clause
@@ -32,22 +33,25 @@
 BuildRequires:  %{python_module setuptools >= 19.6}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-matplotlib >= 1.5.3
+Requires:       python-ipython >= 1.0
+Requires:       python-matplotlib >= 2.0.2
+Requires:       python-more-itertools >= 8.4
 Requires:       python-numpy >= 1.10.4
 Requires:       python-setuptools >= 19.6
-Requires:       python-sympy >= 1.0
+Requires:       python-sympy >= 1.2
+Requires:       python-toml >= 0.10.2
+Requires:       python-tqdm >= 3.4.0
+Requires:       python-unyt >= 2.7.2
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     python-bottle
 Recommends:     python-girder-client
-Recommends:     python-jupyter_ipython >= 1.0
 # SECTION test requirements
 BuildRequires:  %{python_module bottle}
 BuildRequires:  %{python_module girder-client}
-BuildRequires:  %{python_module jupyter_ipython >= 1.0}
-BuildRequires:  %{python_module matplotlib >= 1.5.3}
-BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module sympy >= 1.0}
+BuildRequires:  %{python_module ipython >= 1.0}
+BuildRequires:  %{python_module matplotlib >= 2.0.2}
+BuildRequires:  %{python_module sympy >= 1.2}
 # /SECTION
 %python_subpackages
 

++++++ yt-3.5.1.tar.gz -> yt-3.6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-yt/yt-3.5.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-yt.new.12324/yt-3.6.1.tar.gz differ: char 5, 
line 1

Reply via email to