[Git][debian-gis-team/python-geotiepoints][upstream] New upstream version 1.5.1

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Fri Dec 9 16:07:35 GMT 2022



Antonio Valentino pushed to branch upstream at Debian GIS Project / python-geotiepoints


Commits:
8cbc0b20 by Antonio Valentino at 2022-12-09T15:45:59+00:00
New upstream version 1.5.1
- - - - -


3 changed files:

- CHANGELOG.md
- geotiepoints/interpolator.py
- geotiepoints/version.py


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,14 @@
+## Version 1.5.1 (2022/12/09)
+
+### Pull Requests Merged
+
+#### Bugs fixed
+
+* [PR 43](https://github.com/pytroll/python-geotiepoints/pull/43) - Fix deprecation for numpy array equality
+
+In this release 1 pull request was closed.
+
+
 ## Version 1.5.0 (2022/10/25)
 
 ### Pull Requests Merged


=====================================
geotiepoints/interpolator.py
=====================================
@@ -236,7 +236,7 @@ class Interpolator(object):
     def _interp(self):
         """Interpolate the cartesian coordinates.
         """
-        if np.all(self.hrow_indices == self.row_indices):
+        if np.array_equal(self.hrow_indices, self.row_indices):
             return self._interp1d()
 
         xpoints, ypoints = np.meshgrid(self.hrow_indices,


=====================================
geotiepoints/version.py
=====================================
@@ -26,9 +26,9 @@ def get_keywords():
     # setup.py/versioneer.py will grep for the variable names, so they must
     # each be defined on a line of their own. _version.py will just call
     # get_keywords().
-    git_refnames = " (HEAD -> main, tag: v1.5.0)"
-    git_full = "0d8a1bc7e526cd2d1fe863a36bee8de79286273f"
-    git_date = "2022-10-25 11:26:49 -0500"
+    git_refnames = " (HEAD -> main, tag: v1.5.1)"
+    git_full = "751dd6291786045e221aebe3a91b92251be7d5e8"
+    git_date = "2022-12-09 09:36:09 -0600"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/commit/8cbc0b208dbdef4e4458ebc9beb1904ebb528312

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-geotiepoints/-/commit/8cbc0b208dbdef4e4458ebc9beb1904ebb528312
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20221209/d8879b5c/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list