{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":68028481,"defaultBranch":"master","name":"PyGeodesy","ownerLogin":"mrJean1","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-09-12T16:49:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22154337?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1585841261.0","currentOid":""},"activityList":{"items":[{"before":"6080403b677b9e22dca00fe4de59be0ff358ecf8","after":"d267898e0dc67e4d45423b86ecd9d70db5490e8e","ref":"refs/heads/master","pushedAt":"2024-09-11T19:24:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"FMA, TwoProduct\n\nNew function fma in module fmath and new method fma in class Fsum using math.fma in Python 3.13 and later, otherwise an equivalent implementation with the same finite accuracy.\n\nNew methods f2mul and f2product in class Fsum for accurate \"TwoProduct\" multiplication in addition to precision summation. By default, \"TwoProduct\" multiplication is turned on for Python 3.13 and later, but off for older Python versions.\n\nFix for exception in polynomial when pygeodesy is used without geographiclib installed.\n\nSome documentation and test updates.","shortMessageHtmlLink":"FMA, TwoProduct"}},{"before":"4c199012fc6860b50ece6135d8578e3f98210a59","after":"6080403b677b9e22dca00fe4de59be0ff358ecf8","ref":"refs/heads/master","pushedAt":"2024-09-11T16:31:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"FMA, TwoProduct\n\nNew function fma in module fmath and new method fma in class Fsum using math.fma in Python 3.13 and later, otherwise an equivalent implementation with the same accuracy.\n\nNew methods f2mul and f2product in class Fsum for accurate \"TwoProduct\" multiplication in addition to precision summation. By default, \"TwoProduct\" multiplication is turned on for Python 3.13 and later, but off for older Python versions.\n\nFix for exception in polynomial when pygeodesy is used without geographiclib installed.\n\nSome documentation and test updates.","shortMessageHtmlLink":"FMA, TwoProduct"}},{"before":"6cb192bb1520a51e5cf2679fdaa42b7735e0f253","after":"4c199012fc6860b50ece6135d8578e3f98210a59","ref":"refs/heads/master","pushedAt":"2024-09-06T19:51:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Coefficients and Jacobi amplitude\n\nAdded support for Jacobi amplitude in class Elliptic, transcoded from Karney's C++ GeographicLib version 2.4.\n\nNew options to use Jacobi amplitude inlieu of Bulirsch' function in classes Elliptic, methods ExactTransverseMercator.forward and -.reverse and env variable PYGEODESY_GEOGRAPHICLIB.\n\nDefer building of coefficient tables until needed in modules auxilats and rhumb.aux_.\n\nUse a numpy.array for large coefficent tables in module geographicx, iff numpy is already imported.\n\nSeveral other, internal modifications.\n\nSome documentation and test updates.","shortMessageHtmlLink":"Coefficients and Jacobi amplitude"}},{"before":"a62c8b05788ca2f1fc84c7cdd8eeb5a8e5289995","after":"6cb192bb1520a51e5cf2679fdaa42b7735e0f253","ref":"refs/heads/master","pushedAt":"2024-09-06T17:45:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Coefficients and Jacobi amplitude\n\nAdded support for Jacobi amplitude in class Elliptic, transcoded from Karney's C++ GeographicLib version 2.4.\n\nNew options to use Jacobi amplitude inlieu of Bulirsch' function in classes Elliptic, methods ExactTransverseMercator.forward and -.reverse and env variable PYGEODESY_GEOGRAPHICLIB.\n\nDefer building of coefficient tables until needed in modules auxilats and rhumb.aux_.\n\nUse a numpy.array for large coefficent tables in module geographicx, iff numpy is already imported.\n\nSeveral other, internal modifications.\n\nSome documentation and test updates.","shortMessageHtmlLink":"Coefficients and Jacobi amplitude"}},{"before":"645ed8702b94dc4b43f8f11219645024d25b84ab","after":"a62c8b05788ca2f1fc84c7cdd8eeb5a8e5289995","ref":"refs/heads/master","pushedAt":"2024-09-06T15:59:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Coefficients and Jacobi amplitude\n\nAdded support for Jacobi amplitude to class Elliptic, transcoded from C++ GeographicLib version 2.4.\n\nNew options to use Jacobi amplitude inlieu of Bulirsch function in classes Elliptic, methods ExactTransverseMercator.forward and -.reverse and env variable PYGEODESY_GEOGRAPHICLIB.\n\nDefer building of coefficient tables until needed in modules auxilats and rhumb.aux_.\n\nWhen available, use a numpy.array for large coefficent tables in module geographicx.\n\nSeveral other, internal modifications.\n\nSome documentation and test updates.","shortMessageHtmlLink":"Coefficients and Jacobi amplitude"}},{"before":"ac7ea7650307ce820de1afa3a802b6f1590707af","after":"645ed8702b94dc4b43f8f11219645024d25b84ab","ref":"refs/heads/master","pushedAt":"2024-08-24T20:00:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Geoids, heights, numpy, scypi, triaxials\n\nUpdated the geoid and height interpolators to use functions scipy.interpolate.bisplrep and -.bisplev for scipy version 1.14 and newer. For backward compatibility, function scipy.interpolate.interp2d is still used with scipy versions older than 1.14.\n\nNew function triaxum5 to best-fit a triaxial ellipsoid or biaxial ellipse to a set of points. New function circum4 to best-fit a sphere or circle to a set of points.\n\nRemoved localizing globals from function trilaterate3d2 and several other ones.\n\nUpdated to python 3.12.5 and 3.13rc1, to numpy 2.1.0 and scypi 1.14.1 and to macOS 14.6.1 for testing and building.\n\nDocumentation and test updates.","shortMessageHtmlLink":"Geoids, heights, numpy, scypi, triaxials"}},{"before":"64b04f39cf3603bd7f3ac0cd672ddfdf47a4ebac","after":"ac7ea7650307ce820de1afa3a802b6f1590707af","ref":"refs/heads/master","pushedAt":"2024-08-23T23:42:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Geoids, heights, scypi, triaxials\n\nUpdated the geoid and height interpolators to use functions scipy.interpolate.bisplrep and -.bisplev for scipy version 1.14 and newer. For backward compatibility, function scipy.interpolate.interp2d is still used with scipy versions older than 1.14.\n\nNew function triaxum5 to best-fit a triaxial ellipsoid or biaxial ellipse to a set of points. New function circum4 to best-fit a sphere or circle to a set of points.\n\nRemoved localizing globals from function trilaterate3d2 and several other.\n\nUpdated to python 3.12.5 and 3.13rc1, to numpy 2.1.0 and scypi 1.14.1 and to macOS 14.6.1 for testing and building.\n\nDocumentation and test updates.","shortMessageHtmlLink":"Geoids, heights, scypi, triaxials"}},{"before":"565bc8ad99501c4d56be49ed777c0f887c8df284","after":"64b04f39cf3603bd7f3ac0cd672ddfdf47a4ebac","ref":"refs/heads/master","pushedAt":"2024-08-22T23:34:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Geoids, heights, scypi, triaxials\n\nUpdated the geoid and height interpolators to use functions scipy.interpolate.bisplrep and -.bisplev for scipy version 1.14.1 and newer. For backward compatibility, function scipy.interpolate.interp2d is still used with scipy versions before 1.14.1.\n\nNew function triaxum5 to best-fit a triaxial ellipsoid or biaxial ellipse to a set of points. New function circum4 to best-fit a sphere or circle to a set of points.\n\nRemoved localizing globals from function trilaterate3d2 and several other.\n\nUpdated to python 3.12.5 and 3.13rc1, to numpy 2.1.0 and scypi 1.14.1 and to macOS 14.6.1 for testing and building.\n\nDocumentation and test updates.","shortMessageHtmlLink":"Geoids, heights, scypi, triaxials"}},{"before":"6cd7efb9c47df4717e668f15c20fb84f0be2cd3c","after":"565bc8ad99501c4d56be49ed777c0f887c8df284","ref":"refs/heads/master","pushedAt":"2024-08-03T02:16:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Geohash\n\nReduced the overhead in function geohash.encode making it 6X to 60X faster for a given respectively inferred encoding precision.\n\nNew method Geohash.sizes3 replacing DEPRECATED method .sizes and returning a Sizes3Tuple result.\n\nNew function geohash.decode_error2 replacing DEPRECATED function .decode_error.\n\nNew class Geohashed for caching en- and decoded geohashes.\n\nEnhanced the constructor of classes Garef, Geohash and Georef to allow supplying a lat and lon for consistency with the encoding function gars.encode, geohash.encode respectively wgrs.encode.\n\nSeveral other, internal improvements to module geohash.\n\nNew units class Azimuth, similar to class Bearing.\n\nDocumention and test updates.","shortMessageHtmlLink":"Geohash"}},{"before":"1a63baff2882ae88827d05e0a1f748a559cfad4d","after":"6cd7efb9c47df4717e668f15c20fb84f0be2cd3c","ref":"refs/heads/master","pushedAt":"2024-08-01T17:31:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Geohash\n\nReduced the overhead in function geohash.encode making it 6 to 60X faster for a given respectively inferred encoding precision.\n\nNew method Geohash.sizes3 replacing DEPRECATED method .sizes and returning a Sizes3Tuple result.\n\nNew function geohash.decode_error2 replacing DEPRECATED function .decode_error.\n\nNew class Geohashed for caching en- and decoded geohashes.\n\nSeveral other, internal improvements to module geohash.\n\nNew units class Azimuth, similar to class Bearing.\n\nDocumention and test updates.","shortMessageHtmlLink":"Geohash"}},{"before":"1172f97fc2316024e5a82067864cd4921c210ba4","after":"1a63baff2882ae88827d05e0a1f748a559cfad4d","ref":"refs/heads/master","pushedAt":"2024-07-23T15:27:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"More Intersectool and Intersector\n\nFix for module pygeodesy/props.py and documentation files only.\n\nNew class Intersect7Tuple and new methods intersect7 and k2kAkB in classes Intersectool and Intersector.\n\nTwo new decorators, property_ROnce and property_ROver for class-level properties, lazily gotten once.\n\nMajor updates to README.rst and the pygeodesy/__init__.py documentation.","shortMessageHtmlLink":"More Intersectool and Intersector"}},{"before":"8f485826da5b8abe46e4c1a06e16e31613274edb","after":"1172f97fc2316024e5a82067864cd4921c210ba4","ref":"refs/heads/master","pushedAt":"2024-07-22T22:27:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"More Intersectool and Intersector\n\nFix for module pygeodesy/props.py and documentation files only.\n\nNew class Intersect7Tuple and new methods intersect7 and k2kAkB in classes Intersectool and Intersector.\n\nTwo new decorators, property_ROnce and property_ROver for class-level properties, lazily gotten once.\n\nMajor updates to README.rst and the pygeodesy/__init__.py documentation.","shortMessageHtmlLink":"More Intersectool and Intersector"}},{"before":"6f01e495e42f81d18f208f05b9d0684317b8655d","after":"8f485826da5b8abe46e4c1a06e16e31613274edb","ref":"refs/heads/master","pushedAt":"2024-07-21T18:53:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"More Intersectool and Intersector\n\nFix for documentation files only.\n\nNew class Intersect7Tuple and new methods intersect7 and k2kAkB in classes Intersectool and Intersector.\n\nTwo new decorators, property_ROnce and property_ROver for class-level properties, lazily gotten once.\n\nMajor updates to README.rst and the pygeodesy/__init__.py documentation.","shortMessageHtmlLink":"More Intersectool and Intersector"}},{"before":"ec9c9ecbdd4292f4282e321853c72a852651debf","after":"6f01e495e42f81d18f208f05b9d0684317b8655d","ref":"refs/heads/master","pushedAt":"2024-07-21T17:01:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"More Intersectool and Intersector\n\nNew class Intersect7Tuple and new methods intersect7 and k2kAkB in classes Intersectool and Intersector.\n\nTwo new decorators, property_ROnce and property_ROver for class-level properties, lazily gotten once.\n\nMajor updates to README.rst and the pygeodesy/__init__.py documentation.","shortMessageHtmlLink":"More Intersectool and Intersector"}},{"before":"90fab6f4c7836f8cadb0ae47f8bed478b404e5ba","after":"ec9c9ecbdd4292f4282e321853c72a852651debf","ref":"refs/heads/master","pushedAt":"2024-07-20T18:55:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"More Intersectool and -tor\n\nNew class Intersect7Tuple and new methods intersect7s and k2kAkB in classes Intersectool and Intersector.\n\nNew deorators property_ROnce and property_ROver for class-level properties gotten once.\n\nMajor updates to README.rst and pygeodesy/__init__.py documentation.","shortMessageHtmlLink":"More Intersectool and -tor"}},{"before":"6896e189e6628bfca9f09ad05d542452246443b4","after":"90fab6f4c7836f8cadb0ae47f8bed478b404e5ba","ref":"refs/heads/master","pushedAt":"2024-07-10T13:56:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Intersectool\n\nNew class Intersectool, equivalent to class Intersector in module geodesici but invoking GeographicLib's utility IntersectTool to compute the intersections of two geodesic lines.\n\nSeveral modifications and updates in other modules supporting Intersectool and Intersector, like tuples Intersectool5Tuple, Intersector5Tuple and Middle5Tuple.\n\nSome test updates but still insufficient coverage.\n\nDocumentation updates, as often.","shortMessageHtmlLink":"Intersectool"}},{"before":"182c36fe0e4f6ad0734a74c1245a4ee8282c21b0","after":"6896e189e6628bfca9f09ad05d542452246443b4","ref":"refs/heads/master","pushedAt":"2024-07-08T20:50:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Intersectool\n\nNew class Intersectool equivalent to class Intersector in module geodesici but invoking GeographicLib's utility IntersectTool to compute the intersections of two geodesic lines.\n\nSeveral modifications and updates in other modules supporting Intersectool and Intersector.\n\nSome test updates but still insufficient coverage.\n\nDocumentation updates, as often.","shortMessageHtmlLink":"Intersectool"}},{"before":"22514f82fb13b5f4d9e675a168e1c1d66153aa98","after":"182c36fe0e4f6ad0734a74c1245a4ee8282c21b0","ref":"refs/heads/master","pushedAt":"2024-07-08T02:14:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Intersectool\n\nNew class Intersectool equivalent to class Intersector in module geodesici but invoking GeographicLib's utility IntersectTool to compute the intersections of two geodesic lines.\n\nSeveral modifications and updates in other modules supporting Intersectool and Intersector.\n\nSome test updates but still insufficient coverage.","shortMessageHtmlLink":"Intersectool"}},{"before":"0ec07b71d5ede8b5d593e28e82caccd97e6d973c","after":"22514f82fb13b5f4d9e675a168e1c1d66153aa98","ref":"refs/heads/master","pushedAt":"2024-06-28T00:45:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Intersector\n\nNewer module geodesici and class Intersector for finding intersections between geodesic lines based on Karney's C++ class Intersect, new in GeographicLib 2.3.\n\nNew units Lamd and Phid, replacing Lam_ and Phi_ and DEPRECATING the latter two.\n\nNumerous documentation updates to improve consistency and reduce duplication.\n\nUpgraded to GeographicLib 2.3 for testing with GeoConvert, GeodSolve and RhumbSolve.\n\nFix for test failure, missing dist, docs and testresults.","shortMessageHtmlLink":"Intersector"}},{"before":"27ff1c16de8e3f5ebd1daf5fe31af705b80d508a","after":"0ec07b71d5ede8b5d593e28e82caccd97e6d973c","ref":"refs/heads/master","pushedAt":"2024-06-27T02:18:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Intersector\n\nNew module geodesici and class Intersector for finding intersections between geodesic lines based on Karney's C++ class Intersect, new in GeographicLib 2.3.\n\nNew units Lamd and Phid, replacing Lam_ and Phi_ and DEPRECATING the latter two.\n\nNumerous documentation updates to improve consistency and reduce duplication.\n\nUpgraded to GeographicLib 2.3 for testing with GeoConvert, GeodSolve and RhumbSolve.\n\nFix for test failure.","shortMessageHtmlLink":"Intersector"}},{"before":"ac333f78a3243b2aba2e7498a5ff7db427ba2d62","after":"27ff1c16de8e3f5ebd1daf5fe31af705b80d508a","ref":"refs/heads/master","pushedAt":"2024-06-25T01:53:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Intersector\n\nNew module geodesici and class Intersector for finding intersections between geodesic lines based on Karney's C++ class Intersect, new in GeographicLib 2.3.\n\nNew units Lamd and Phid, replacing Lam_ and Phi_ and DEPRECATING the latter two.\n\nNumerous documentation updates to improve consistency and reduce duplication.\n\nUpgraded to GeographicLib 2.3 for tests with GeoConvert, GeodSolve and RhumbSolve.","shortMessageHtmlLink":"Intersector"}},{"before":"df0653b2f577e8c5735b43d10e3e9c97eba58834","after":"ac333f78a3243b2aba2e7498a5ff7db427ba2d62","ref":"refs/heads/master","pushedAt":"2024-06-10T18:11:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Names plus\n\nYet more name=\"str\" keyword argument modifications, some test changes and several documentation updates.","shortMessageHtmlLink":"Names plus"}},{"before":"95fecfb7b65f2c575ef4ef72c338f3dd98b430f4","after":"df0653b2f577e8c5735b43d10e3e9c97eba58834","ref":"refs/heads/master","pushedAt":"2024-06-08T22:30:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Names plus\n\nYet more name=\"str\" keyword argument modifications and documentation updates.","shortMessageHtmlLink":"Names plus"}},{"before":"788e11230b36ecbf33cf203edb4bf416754e6ea3","after":"95fecfb7b65f2c575ef4ef72c338f3dd98b430f4","ref":"refs/heads/master","pushedAt":"2024-06-01T15:49:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Names plus\n\nMore name=\"str\" keyword argument modifications in the ecef, etm, ltp, utm, ups and underlying modules.\n\nRenamed distance method equirectangular_ to equirectangular4 and deprecated the former.\n\nFixed an issue in method hartzell4 of class Ellipsoid.\n\nRemoved a leftover print statement from method toRepr of class ADict.\n\nAdded the initial test results with Python beta release 3.13.0b1.\n\nUpdated to macOS 14.5 Sonoma for testing and building.","shortMessageHtmlLink":"Names plus"}},{"before":"49f4b6373a050010424688648c1ee3ad3e6e9887","after":"788e11230b36ecbf33cf203edb4bf416754e6ea3","ref":"refs/heads/master","pushedAt":"2024-05-30T18:20:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Names plus\n\nMore name=\"str\" keyword argument modifications in the etm, utm, ups and underlying modules.\n\nRenamed distance method equirectangular_ to equirectangular4 and deprecated the former.\n\nFixed an issue in method hartzell4 of class Ellipsoid.\n\nRemoved a leftover print statement from method toRepr of class ADict.\n\nAdded the initial test results with Python beta release 3.13.0b1.\n\nUpdated to macOS 14.5 Sonoma for testing and building.","shortMessageHtmlLink":"Names plus"}},{"before":"0bf879b9e0d5f92a97627a3c5f66dd1777045622","after":"49f4b6373a050010424688648c1ee3ad3e6e9887","ref":"refs/heads/master","pushedAt":"2024-05-25T16:58:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Names\n\nSpecifying a name for an/any object now requires a name=\"str\" keyword argument in most cases.\n\nUnexpected keyword arguments are reported as TypeErrors in most cases.\n\nNumerous documentation and some test updates.","shortMessageHtmlLink":"Names"}},{"before":"3afcecc3d35f79a9a7d86792286bdb5ec6fc24a3","after":"0bf879b9e0d5f92a97627a3c5f66dd1777045622","ref":"refs/heads/master","pushedAt":"2024-05-24T21:36:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Names\n\nSpecifying a name for an/any object now requires name=\"str\" keyword argument.\n\nNumerous documentation and some test updates.","shortMessageHtmlLink":"Names"}},{"before":"b2d12cefd9769d8ddc76f545f0001276baadab4c","after":"3afcecc3d35f79a9a7d86792286bdb5ec6fc24a3","ref":"refs/heads/master","pushedAt":"2024-05-15T20:49:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Module internals\n\nNew module internals containing mostly INTERNAL functions carved out of modules interns and lazily.\n\nModule lazily checks the pygeodesy.__dict__ before importing a module.\n\nAnother update to modules fstats and fsums to improve accuracy.\n\nAs usual, documentation and some test updates.\n\nFix for the test failure on Windows.","shortMessageHtmlLink":"Module internals"}},{"before":"147adf74bc61023212aa436f13a51b6bef3bcab5","after":"b2d12cefd9769d8ddc76f545f0001276baadab4c","ref":"refs/heads/master","pushedAt":"2024-05-15T01:07:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"Module internals\n\nNew module internals containing mostly INTERNAL functions carved out of modules interns and lazily.\n\nAnother update to modules fstats and fsums to improve accuracy.\n\nAs usual, documentation and some test updates.","shortMessageHtmlLink":"Module internals"}},{"before":"5ce3d6ebfe61f748e4e372b317361245cf897ad8","after":"147adf74bc61023212aa436f13a51b6bef3bcab5","ref":"refs/heads/master","pushedAt":"2024-05-08T19:09:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mrJean1","name":null,"path":"/mrJean1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22154337?s=80&v=4"},"commit":{"message":"More fstats\n\nCompute all returned results with Fsum accuracy and use Fsum.rdiv and Fsqrt.\n\nCorrected module fstats to handle Fsum2Tuple values properly.\n\nUpgrade to Python 3.12.3 for testing and building.","shortMessageHtmlLink":"More fstats"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxOToyNDo0NC4wMDAwMDBazwAAAASzlx6s","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxOToyNDo0NC4wMDAwMDBazwAAAASzlx6s","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0wOFQxOTowOTo1NS4wMDAwMDBazwAAAARE9gPS"}},"title":"Activity ยท mrJean1/PyGeodesy"}