commit python-python-sofa for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package python-python-sofa for 
openSUSE:Factory checked in at 2020-07-16 12:15:29

Comparing /work/SRC/openSUSE:Factory/python-python-sofa (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-sofa.new.3592 (New)


Package is "python-python-sofa"

Thu Jul 16 12:15:29 2020 rev:3 rq:820956 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-python-sofa/python-python-sofa.changes
2020-02-03 11:13:16.665843702 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-sofa.new.3592/python-python-sofa.changes
  2020-07-16 12:16:43.210859613 +0200
@@ -1,0 +2,13 @@
+Tue Jul 14 14:44:29 UTC 2020 - Marketa Calabkova 
+
+- Update to 0.2.0
+  * Switched spherical coordinate definition from azimuth and colatitude 
(0...180) 
+angles to azimuth and elevation (90...-90) to conform to SOFA 
specifications.
+  * Provided a more direct access to variable and attribute creation within 
the dataset
+  * Reworked the initialization process and DataType creation
+  * Reworked RoomTypes
+  * Ensured conventions conform to SOFA 1.0
+  * Updated usage example
+  * Fixed issues in relative coordinate access.
+
+---

Old:

  python-sofa-0.1.1.tar.gz

New:

  python-sofa-0.2.0.tar.gz



Other differences:
--
++ python-python-sofa.spec ++
--- /var/tmp/diff_new_pack.RdItfn/_old  2020-07-16 12:16:45.070861493 +0200
+++ /var/tmp/diff_new_pack.RdItfn/_new  2020-07-16 12:16:45.070861493 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-sofa
-Version:0.1.1
+Version:0.2.0
 Release:0
 Summary:Spatially Oriented Format for Acoustics (SOFA) API for Python
 License:MIT

++ python-sofa-0.1.1.tar.gz -> python-sofa-0.2.0.tar.gz ++
 4084 lines of diff (skipped)




commit python-python-sofa for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package python-python-sofa for 
openSUSE:Factory checked in at 2020-02-03 11:13:12

Comparing /work/SRC/openSUSE:Factory/python-python-sofa (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-sofa.new.26092 (New)


Package is "python-python-sofa"

Mon Feb  3 11:13:12 2020 rev:2 rq:768810 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-python-sofa/python-python-sofa.changes
2019-07-26 12:43:41.601821669 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-sofa.new.26092/python-python-sofa.changes
 2020-02-03 11:13:16.665843702 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 15:24:40 UTC 2020 - Todd R 
+
+- Update to 0.1.1
+  * Fixed issues in array accessing and coordinate system conversion.
+
+---

Old:

  python-sofa-0.1.0.tar.gz

New:

  python-sofa-0.1.1.tar.gz



Other differences:
--
++ python-python-sofa.spec ++
--- /var/tmp/diff_new_pack.kY5Pys/_old  2020-02-03 11:13:18.033844393 +0100
+++ /var/tmp/diff_new_pack.kY5Pys/_new  2020-02-03 11:13:18.037844396 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-sofa
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-sofa
-Version:0.1.0
+Version:0.1.1
 Release:0
-License:MIT
 Summary:Spatially Oriented Format for Acoustics (SOFA) API for Python
-Url:http://github.com/spatialaudio/python-sofa/
+License:MIT
 Group:  Development/Languages/Python
+URL:https://github.com/spatialaudio/python-sofa/
 Source: 
https://files.pythonhosted.org/packages/source/p/python-sofa/python-sofa-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module netCDF4}
 BuildRequires:  %{python_module numpy}

++ python-sofa-0.1.0.tar.gz -> python-sofa-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-sofa-0.1.0/PKG-INFO 
new/python-sofa-0.1.1/PKG-INFO
--- old/python-sofa-0.1.0/PKG-INFO  2019-07-03 08:54:21.0 +0200
+++ new/python-sofa-0.1.1/PKG-INFO  2020-01-23 12:50:21.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-sofa
-Version: 0.1.0
+Version: 0.1.1
 Summary: Python SOFA API
 Home-page: http://github.com/spatialaudio/python-sofa/
 Author: Jannika Lossner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-sofa-0.1.0/src/python_sofa.egg-info/PKG-INFO 
new/python-sofa-0.1.1/src/python_sofa.egg-info/PKG-INFO
--- old/python-sofa-0.1.0/src/python_sofa.egg-info/PKG-INFO 2019-07-03 
08:54:21.0 +0200
+++ new/python-sofa-0.1.1/src/python_sofa.egg-info/PKG-INFO 2020-01-23 
12:50:21.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: python-sofa
-Version: 0.1.0
+Version: 0.1.1
 Summary: Python SOFA API
 Home-page: http://github.com/spatialaudio/python-sofa/
 Author: Jannika Lossner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-sofa-0.1.0/src/sofa/__init__.py 
new/python-sofa-0.1.1/src/sofa/__init__.py
--- old/python-sofa-0.1.0/src/sofa/__init__.py  2019-05-14 13:02:10.0 
+0200
+++ new/python-sofa-0.1.1/src/sofa/__init__.py  2019-07-09 10:47:44.0 
+0200
@@ -20,7 +20,7 @@
 
 """Python SOFA API for reading, writing and creating .sofa files.
 """
-__version__ = "0.1.0"
+__version__ = "0.1.1"
 
 __all__=["access", "conventions", "datatypes", "roomtypes", "spatial", 
"Database"]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-sofa-0.1.0/src/sofa/access.py 
new/python-sofa-0.1.1/src/sofa/access.py
--- old/python-sofa-0.1.0/src/sofa/access.py2019-07-02 14:34:05.0 
+0200
+++ new/python-sofa-0.1.1/src/sofa/access.py2019-08-14 14:37:41.0 
+0200
@@ -26,17 +26,25 @@
 
 import numpy as np
 
+def filled_if_masked(array):
+if type(array) is np.ma.MaskedArray: ret