pygeodesy 25.5.5__py2.py3-none-any.whl → 25.5.28__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. pygeodesy/__init__.py +186 -186
  2. pygeodesy/__main__.py +4 -3
  3. pygeodesy/albers.py +4 -4
  4. pygeodesy/auxilats/_CX_Rs.py +3 -3
  5. pygeodesy/auxilats/auxAngle.py +2 -2
  6. pygeodesy/auxilats/auxDLat.py +2 -2
  7. pygeodesy/auxilats/auxDST.py +2 -2
  8. pygeodesy/auxilats/auxLat.py +2 -2
  9. pygeodesy/auxilats/auxily.py +2 -2
  10. pygeodesy/azimuthal.py +2 -2
  11. pygeodesy/booleans.py +11 -11
  12. pygeodesy/cartesianBase.py +2 -2
  13. pygeodesy/clipy.py +2 -2
  14. pygeodesy/constants.py +7 -7
  15. pygeodesy/css.py +1 -1
  16. pygeodesy/datums.py +2 -2
  17. pygeodesy/deprecated/__init__.py +8 -8
  18. pygeodesy/deprecated/bases.py +2 -2
  19. pygeodesy/deprecated/rhumbBase.py +2 -2
  20. pygeodesy/deprecated/rhumbaux.py +2 -2
  21. pygeodesy/deprecated/rhumbsolve.py +2 -2
  22. pygeodesy/deprecated/rhumbx.py +2 -2
  23. pygeodesy/ecef.py +3 -4
  24. pygeodesy/ellipsoidalBase.py +2 -2
  25. pygeodesy/ellipsoidalBaseDI.py +7 -6
  26. pygeodesy/ellipsoidalExact.py +24 -29
  27. pygeodesy/ellipsoidalGeodSolve.py +19 -19
  28. pygeodesy/ellipsoidalKarney.py +22 -27
  29. pygeodesy/ellipsoidalNvector.py +4 -4
  30. pygeodesy/ellipsoidalVincenty.py +17 -15
  31. pygeodesy/ellipsoids.py +4 -4
  32. pygeodesy/elliptic.py +16 -11
  33. pygeodesy/errors.py +1 -1
  34. pygeodesy/etm.py +2 -2
  35. pygeodesy/fmath.py +9 -9
  36. pygeodesy/formy.py +2 -2
  37. pygeodesy/frechet.py +6 -6
  38. pygeodesy/fstats.py +2 -2
  39. pygeodesy/fsums.py +37 -28
  40. pygeodesy/gars.py +2 -3
  41. pygeodesy/geodesici.py +4 -4
  42. pygeodesy/geodesicw.py +27 -8
  43. pygeodesy/geodesicx/__init__.py +3 -3
  44. pygeodesy/geodesicx/gx.py +52 -48
  45. pygeodesy/geodesicx/gxarea.py +54 -65
  46. pygeodesy/geodesicx/gxbases.py +12 -2
  47. pygeodesy/geodesicx/gxline.py +10 -7
  48. pygeodesy/geoids.py +6 -6
  49. pygeodesy/hausdorff.py +5 -5
  50. pygeodesy/heights.py +5 -5
  51. pygeodesy/internals.py +2 -2
  52. pygeodesy/interns.py +5 -5
  53. pygeodesy/iters.py +1 -1
  54. pygeodesy/karney.py +28 -12
  55. pygeodesy/ktm.py +2 -2
  56. pygeodesy/latlonBase.py +3 -4
  57. pygeodesy/lazily.py +1 -1
  58. pygeodesy/lcc.py +3 -3
  59. pygeodesy/ltp.py +5 -5
  60. pygeodesy/mgrs.py +3 -3
  61. pygeodesy/namedTuples.py +3 -3
  62. pygeodesy/nvectorBase.py +2 -2
  63. pygeodesy/osgr.py +2 -2
  64. pygeodesy/points.py +2 -3
  65. pygeodesy/props.py +18 -18
  66. pygeodesy/resections.py +30 -24
  67. pygeodesy/rhumb/aux_.py +2 -2
  68. pygeodesy/rhumb/bases.py +3 -3
  69. pygeodesy/rhumb/ekx.py +3 -4
  70. pygeodesy/rhumb/solve.py +2 -2
  71. pygeodesy/simplify.py +2 -2
  72. pygeodesy/solveBase.py +2 -2
  73. pygeodesy/sphericalBase.py +8 -8
  74. pygeodesy/sphericalNvector.py +19 -16
  75. pygeodesy/sphericalTrigonometry.py +24 -24
  76. pygeodesy/trf.py +4 -4
  77. pygeodesy/triaxials.py +2 -2
  78. pygeodesy/units.py +7 -8
  79. pygeodesy/utily.py +2 -2
  80. pygeodesy/utmupsBase.py +2 -2
  81. pygeodesy/vector2d.py +14 -8
  82. pygeodesy/vector3d.py +3 -3
  83. pygeodesy/webmercator.py +2 -2
  84. {pygeodesy-25.5.5.dist-info → pygeodesy-25.5.28.dist-info}/METADATA +16 -16
  85. pygeodesy-25.5.28.dist-info/RECORD +119 -0
  86. pygeodesy-25.5.5.dist-info/RECORD +0 -119
  87. {pygeodesy-25.5.5.dist-info → pygeodesy-25.5.28.dist-info}/WHEEL +0 -0
  88. {pygeodesy-25.5.5.dist-info → pygeodesy-25.5.28.dist-info}/top_level.txt +0 -0
pygeodesy/__init__.py CHANGED
@@ -128,22 +128,22 @@ Tests
128
128
  The tests ran with Python 3.13.3 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0),
129
129
  Python 3.12.7 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0,
130
130
  U{numpy<https://PyPI.org/project/numpy>} 2.1.0, U{scipy<https://PyPI.org/project/scipy>} 1.14.1,
131
- U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3,
132
- U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3 and
133
- U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3),
131
+ U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
132
+ U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5 and
133
+ U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5),
134
134
  Python 3.11.5 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0,
