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.
This commit is contained in:
Don Cross
2020-08-24 21:42:06 -04:00
parent 9de3be62d3
commit 10d7821184

View File

@@ -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": [