Accepting request 682264 from home:TheBlackCat:branches:Application:Geo

- Update to 2.2.2
- Implement single-spec version

OBS-URL: https://build.opensuse.org/request/show/682264
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-affine?expand=0&rev=2
This commit is contained in:
2019-03-07 11:54:06 +00:00
committed by Git OBS Bridge
parent abc2e1967d
commit ed7e3a25ab
4 changed files with 61 additions and 33 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Mar 6 18:47:41 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 2.2.2
* Affine.itransform computed the wrong results for arrays with rotation or
shear (#40). This is fixed (#41).
- Update to 2.2.1
* Docstring improvements (#37).
- Update to 2.2.0
* Addition of permutation matrix (#35).
- Update to 2.1.0
* Addition of new ``eccentricity`` and ``rotation_angle`` properties (#28).
- Update to 2.0.0
* Bug fix: restore ``Affine __rmul__`` even though it permits dubious
vector * matrix expressions (#27).
* Breaking change: precision used in properties like ``is_conformal`` is no
longer a global module attribute, but an Affine class or instance attribute
(#19, #20).
* Breaking change: ``is_degenerate`` property is now exact and not subject to
a level of precision (#23).
* Breaking change: we have reversed our sense of rotation, a positive angle
now rotates a point counter-clockwise about the pivot point (#25).
* Bug fix: a bug in matrix-vector multiplication had been reversing the
direction of rotation and is now fixed (#25).
- Update to 1.3.0
* is_degenerate predicate is precise, not approximate (#22)
- Implement single-spec version
-------------------------------------------------------------------
Thu Jun 09 10:43:00 UTC 2015 - Angelos Tzotsos <tzotsos@opensuse.org>