From 46c8e69747b30f6e8b97907d73febe570e9220ac080fd6bb1cda634bc5ac03cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 14 Jul 2020 17:12:42 +0000 Subject: [PATCH] Accepting request 820934 from home:mcalabkova:branches:devel:languages:python:numeric - 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. OBS-URL: https://build.opensuse.org/request/show/820934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-python-sofa?expand=0&rev=5 --- python-python-sofa.changes | 13 +++++++++++++ python-python-sofa.spec | 2 +- python-sofa-0.1.1.tar.gz | 3 --- python-sofa-0.2.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 python-sofa-0.1.1.tar.gz create mode 100644 python-sofa-0.2.0.tar.gz diff --git a/python-python-sofa.changes b/python-python-sofa.changes index d9dc518..2edd8b1 100644 --- a/python-python-sofa.changes +++ b/python-python-sofa.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Thu Jan 30 15:24:40 UTC 2020 - Todd R diff --git a/python-python-sofa.spec b/python-python-sofa.spec index 6d57c63..4bef507 100644 --- a/python-python-sofa.spec +++ b/python-python-sofa.spec @@ -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 diff --git a/python-sofa-0.1.1.tar.gz b/python-sofa-0.1.1.tar.gz deleted file mode 100644 index 383e05f..0000000 --- a/python-sofa-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0e087b82e4bbb67261eab0e6723670cde999b9d7e2e6844597762103782e5b4 -size 15957 diff --git a/python-sofa-0.2.0.tar.gz b/python-sofa-0.2.0.tar.gz new file mode 100644 index 0000000..46360b6 --- /dev/null +++ b/python-sofa-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c0faf989d0d236e4dac7f5726a0d876dc812fa7f35fcb4e2ba473f2597e143 +size 18821