135
135
  U{numpy<https://PyPI.org/project/numpy>} 1.24.2 and U{scipy<https://PyPI.org/project/scipy>} 1.10.1),
136
136
  Python 3.10.8 (with U{geographiclib <https://PyPI.org/project/geographiclib>} 2.0,
137
137
  U{numpy<https://PyPI.org/project/numpy>} 1.23.3, U{scipy<https://PyPI.org/project/scipy>} 1.9.1,
138
- U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3,
139
- U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3) and
138
+ U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
139
+ U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5) and
140
140
  Python 2.7.18 (with U{geographiclib<https://PyPI.org/project/geographiclib>} 1.50,
141
141
  U{numpy<https://PyPI.org/project/numpy>} 1.16.6, U{scipy<https://PyPI.org/project/scipy>} 1.2.2,
142
- U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3,
143
- U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3,
144
- U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3 and
145
- U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.3), all in 64-bit on
146
- macOS 15.4.1 Sequoia.
142
+ U{GeoConvert<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
143
+ U{GeodSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5,
144
+ U{IntersectTool<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5 and
145
+ U{RhumbSolve<https://GeographicLib.SourceForge.io/C++/doc/utilities.html>} 2.5), all in 64-bit on
146
+ macOS 15.5 Sequoia.
147
147
 
148
148
  All tests ran with and without C{lazy import} for Python 3 and with command line option C{-W default} and
149
149
  env variable C{PYGEODESY_WARNINGS=on} for all Python versions. The results of those tests are included in
@@ -157,7 +157,7 @@ Python 3.13.3, 3.12.7, 3.11.5 and 3.10.8 run on Apple M4 Si (C{arm64}), I{native
157
157
  on Intel (C{x86_64}) or Intel I{emulation} ("C{arm64_x86_64}", see function L{machine<pygeodesy.machine>}).
158
158
 
159
159
  The tests also ran with Python 3.13.3 (and U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0) on
160
- U{Debian 12<https://Cirrus-CI.com/github/mrJean1/PyGeodesy/master>} in 64-bit only, with Python 3.12.5 (and
160
+ U{Debian 12<https://Cirrus-CI.com/github/mrJean1/PyGeodesy/master>} in 64-bit only, with Python 3.12.8 (and
161
161
  U{geographiclib<https://PyPI.org/project/geographiclib>} 2.0) on U{Windows 2019Server
162
162
  <https://CI.AppVeyor.com/project/mrJean1/pygeodesy>} in 64-bit only and with Python 2.7.18 (and U{geographiclib
163
163
  <https://PyPI.org/project/geographiclib>} 1.52) on U{Windows 10<https://CI.AppVeyor.com/project/mrJean1/pygeodesy>}
@@ -175,22 +175,22 @@ U{PyPy<https://PyPy.org>} 7.3.12 (Python 3.10.12), 7.3.1 (Python 3.6.9) and U{Py
175
175
  1.16.5, 1.16.2, 1.15.2, 1.14.0, 1.13.1, 1.8.0rc1 or 1.6.2 and U{scipy<https://PyPI.org/project/scipy>} 1.5.0), U{PyPy
176
176
  <https://PyPy.org>} 7.3.0 (Python 2.7.13 and 3.6.9), U{PyPy<https://PyPy.org>} 6.0.0 (Python 2.7.13 and 3.5.3)
177
177
  and U{Intel-Python<https://software.Intel.com/en-us/distribution-for-python>} 3.5.3 (and U{numpy
178
- <https://PyPI.org/project/numpy>} 1.11.3) on macOS 14.0-6.1 Sonoma, 13.0-5.2 Ventura, 12.1-6 Monterey, 11.0-5.2-6.1
179
- Big Sur (aka 10.16), 10.15.3, 10.15.5-7 Catalina, 10.14 Mojave, 10.13.6 High Sierra and 10.12 Sierra, MacOS X
180
- 10.11 El Capitan and/or MacOS X 10.10 Yosemite, with U{Pythonista<https://OMZ-Software.com/pythonista>}3.2 (with
181
- geographiclib 1.50 or 1.49 and numpy 1.8.0) on iOS 14.4.2, 11.4.1, 12.0-3 on iPad4, iPhone6, iPhone10 and/or
182
- iPhone12, with U{Pythonista<https://OMZ-Software.com/pythonista>} 3.1 on iOS 10.3.3, 11.0.3, 11.1.2 and 11.3
183
- on iPad4, all in 64-bit only and with 32-bit Python 2.7.14 on Windows Server 2012R2, Windows 10 Pro and with
184
- 32-bit Python 2.6.6 on Windows XP SP3.
178
+ <https://PyPI.org/project/numpy>} 1.11.3) on macOS 15.0-4 Sequoia, 14.0-6.1 Sonoma, 13.0-5.2 Ventura, 12.1-6 Monterey,
179
+ 11.0-5.2-6.1 Big Sur (aka 10.16), 10.15.3, 10.15.5-7 Catalina, 10.14 Mojave, 10.13.6 High Sierra and 10.12 Sierra,
180
+ MacOS X 10.11 El Capitan and/or MacOS X 10.10 Yosemite, with U{Pythonista<https://OMZ-Software.com/pythonista>}3.2
181
+ (with geographiclib 1.50 or 1.49 and numpy 1.8.0) on iOS 14.4.2, 11.4.1, 12.0-3 on iPad4, iPhone6, iPhone10 and/or
182
+ iPhone12, with U{Pythonista<https://OMZ-Software.com/pythonista>} 3.1 on iOS 10.3.3, 11.0.3, 11.1.2 and 11.3 on iPad4,
183
+ all in 64-bit only and with 32-bit Python 2.7.14 on Windows Server 2012R2, Windows 10 Pro and with 32-bit Python 2.6.6
184
+ on Windows XP SP3.
185
185
 
186
186
  Notes
187
187
  =====
188
188
 
189
- All Python source code has been statically U{checked<https://GitHub.com/ActiveState/code/tree/master/recipes/
190
- Python/546532_PyChecker_postprocessor>} with U{PyChecker<https://PyPI.org/project/pychecker>}, U{PyFlakes
191
- <https://PyPI.org/project/pyflakes>}, U{PyCodeStyle<https://PyPI.org/project/pycodestyle>} (formerly Pep8) and
192
- U{McCabe<https://PyPI.org/project/mccabe>} using Python 2.7.18 and with U{Flake8<https://PyPI.org/project/flake8>}
193
- using Python 3.11.5, both in 64-bit on macOS 15.4.1 Sequoia.
189
+ All Python source code has been statically U{checked<https://GitHub.com/ActiveState/code/tree/master/recipes/Python/
190
+ 546532_PyChecker_postprocessor>} with U{Ruff<https://GitHub.com/astral-sh/ruff>} using Python 3.13.3 and with
191
+ U{PyChecker<https://PyPI.org/project/pychecker>}, U{PyFlakes<https://PyPI.org/project/pyflakes>}, U{PyCodeStyle
192
+ <https://PyPI.org/project/pycodestyle>} (formerly Pep8) and U{McCabe<https://PyPI.org/project/mccabe>} using Python
193
+ 2.7.18, both in 64-bit on macOS 15.5 Sequoia only.
194
194
 
195
195
  For a summary of all I{Karney}-based functionality in C{pygeodesy}, see module U{karney
196
196
  <https://mrJean1.GitHub.io/PyGeodesy/docs/pygeodesy.karney-module.html>}.
@@ -393,177 +393,177 @@ else:
393
393
  if _init__all__ and not _lazy_import2: # import and set __all__
394
394
 
395
395
  # import all public modules and export as such
396
- import pygeodesy.albers as albers # PYCHOK exported
397
- import pygeodesy.auxilats as auxilats # PYCHOK exported
398
- import pygeodesy.azimuthal as azimuthal # PYCHOK exported
399
- import pygeodesy.basics as basics # PYCHOK exported
400
- import pygeodesy.booleans as booleans # PYCHOK exported
401
- import pygeodesy.cartesianBase as cartesianBase # PYCHOK INTERNAL
402
- import pygeodesy.clipy as clipy # PYCHOK exported
403
- import pygeodesy.constants as constants # PYCHOK exported
404
- import pygeodesy.css as css # PYCHOK exported
405
- import pygeodesy.datums as datums # PYCHOK exported
406
- import pygeodesy.deprecated as deprecated # PYCHOK exported
407
- import pygeodesy.dms as dms # PYCHOK exported
408
- import pygeodesy.ecef as ecef # PYCHOK exported
409
- import pygeodesy.ecefLocals as ecefLocals # PYCHOK exported
410
- import pygeodesy.elevations as elevations # PYCHOK exported
411
- import pygeodesy.ellipsoidalBase as ellipsoidalBase # PYCHOK INTERNAL
412
- import pygeodesy.ellipsoidalBaseDI as ellipsoidalBaseDI # PYCHOK INTERNAL
413
- import pygeodesy.ellipsoidalExact as ellipsoidalExact # PYCHOK exported
414
- import pygeodesy.ellipsoidalGeodSolve as ellipsoidalGeodSolve # PYCHOK exported
415
- import pygeodesy.ellipsoidalKarney as ellipsoidalKarney # PYCHOK exported
416
- import pygeodesy.ellipsoidalNvector as ellipsoidalNvector # PYCHOK exported
417
- import pygeodesy.ellipsoidalVincenty as ellipsoidalVincenty # PYCHOK exported
418
- import pygeodesy.ellipsoids as ellipsoids # PYCHOK exported
419
- import pygeodesy.elliptic as elliptic # PYCHOK exported
420
- import pygeodesy.epsg as epsg # PYCHOK exported
421
- import pygeodesy.etm as etm # PYCHOK exported
422
- import pygeodesy.errors as errors # PYCHOK exported
423
- import pygeodesy.fmath as fmath # PYCHOK exported
424
- import pygeodesy.formy as formy # PYCHOK exported
425
- import pygeodesy.frechet as frechet # PYCHOK exported
426
- import pygeodesy.fstats as fstats # PYCHOK exported
427
- import pygeodesy.fsums as fsums # PYCHOK exported
428
- import pygeodesy.gars as gars # PYCHOK exported
429
- import pygeodesy.geodesici as geodesici # PYCHOK exported
430
- import pygeodesy.geodesicw as geodesicw # PYCHOK exported
431
- import pygeodesy.geodesicx as geodesicx # PYCHOK exported
432
- import pygeodesy.geodsolve as geodsolve # PYCHOK exported
433
- import pygeodesy.geohash as geohash # PYCHOK exported
434
- import pygeodesy.geoids as geoids # PYCHOK exported
435
- import pygeodesy.hausdorff as hausdorff # PYCHOK exported
436
- import pygeodesy.heights as heights # PYCHOK exported
437
- import pygeodesy.internals as internals # PYCHOK exported
438
- import pygeodesy.interns as interns # PYCHOK exported
439
- import pygeodesy.iters as iters # PYCHOK exported
440
- import pygeodesy.karney as karney # PYCHOK exported
441
- import pygeodesy.ktm as ktm # PYCHOK exported
442
- import pygeodesy.latlonBase as latlonBase # PYCHOK INTERNAL
443
- import pygeodesy.lazily as lazily # PYCHOK exported
444
- import pygeodesy.lcc as lcc # PYCHOK exported
445
- import pygeodesy.ltp as ltp # PYCHOK exported
446
- import pygeodesy.ltpTuples as ltpTuples # PYCHOK exported
447
- import pygeodesy.mgrs as mgrs # PYCHOK exported
448
- import pygeodesy.named as named # PYCHOK exported
449
- import pygeodesy.namedTuples as namedTuples # PYCHOK exported
450
- import pygeodesy.nvectorBase as nvectorBase # PYCHOK INTERNAL
451
- import pygeodesy.osgr as osgr # PYCHOK exported
452
- import pygeodesy.points as points # PYCHOK exported
453
- import pygeodesy.props as props # PYCHOK exported
454
- import pygeodesy.resections as resections # PYCHOK exported
455
- import pygeodesy.rhumb as rhumb # PYCHOK exported
456
- import pygeodesy.simplify as simplify # PYCHOK exported
457
- import pygeodesy.sphericalBase as sphericalBase # PYCHOK INTERNAL
458
- import pygeodesy.sphericalNvector as sphericalNvector # PYCHOK exported
459
- import pygeodesy.sphericalTrigonometry as sphericalTrigonometry # PYCHOK exported
460
- import pygeodesy.solveBase as solveBase # PYCHOK exported
461
- import pygeodesy.streprs as streprs # PYCHOK exported
462
- import pygeodesy.trf as trf # PYCHOK exported
463
- import pygeodesy.triaxials as triaxials # PYCHOK exported
464
- import pygeodesy.units as units # PYCHOK exported
465
- import pygeodesy.unitsBase as unitsBase # PYCHOK INTERNAL
466
- import pygeodesy.ups as ups # PYCHOK exported
467
- import pygeodesy.utily as utily # PYCHOK exported
468
- import pygeodesy.utm as utm # PYCHOK exported
469
- import pygeodesy.utmups as utmups # PYCHOK exported
470
- import pygeodesy.utmupsBase as utmupsBase # PYCHOK INTERNAL
471
- import pygeodesy.vector2d as vector2d # PYCHOK exported
472
- import pygeodesy.vector3d as vector3d # PYCHOK exported
473
- import pygeodesy.vector3dBase as vector3dBase # PYCHOK INTERNAL
474
- import pygeodesy.webmercator as webmercator # PYCHOK exported
475
- import pygeodesy.wgrs as wgrs # PYCHOK exported
396
+ import pygeodesy.albers as albers # noqa: F401
397
+ import pygeodesy.auxilats as auxilats # noqa: F401
398
+ import pygeodesy.azimuthal as azimuthal # noqa: F401
399
+ import pygeodesy.basics as basics # noqa: F401
400
+ import pygeodesy.booleans as booleans # noqa: F401
401
+ import pygeodesy.cartesianBase as cartesianBase # noqa: F401 INTERNAL
402
+ import pygeodesy.clipy as clipy # noqa: F401
403
+ import pygeodesy.constants as constants # noqa: F401
404
+ import pygeodesy.css as css # noqa: F401
405
+ import pygeodesy.datums as datums # noqa: F401
406
+ import pygeodesy.deprecated as deprecated # noqa: F401
407
+ import pygeodesy.dms as dms # noqa: F401
408
+ import pygeodesy.ecef as ecef # noqa: F401
409
+ import pygeodesy.ecefLocals as ecefLocals # noqa: F401
410
+ import pygeodesy.elevations as elevations # noqa: F401
411
+ import pygeodesy.ellipsoidalBase as ellipsoidalBase # noqa: F401 INTERNAL
412
+ import pygeodesy.ellipsoidalBaseDI as ellipsoidalBaseDI # noqa: F401 INTERNAL
413
+ import pygeodesy.ellipsoidalExact as ellipsoidalExact # noqa: F401
414
+ import pygeodesy.ellipsoidalGeodSolve as ellipsoidalGeodSolve # noqa: F401
415
+ import pygeodesy.ellipsoidalKarney as ellipsoidalKarney # noqa: F401
416
+ import pygeodesy.ellipsoidalNvector as ellipsoidalNvector # noqa: F401
417
+ import pygeodesy.ellipsoidalVincenty as ellipsoidalVincenty # noqa: F401
418
+ import pygeodesy.ellipsoids as ellipsoids # noqa: F401
419
+ import pygeodesy.elliptic as elliptic # noqa: F401
420
+ import pygeodesy.epsg as epsg # noqa: F401
421
+ import pygeodesy.etm as etm # noqa: F401
422
+ import pygeodesy.errors as errors # noqa: F401
423
+ import pygeodesy.fmath as fmath # noqa: F401
424
+ import pygeodesy.formy as formy # noqa: F401
425
+ import pygeodesy.frechet as frechet # noqa: F401
426
+ import pygeodesy.fstats as fstats # noqa: F401
427
+ import pygeodesy.fsums as fsums # noqa: F401
428
+ import pygeodesy.gars as gars # noqa: F401
429
+ import pygeodesy.geodesici as geodesici # noqa: F401
430
+ import pygeodesy.geodesicw as geodesicw # noqa: F401
431
+ import pygeodesy.geodesicx as geodesicx # noqa: F401
432
+ import pygeodesy.geodsolve as geodsolve # noqa: F401
433
+ import pygeodesy.geohash as geohash # noqa: F401
434
+ import pygeodesy.geoids as geoids # noqa: F401
435
+ import pygeodesy.hausdorff as hausdorff # noqa: F401
436
+ import pygeodesy.heights as heights # noqa: F401
437
+ import pygeodesy.internals as internals # noqa: F401
438
+ import pygeodesy.interns as interns # noqa: F401
439
+ import pygeodesy.iters as iters # noqa: F401
440
+ import pygeodesy.karney as karney # noqa: F401
441
+ import pygeodesy.ktm as ktm # noqa: F401
442
+ import pygeodesy.latlonBase as latlonBase # noqa: F401 INTERNAL
443
+ import pygeodesy.lazily as lazily # noqa: F401
444
+ import pygeodesy.lcc as lcc # noqa: F401
445
+ import pygeodesy.ltp as ltp # noqa: F401
446
+ import pygeodesy.ltpTuples as ltpTuples # noqa: F401
447
+ import pygeodesy.mgrs as mgrs # noqa: F401
448
+ import pygeodesy.named as named # noqa: F401
449
+ import pygeodesy.namedTuples as namedTuples # noqa: F401
450
+ import pygeodesy.nvectorBase as nvectorBase # noqa: F401 INTERNAL
451
+ import pygeodesy.osgr as osgr # noqa: F401
452
+ import pygeodesy.points as points # noqa: F401
453
+ import pygeodesy.props as props # noqa: F401
454
+ import pygeodesy.resections as resections # noqa: F401
455
+ import pygeodesy.rhumb as rhumb # noqa: F401
456
+ import pygeodesy.simplify as simplify # noqa: F401
457
+ import pygeodesy.sphericalBase as sphericalBase # noqa: F401 INTERNAL
458
+ import pygeodesy.sphericalNvector as sphericalNvector # noqa: F401
459
+ import pygeodesy.sphericalTrigonometry as sphericalTrigonometry # noqa: F401
460
+ import pygeodesy.solveBase as solveBase # noqa: F401
461
+ import pygeodesy.streprs as streprs # noqa: F401
462
+ import pygeodesy.trf as trf # noqa: F401
463
+ import pygeodesy.triaxials as triaxials # noqa: F401
464
+ import pygeodesy.units as units # noqa: F401
465
+ import pygeodesy.unitsBase as unitsBase # noqa: F401 INTERNAL
466
+ import pygeodesy.ups as ups # noqa: F401
467
+ import pygeodesy.utily as utily # noqa: F401
468
+ import pygeodesy.utm as utm # noqa: F401
469
+ import pygeodesy.utmups as utmups # noqa: F401
470
+ import pygeodesy.utmupsBase as utmupsBase # noqa: F401 INTERNAL
471
+ import pygeodesy.vector2d as vector2d # noqa: F401
472
+ import pygeodesy.vector3d as vector3d # noqa: F401
473
+ import pygeodesy.vector3dBase as vector3dBase # noqa: F401 INTERNAL
474
+ import pygeodesy.webmercator as webmercator # noqa: F401
475
+ import pygeodesy.wgrs as wgrs # noqa: F401
476
476
 
477
477
  # lift all public classes, constants, functions, etc. but ONLY
478
478
  # from the following modules ... (see also David Beazley's
479
479
  # talk <https://DaBeaz.com/modulepackage/index.html>) ... BUT
480
480
  # NOT modules ellipsoidal*, epsg, gars, geohash, spherical*,
481
481
  # vector and wgrs ... in order keep those as modules ONLY
482
- from pygeodesy.albers import * # PYCHOK __all__
483
- from pygeodesy.azimuthal import * # PYCHOK __all__
484
- # from pygeodesy.auxilats import * # PYCHOK __(_)__
485
- from pygeodesy.basics import * # PYCHOK __all__
486
- from pygeodesy.booleans import * # PYCHOK __all__
487
- from pygeodesy.cartesianBase import * # PYCHOK __(_)__ INTERNAL
488
- from pygeodesy.clipy import * # PYCHOK __all__
489
- from pygeodesy.constants import * # PYCHOK __all__
490
- from pygeodesy.css import * # PYCHOK __all__
491
- from pygeodesy.datums import * # PYCHOK __all__
492
- from pygeodesy.deprecated import * # PYCHOK __all__ DEPRECATED
493
- from pygeodesy.dms import * # PYCHOK __all__
494
- from pygeodesy.ecef import * # PYCHOK __all__
495
- # from pygeodesy.ecefLocals import * # PYCHOK __all__
496
- from pygeodesy.elevations import * # PYCHOK __all__
497
- # from pygeodesy.ellipsoidalBase import * # PYCHOK __(_)__ INTERNAL
498
- # from pygeodesy.ellipsoidalBaseDI import * # PYCHOK __(_)__ INTERNAL
499
- # from pygeodesy.ellipsoidalExact import * # PYCHOK __(_)__
500
- # from pygeodesy.ellipsoidalGeodSolve import * # PYCHOK __(_)__
501
- # from pygeodesy.ellipsoidalKarney import * # PYCHOK __(_)__
502
- # from pygeodesy.ellipsoidalNvector import * # PYCHOK __(_)__
503
- from pygeodesy.ellipsoidalVincenty import * # PYCHOK __(_)__
504
- from pygeodesy.ellipsoids import * # PYCHOK __all__
505
- from pygeodesy.elliptic import * # PYCHOK __all__
506
- from pygeodesy.epsg import * # PYCHOK __all__
507
- from pygeodesy.etm import * # PYCHOK __all__
508
- from pygeodesy.errors import * # PYCHOK __all__
509
- from pygeodesy.fmath import * # PYCHOK __all__
510
- from pygeodesy.formy import * # PYCHOK __all__
511
- from pygeodesy.frechet import * # PYCHOK __all__
512
- from pygeodesy.fstats import * # PYCHOK __all__
513
- from pygeodesy.fsums import * # PYCHOK __all__
514
- from pygeodesy.gars import * # PYCHOK __all__
515
- from pygeodesy.geodesici import * # PYCHOK __all__
516
- from pygeodesy.geodesicw import * # PYCHOK __all__
517
- from pygeodesy.geodesicx import * # PYCHOK __all__
518
- from pygeodesy.geodsolve import * # PYCHOK __all__
519
- from pygeodesy.geohash import * # PYCHOK __all__
520
- from pygeodesy.geoids import * # PYCHOK __all__
521
- from pygeodesy.hausdorff import * # PYCHOK __all__
522
- from pygeodesy.heights import * # PYCHOK __all__
523
- from pygeodesy.internals import * # PYCHOK __all__
524
- from pygeodesy.interns import * # PYCHOK __all__
525
- from pygeodesy.iters import * # PYCHOK __all__
526
- from pygeodesy.karney import * # PYCHOK __all__
527
- from pygeodesy.ktm import * # PYCHOK __all__
528
- from pygeodesy.latlonBase import * # PYCHOK __(_)__ INTERNAL
529
- from pygeodesy.lazily import * # PYCHOK __all__
530
- from pygeodesy.lcc import * # PYCHOK __all__
531
- from pygeodesy.ltp import * # PYCHOK __all__
532
- from pygeodesy.ltpTuples import * # PYCHOK __all__
533
- from pygeodesy.mgrs import * # PYCHOK __all__
534
- from pygeodesy.named import * # PYCHOK __all__
535
- from pygeodesy.namedTuples import * # PYCHOK __all__
536
- from pygeodesy.nvectorBase import * # PYCHOK __(_)__ INTERNAL
537
- from pygeodesy.osgr import * # PYCHOK __all__
538
- from pygeodesy.points import * # PYCHOK __all__
539
- from pygeodesy.props import * # PYCHOK __all__
540
- from pygeodesy.resections import * # PYCHOK __all__
541
- from pygeodesy.rhumb import * # PYCHOK __all__
542
- from pygeodesy.simplify import * # PYCHOK __all__
543
- # from pygeodesy.sphericalBase import * # PYCHOK __(_)__ INTERNAL
544
- # from pygeodesy.sphericalNvector import * # PYCHOK __(_)__
545
- # from pygeodesy.sphericalTrigonometry import * # PYCHOK __(_)__
546
- # from pygeodesy.solveBase import * # PYCHOK __(_)__ INTERNAL
547
- from pygeodesy.streprs import * # PYCHOK __all__
548
- from pygeodesy.trf import * # PYCHOK __all__
549
- from pygeodesy.triaxials import * # PYCHOK __all__
550
- from pygeodesy.units import * # PYCHOK __all__
551
- from pygeodesy.unitsBase import * # PYCHOK __all__ Float, ...
552
- from pygeodesy.ups import * # PYCHOK __all__
553
- from pygeodesy.utily import * # PYCHOK __all__
554
- from pygeodesy.utm import * # PYCHOK __all__
555
- from pygeodesy.utmups import * # PYCHOK __all__
556
- # from pygeodesy.utmupsBase import * # PYCHOK __(_)__ INTERNAL
557
- from pygeodesy.vector2d import * # PYCHOK __all__
558
- from pygeodesy.vector3d import * # PYCHOK __all__
559
- from pygeodesy.vector3dBase import * # PYCHOK __(_)__ INTERNAL
560
- from pygeodesy.webmercator import * # PYCHOK __all__
561
- from pygeodesy.wgrs import * # PYCHOK __all__
482
+ from pygeodesy.albers import * # noqa: F403
483
+ from pygeodesy.azimuthal import * # noqa: F403
484
+ # from pygeodesy.auxilats import * # noqa: F403
485
+ from pygeodesy.basics import * # noqa: F403
486
+ from pygeodesy.booleans import * # noqa: F403
487
+ from pygeodesy.cartesianBase import * # noqa: F403 INTERNAL
488
+ from pygeodesy.clipy import * # noqa: F403
489
+ from pygeodesy.constants import * # noqa: F403
490
+ from pygeodesy.css import * # noqa: F403
491
+ from pygeodesy.datums import * # noqa: F403
492
+ from pygeodesy.deprecated import * # noqa: F403 DEPRECATED
493
+ from pygeodesy.dms import * # noqa: F403
494
+ from pygeodesy.ecef import * # noqa: F403
495
+ # from pygeodesy.ecefLocals import * # noqa: F403
496
+ from pygeodesy.elevations import * # noqa: F403
497
+ # from pygeodesy.ellipsoidalBase import * # noqa: F403 INTERNAL
498
+ # from pygeodesy.ellipsoidalBaseDI import * # noqa: F403 INTERNAL
499
+ # from pygeodesy.ellipsoidalExact import * # noqa: F403
500
+ # from pygeodesy.ellipsoidalGeodSolve import * # noqa: F403
501
+ # from pygeodesy.ellipsoidalKarney import * # noqa: F403
502
+ # from pygeodesy.ellipsoidalNvector import * # noqa: F403
503
+ from pygeodesy.ellipsoidalVincenty import * # noqa: F403
504
+ from pygeodesy.ellipsoids import * # noqa: F403
505
+ from pygeodesy.elliptic import * # noqa: F403
506
+ from pygeodesy.epsg import * # noqa: F403
507
+ from pygeodesy.etm import * # noqa: F403
508
+ from pygeodesy.errors import * # noqa: F403
509
+ from pygeodesy.fmath import * # noqa: F403
510
+ from pygeodesy.formy import * # noqa: F403
511
+ from pygeodesy.frechet import * # noqa: F403
512
+ from pygeodesy.fstats import * # noqa: F403
513
+ from pygeodesy.fsums import * # noqa: F403
514
+ from pygeodesy.gars import * # noqa: F403
515
+ from pygeodesy.geodesici import * # noqa: F403
516
+ from pygeodesy.geodesicw import * # noqa: F403
517
+ from pygeodesy.geodesicx import * # noqa: F403
518
+ from pygeodesy.geodsolve import * # noqa: F403
519
+ from pygeodesy.geohash import * # noqa: F403
520
+ from pygeodesy.geoids import * # noqa: F403
521
+ from pygeodesy.hausdorff import * # noqa: F403
522
+ from pygeodesy.heights import * # noqa: F403
523
+ from pygeodesy.internals import * # noqa: F403
524
+ from pygeodesy.interns import * # noqa: F403
525
+ from pygeodesy.iters import * # noqa: F403
526
+ from pygeodesy.karney import * # noqa: F403
527
+ from pygeodesy.ktm import * # noqa: F403
528
+ from pygeodesy.latlonBase import * # noqa: F403 INTERNAL
529
+ from pygeodesy.lazily import * # noqa: F403
530
+ from pygeodesy.lcc import * # noqa: F403
531
+ from pygeodesy.ltp import * # noqa: F403
532
+ from pygeodesy.ltpTuples import * # noqa: F403
533
+ from pygeodesy.mgrs import * # noqa: F403
534
+ from pygeodesy.named import * # noqa: F403
535
+ from pygeodesy.namedTuples import * # noqa: F403
536
+ from pygeodesy.nvectorBase import * # noqa: F403 INTERNAL
537
+ from pygeodesy.osgr import * # noqa: F403
538
+ from pygeodesy.points import * # noqa: F403
539
+ from pygeodesy.props import * # noqa: F403
540
+ from pygeodesy.resections import * # noqa: F403
541
+ from pygeodesy.rhumb import * # noqa: F403
542
+ from pygeodesy.simplify import * # noqa: F403
543
+ # from pygeodesy.sphericalBase import * # noqa: F403 INTERNAL
544
+ # from pygeodesy.sphericalNvector import * # noqa: F403
545
+ # from pygeodesy.sphericalTrigonometry import * # noqa: F403
546
+ # from pygeodesy.solveBase import * # noqa: F403 INTERNAL
547
+ from pygeodesy.streprs import * # noqa: F403
548
+ from pygeodesy.trf import * # noqa: F403
549
+ from pygeodesy.triaxials import * # noqa: F403
550
+ from pygeodesy.units import * # noqa: F403
551
+ from pygeodesy.unitsBase import * # noqa: F403 Float, ...
552
+ from pygeodesy.ups import * # noqa: F403
553
+ from pygeodesy.utily import * # noqa: F403
554
+ from pygeodesy.utm import * # noqa: F403
555
+ from pygeodesy.utmups import * # noqa: F403
556
+ # from pygeodesy.utmupsBase import * # noqa: F403 INTERNAL
557
+ from pygeodesy.vector2d import * # noqa: F403
558
+ from pygeodesy.vector3d import * # noqa: F403
559
+ from pygeodesy.vector3dBase import * # noqa: F403 INTERNAL
560
+ from pygeodesy.webmercator import * # noqa: F403
561
+ from pygeodesy.wgrs import * # noqa: F403
562
562
 
563
563
  def _all(globalocals):
564
564
  from pygeodesy.internals import _headof, _DOT_ # PYCHOK expected
565
565
  from pygeodesy.interns import NN as _NN, _attribute_, _COMMASPACE_, \
566
- _module_, _s_, _UNDER_ # PYCHOK expected
566
+ _module_, _s_ # PYCHOK expected
567
567
  from pygeodesy.streprs import Fmt as _Fmt # PYCHOK expected
568
568
  # collect all public module and attribute names and check
569
569
  # that modules are imported from this package, 'pygeodesy'
@@ -602,9 +602,9 @@ else:
602
602
  __all__ = ()
603
603
  _init__all__ = False
604
604
 
605
- from pygeodesy.internals import _version2, _DOT_ # PYCHOK import
605
+ from pygeodesy.internals import _version2, _DOT_ # noqa: E402
606
606
  # from pygeodesy.interns import _DOT_ # from .internals
607
- __version__ = '25.05.05'
607
+ __version__ = '25.05.28'
608
608
  # see setup.py for similar logic
609
609
  version = _DOT_(*_version2(__version__, n=3))
610
610
 
pygeodesy/__main__.py CHANGED
@@ -5,7 +5,7 @@ u'''Print L{pygeodesy} version, etc. using C{python -m pygeodesy}.
5
5
  '''
6
6
 
7
7
  __all__ = ()
8
- __version__ = '25.04.12'
8
+ __version__ = '25.06.26'
9
9
 
10
10
  from os.path import basename, dirname
11
11
 
@@ -28,6 +28,7 @@ def _main(): # PYCHOK no cover
28
28
  ('isLazy', isLazy),
29
29
  ('_isfrozen', _isfrozen),
30
30
  ('_floats', len(constants._floats)),
31
+ # ('_interns', len(interns.__dict__) - 22),
31
32
  (_DALL_, len(_all_imports())),
32
33
  (_DEPRECATED_, len(_all_deprecates()))))
33
34
 
@@ -60,7 +61,7 @@ except ImportError:
60
61
  print(' '.join(t))
61
62
 
62
63
  # % python3.13 -m pygeodesy
63
- # pygeodesy.version=24.9.6, .pygeodesy_abspath=.../PyGeodesy/pygeodesy, .isLazy=1, ._isfrozen=False, ._floats=81, .__all__=936, .DEPRECATED=100, coverage 7.6.0 (pygeodesy 24.9.6 Python 3.13.0rc1 64bit arm64 macOS 14.6.1)
64
+ # pygeodesy.version=25.5.25, .pygeodesy_abspath=/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy, .isLazy=1, ._isfrozen=False, ._floats=81, .__all__=947, .DEPRECATED=113, coverage 7.6.1, geographiclib 2.0 (pygeodesy 25.5.25 Python 3.13.3 64bit arm64 macOS 15.4.1)
64
65
 
65
66
  # % python3.12 -m pygeodesy
66
67
  # pygeodesy.version=24.9.6, .pygeodesy_abspath=.../PyGeodesy/pygeodesy, .isLazy=1, ._isfrozen=False, ._floats=81, .__all__=936, .DEPRECATED=100, coverage 7.6.0, geographiclib 2.0, numpy 2.1.0, scipy 1.14.1 (pygeodesy 24.9.6 Python 3.12.5 64bit arm64 macOS 14.6.1)
@@ -81,7 +82,7 @@ except ImportError:
81
82
  # pygeodesy.version=24.9.6, .pygeodesy_abspath=.../PyGeodesy/pygeodesy, .isLazy=1, ._isfrozen=False, ._floats=81, .__all__=936, .DEPRECATED=100, coverage 4.5.4, geographiclib 1.50, numpy 1.17.2, scipy 1.3.1 (pygeodesy 24.9.6 Python 3.7.6 64bit arm64_x86_64 macOS 10.16)
82
83
 
83
84
  # % python2.7 -m pygeodesy
84
- # pygeodesy.version=24.9.6, .pygeodesy_abspath=.../PyGeodesy/pygeodesy, .isLazy=None, ._isfrozen=False, ._floats=792, .__all__=936, .DEPRECATED=100, coverage 5.5, geographiclib 1.50, numpy 1.16.6, scipy 1.2.2 (pygeodesy 24.9.6 Python 2.7.18 64bit arm64_x86_64 macOS 10.16)
85
+ # pygeodesy.version=25.5.25, .pygeodesy_abspath=/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy, .isLazy=None, ._isfrozen=False, ._floats=796, .__all__=947, .DEPRECATED=113, coverage 5.5, geographiclib 1.50, numpy 1.16.6, scipy 1.2.2 (pygeodesy 25.5.25 Python 2.7.18 64bit arm64_x86_64 macOS 10.16)
85
86
 
86
87
  # **) MIT License
87
88
  #
pygeodesy/albers.py CHANGED
@@ -13,7 +13,7 @@ See also I{Albers Equal-Area Conic Projection} in U{John P. Snyder, "Map Project
13
13
  and the Albers Conical Equal-Area examples on pp 291-294.
14
14
  '''
15
15
  # make sure int/int division yields float quotient, see .basics
16
- from __future__ import division as _; del _ # PYCHOK semicolon
16
+ from __future__ import division as _; del _ # noqa: E702 ;
17
17
 
18
18
  from pygeodesy.basics import _isin, neg, neg_
19
19
  from pygeodesy.constants import EPS0, EPS02, _EPSqrt as _TOL, \
@@ -38,7 +38,7 @@ from pygeodesy.utily import atan1, atan1d, atan2, degrees360, sincos2, \
38
38
  from math import atanh, degrees, fabs, radians, sqrt
39
39
 
40
40
  __all__ = _ALL_LAZY.albers
41
- __version__ = '25.04.14'
41
+ __version__ = '25.05.12'
42
42
 
43
43
  _k1_ = 'k1'
44
44
  _NUMIT = 9 # XXX 4?
@@ -766,8 +766,8 @@ def _D2atanheE(x, y, E):
766
766
  _C = Fsum().Fsum_
767
767
  _S2 = Fsum().fsum2_
768
768
  for _ in range(_TERMS): # 15 terms
769
- T *= y; P = _T(z); z *= x # PYCHOK ;
770
- T *= y; Q = _T(z); z *= x # PYCHOK ;
769
+ T *= y; P = _T(z); z *= x # noqa: E702 ;
770
+ T *= y; Q = _T(z); z *= x # noqa: E702 ;
771
771
  e *= e2
772
772
  k += 2
773
773
  s, d = _S2(_C(P, Q) * e / k)
@@ -9,20 +9,20 @@ Copyright (C) Charles Karney (2022-2024) Karney@Alum.MIT.edu> and licensed under
9
9
  MIT/X11 License. For more information, see <https://GeographicLib.SourceForge.io>.
10
10
  '''
11
11
  # make sure int/int division yields float quotient, see .basics
12
- from __future__ import division as _; del _ # PYCHOK semicolon
12
+ from __future__ import division as _; del _ # noqa: E702 ;
13
13
 
14
14
  # from pygeodesy.basics import _splituple # _MODS
15
15
  from pygeodesy.constants import _floats as _constants_floats
16
16
  from pygeodesy.errors import _AssertionError, _MODS
17
17
  # from pygeodesy.internals import _sizeof # _MODS
18
- from pygeodesy.interns import NN, MISSING, _COMMA_, _duplicate_, _NL_, \
18
+ from pygeodesy.interns import NN, MISSING, _duplicate_, _NL_, \
19
19
  _QUOTE3_, _SLASH_, _ELLIPSIS4_ # PYCHOK used!
20
20
  # from pygeodesy.lazily import _ALL_MODS as _MODS # from .errors
21
21
  from pygeodesy.named import ADict, Property_RO
22
22
  # from pygeodesy.props import Property_RO # from .named
23
23
 
24
24
  __all__ = ()
25
- __version__ = '25.04.11'
25
+ __version__ = '25.05.12'
26
26
 
27
27
 
28
28
  class _Rcoeffs(ADict):
@@ -12,7 +12,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
12
12
  <https://GeographicLib.SourceForge.io>} documentation.
13
13
  '''
14
14
  # make sure int/int division yields float quotient, see .basics
15
- from __future__ import division as _; del _ # PYCHOK semicolon
15
+ from __future__ import division as _; del _ # noqa: E702 ;
16
16
 
17
17
  from pygeodesy.auxilats.auxily import Aux, _Aux2Greek, AuxError
18
18
  from pygeodesy.basics import map1, map2, _xinstanceof
@@ -32,7 +32,7 @@ from pygeodesy.utily import atan2, atan2d, sincos2, sincos2d
32
32
  from math import asinh, copysign, degrees, fabs, radians, sinh
33
33
 
34
34
  __all__ = ()
35
- __version__ = '25.04.14'
35
+ __version__ = '25.05.12'
36
36
 
37
37
  _0_INF_NAN_NINF = (0, _0_0) + _INF_NAN_NINF
38
38
  _MAX_2 = MAX * _0_5 # PYCHOK used!
@@ -9,7 +9,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
9
9
  <https://GeographicLib.SourceForge.io>} documentation.
10
10
  '''
11
11
  # make sure int/int division yields float quotient, see .basics
12
- from __future__ import division as _; del _ # PYCHOK semicolon
12
+ from __future__ import division as _; del _ # noqa: E702 ;
13
13
 
14
14
  from pygeodesy.auxilats.auxily import Aux, _Datan, _Dasinh, _Dm, _sc, _sn, \
15
15
  AuxError
@@ -26,7 +26,7 @@ from pygeodesy.utily import atan1, atan2 # from .auxilats.auxily
26
26
  from math import cos, sin, sqrt
27
27
 
28
28
  __all__ = ()
29
- __version__ = '24.11.24'
29
+ __version__ = '25.05.12'
30
30
 
31
31
 
32
32
  class AuxDLat(AuxLat):
@@ -13,7 +13,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
13
13
  installed, version 1.16 or newer.
14
14
  '''
15
15
  # make sure int/int division yields float quotient, see .basics
16
- from __future__ import division as _; del _ # PYCHOK semicolon
16
+ from __future__ import division as _; del _ # noqa: E702 ;
17
17
 
18
18
  from pygeodesy.auxilats.auxily import _Dm
19
19
  from pygeodesy.basics import isodd, neg, _reverange, _xnumpy
@@ -24,7 +24,7 @@ from pygeodesy.karney import _2cos2x, _ALL_DOCS
24
24
  from pygeodesy.props import property_RO, property_ROver
25
25
 
26
26
  __all__ = ()
27
- __version__ = '24.08.13'
27
+ __version__ = '25.05.12'
28
28
 
29
29
 
30
30
  class AuxDST(object):
@@ -13,7 +13,7 @@ under the MIT/X11 License. For more information, see the U{GeographicLib
13
13
  U{On auxiliary latitudes<https://ArXiv.org/abs/2212.05818>}.
14
14
  '''
15
15
  # make sure int/int division yields float quotient, see .basics
16
- from __future__ import division as _; del _ # PYCHOK semicolon
16
+ from __future__ import division as _; del _ # noqa: E702 ;
17
17
 
18
18
  from pygeodesy.auxilats.auxAngle import AuxAngle, AuxBeta, AuxChi, _AuxClass, \
19
19
  AuxMu, AuxPhi, AuxTheta, AuxXi
@@ -48,7 +48,7 @@ except ImportError: # Python 3.11-
48
48
  return pow(_2_0, x)
49
49
 
50
50
  __all__ = ()
51
- __version__ = '25.04.14'
51
+ __version__ = '25.05.12'
52
52
 
53
53
  _TRIPS = 1024 # XXX 2 or 3?
54
54