Hello community,

here is the log from the commit of package python-gwcs for openSUSE:Factory 
checked in at 2020-12-21 10:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gwcs (Old)
 and      /work/SRC/openSUSE:Factory/.python-gwcs.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gwcs"

Mon Dec 21 10:23:56 2020 rev:4 rq:857035 version:0.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gwcs/python-gwcs.changes  2020-06-09 
00:11:22.314662513 +0200
+++ /work/SRC/openSUSE:Factory/.python-gwcs.new.5145/python-gwcs.changes        
2020-12-21 10:26:49.112211247 +0100
@@ -1,0 +2,38 @@
+Sat Dec 19 00:24:06 UTC 2020 - Benjamin Greiner <[email protected]>
+
+- Update to 0.16.0
+  * Added an option to to_fits_sip() to be able to specify the 
+    reference point (crpix) of the FITS WCS. [#337]
+  * Added support for providing custom range of degrees in 
+    to_fits_sip. [#339]
+  * Bounding_box now works with tuple of Quantities. [#331]
+  * Fix a formula for estimating crpix in to_fits_sip() so that 
+    crpix is near the center of the bounding box. [#337]
+  * Allow sub-pixel sampling of the WCS model when computing SIP 
+    approximation in to_fits_sip(). [#338]
+  * Fixed a bug in to_fits_sip due to which inv_degree was 
+    ignored. [#339]
+- 0.15.0 changelog
+  * Added insert_frame method to modify the pipeline of a 
+    WCS object. [#299]
+  * Added to_fits_tab method to generate FITS header and binary 
+    table extension following FITS WCS -TAB convention. [#295]
+  * Added in_image function for testing whether a point in world 
+    coordinates maps back to the domain of definition of the 
+    forward transformation. [#322]
+  * Implemented iterative inverse for imaging WCS. [#324]
+- 0.14.0 changelog
+  * Updated versions of schemas for gwcs objects based on 
+    latest versions of transform schemas in asdf-standard. 
+    [#307]
+  * Added a wcs.Step class to allow serialization to ASDF to 
+    use references. [#317]
+  * WCS.pipeline now is a list of Step instances instead of 
+    a (frame, transform) tuple. Use WCS.pipeline.transform and 
+    WCS.pipeline.frame to access them. [#319]
+  * Fix a bug in polygon fill for zero-width bounding boxes. 
+    [#293]
+  * Add an optional parameter input_frame to 
+    ``wcstools.wcs_from_fiducial`. [#312]
+
+-------------------------------------------------------------------

Old:
----
  gwcs-0.13.0.tar.gz

New:
----
  gwcs-0.16.0.tar.gz

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

Other differences:
------------------
++++++ python-gwcs.spec ++++++
--- /var/tmp/diff_new_pack.MHRRHD/_old  2020-12-21 10:26:49.644211850 +0100
+++ /var/tmp/diff_new_pack.MHRRHD/_new  2020-12-21 10:26:49.644211850 +0100
@@ -19,29 +19,30 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-gwcs
-Version:        0.13.0
+Version:        0.16.0
 Release:        0
 Summary:        Generalized World Coordinate System
 License:        BSD-3-Clause
 Group:          Productivity/Scientific/Astronomy
 URL:            https://gwcs.readthedocs.io/en/latest/
 Source:         
https://files.pythonhosted.org/packages/source/g/gwcs/gwcs-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module asdf}
+BuildRequires:  %{python_module astropy >= 4.1}
+BuildRequires:  %{python_module base >= 3.6}
+BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-asdf
-Requires:       python-astropy >= 4.0
-Recommends:     python-scipy
-Recommends:     python-matplotlib
+Requires:       python-astropy >= 4.1
+Requires:       python-numpy
+Requires:       python-scipy
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module asdf}
-BuildRequires:  %{python_module astropy >= 4.0}
-BuildRequires:  %{python_module pytest-astropy}
+BuildRequires:  %{python_module pytest-doctestplus}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module scipy}
 # /SECTION
 %python_subpackages
 

++++++ gwcs-0.13.0.tar.gz -> gwcs-0.16.0.tar.gz ++++++
++++ 5209 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to