From 10d7821184ecbaf140c2be4d321e0e8a5be69f2b Mon Sep 17 00:00:00 2001 From: Don Cross Date: Mon, 24 Aug 2020 21:42:06 -0400 Subject: [PATCH] npm version 1.1.2 - Improved Pluto calculation. The minimized code astronomy.min.js is now significantly smaller because it uses a completely new algorithm for calculating the position of Pluto. Instead of using TOP2013 formulas directly, it simulates the gravitational forces on Pluto between 40 precalculated checkpoints spread over a 4000 year range. --- source/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/js/package.json b/source/js/package.json index fe0a0f92..76fd9ba4 100644 --- a/source/js/package.json +++ b/source/js/package.json @@ -1,6 +1,6 @@ { "name": "astronomy-engine", - "version": "1.1.1", + "version": "1.1.2", "description": "Astronomy calculation for Sun, Moon, and planets.", "main": "astronomy.js", "files": [