1
0

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
This commit is contained in:
Tomáš Chvátal
2020-07-14 17:12:42 +00:00
committed by Git OBS Bridge
parent 4371c2977e
commit 46c8e69747
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 14 14:44:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <toddrme2178@gmail.com>