* Ensure data path set properly for TransProj (pull request #179, addressed issue #176). - Changes for version 2.0.0: * Update to PROJ.4 version 6.0.0 & removed support for older PROJ.4 versions. * Added pyproj.CRS class. * Updated pyproj.Proj & pyproj.transform to accept any input from CRS.from_user_input. * Removed internal PROJ.4 source code. * Changed default for preserve_units to be True in pyproj.Proj class initialization. * Modified logic for searching for the PROJ.4 data directory to not conflict with older versions of PROJ.4. * Added pyproject.toml. - Temporarily disable tests OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-pyproj?expand=0&rev=7
81 lines
2.9 KiB
Plaintext
81 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 11 14:05:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update to version 2.0.1:
|
|
* Ensure data path set properly for TransProj (pull request #179,
|
|
addressed issue #176).
|
|
- Changes for version 2.0.0:
|
|
* Update to PROJ.4 version 6.0.0 & removed support for older
|
|
PROJ.4 versions.
|
|
* Added pyproj.CRS class.
|
|
* Updated pyproj.Proj & pyproj.transform to accept any input
|
|
from CRS.from_user_input.
|
|
* Removed internal PROJ.4 source code.
|
|
* Changed default for preserve_units to be True in pyproj.Proj
|
|
class initialization.
|
|
* Modified logic for searching for the PROJ.4 data directory to
|
|
not conflict with older versions of PROJ.4.
|
|
* Added pyproject.toml.
|
|
- Temporarily disable tests
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 5 07:06:44 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
|
|
|
|
- update to 1.9.6 (python3.7 support)
|
|
- spec-cleaner minimal
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 15 14:01:20 UTC 2018 - bruno@ioda-net.ch
|
|
|
|
- Packaging :
|
|
+ move to python singlespec
|
|
+ use %check and run unit tests for version >= 1500
|
|
+ spec-cleaner (date/license)
|
|
- update upstream release 1.9.5.1
|
|
* fix for issue #42 compilation error with microsoft visual studio
|
|
+ 1.9.5
|
|
* update proj4 source to latest github master commit 953cc00f
|
|
* port of basemap fix for input arrays in fortran order
|
|
* restore inverse Hammer patch that was lost when proj4 source
|
|
code was updated.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 23 17:11:32 UTC 2015 - bruno@ioda-net.ch
|
|
|
|
- Packaging : merged package to python-pyproj src in App:Geo
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 21 15:03:01 UTC 2015 - bruno@ioda-net.ch
|
|
|
|
- update upstream release 1.9.4
|
|
+ 1.9.4 (git tag v1.9.4rel)
|
|
* migrate to github from googlecode.
|
|
* update proj4 source code from svn r2595 (version 4.9.0RC2).
|
|
* include runtime_library_dirs in setup-proj.py.
|
|
* added to_latlong method (issue 51).
|
|
* fix back azimuth when lon1 and lon2 are identical.
|
|
+ 1.9.3 (svn revision 327)
|
|
* Geod now uses C code adapted from geographiclib now included
|
|
in proj4 source, instead of pure python code directly from
|
|
geographiclib.
|
|
* make radians=True work with Geod.npts (issue 47).
|
|
* allow PROJ_DIR env var to control location of proj data
|
|
(issue 40).
|
|
+ 1.9.2 (svn revision 301)
|
|
* updated proj4 src to 4.8.0 - includes two new map
|
|
projections (natearth and isea).
|
|
+ 1.9.1 (svn revision 285)
|
|
* restore compatibility with python 2.4/2.5, which was broken
|
|
by the addition of the geographiclib geodesic
|
|
module (issue 36).
|
|
|
|
- packaging
|
|
+ create equivalent python3 package
|
|
+ cleanup spec format
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 11 22:22:02 UTC 2012 - ocefpaf@gmail.com
|
|
|
|
- first openSuse release 1.9.0
|
|
|