Commit Graph

  • 865d3da7d8 Fixes in C comments to assist different versions of Doxygen. master Don Cross 2025-01-27 14:41:18 -05:00
  • e0cf670b47 Temporary relaxation of diffcalc tolerance for Python. Don Cross 2025-01-27 11:55:38 -05:00
  • 826e26ff3a Updated copyrights for 2025. Don Cross 2025-01-27 11:50:43 -05:00
  • 0a81875c31 Bump elliptic from 6.5.7 to 6.6.0 in /generate dependabot/npm_and_yarn/generate/elliptic-6.6.0 dependabot[bot] 2024-10-31 02:20:14 +00:00
  • 158b916402 Merge pull request #369 from cosinekitty/dependabot/npm_and_yarn/generate/elliptic-6.5.7 Don Cross 2024-10-12 10:46:08 -04:00
  • 48aef230f4 Bump elliptic from 6.5.4 to 6.5.7 in /generate dependabot[bot] 2024-10-11 18:46:59 +00:00
  • 2c3b1689b1 Upgrade from Python 3.9 to 3.12 for datetime.UTC maint Don Cross 2024-10-05 12:22:05 -04:00
  • b081a5cc28 Kotlin: replace deprecated "reversed" with "asReversed". Don Cross 2024-10-05 12:11:50 -04:00
  • 7e83933db9 Use .NET 8 and Visual Studio 2022. Fixed contributor doc for Windows. Don Cross 2024-10-05 11:13:17 -04:00
  • 3333da128a Generate Arduino code from C code. Patch for limited time functionality. arduino Don Cross 2024-09-05 13:59:41 -04:00
  • 64149c50c7 Merge branch 'dr_arduino' into arduino Don Cross 2024-09-05 13:31:31 -04:00
  • ab6a847668 Arduino: keyword and properties Danny 2024-09-04 12:57:09 +03:30
  • 93a638be41 Arduino Ci check Danny 2024-09-02 21:50:05 +03:30
  • 514133cfc3 arduino CI 1 Danny 2024-09-02 21:47:28 +03:30
  • 1ae6fce266 Updated copyrights to 2024 to allow GitHub Actions tests to pass. Don Cross 2024-08-25 19:10:16 -04:00
  • cafaf0a9af Merge branch 'DannyRavi-arduino' into arduino Don Cross 2024-08-25 16:18:16 -04:00
  • 39e5595ae8 Arduino: complete Arduino Demo Danny 2024-08-25 20:23:52 +03:30
  • 44ab1675fa add Arduino part 1 Danny 2024-08-23 22:04:09 +03:30
  • 5d726f2978 GitHub Actions: another bash fix Don Cross 2024-07-06 15:30:30 -04:00
  • a6afed2b4f GitHub Actions: oops - another fix bash syntax for string concatenation. Don Cross 2024-07-06 15:19:45 -04:00
  • 366d018f42 GitHub Actions: fixed bash syntax for string concatenation. Don Cross 2024-07-06 15:18:47 -04:00
  • 99d92f328f GitHub Actions: another attempt at fixing cppcheck warnings. Don Cross 2024-07-06 15:15:30 -04:00
  • aa2615ecf6 GitHub Actions: fixed string for detecting Mac OS. Don Cross 2024-07-06 12:58:15 -04:00
  • c5b442210c GitHub Actions: another attempt to resolve test failures on macos-latest. Don Cross 2024-07-06 12:51:24 -04:00
  • bf66226440 GitHub Actions: resolve cppcheck issue on macos-latest. Don Cross 2024-07-06 11:19:47 -04:00
  • 0b573d8984 GitHub Actions: use latest Mac OS version. Don Cross 2024-07-06 09:15:47 -04:00
  • 635abb5584 Attempted fix for Gradle build in GitHub Actions. Don Cross 2024-06-28 16:08:46 -04:00
  • dcbafa32d1 PY: replace deprecated function datetime.utcnow(). Don Cross 2024-05-30 21:46:06 -04:00
  • 020942f1a8 Resolve cppcheck warnings about const variables. pythonfix Don Cross 2024-05-30 13:39:19 -04:00
  • 67dd5dc691 Attempt to make GitHub Actions run the same python I told it to install. Don Cross 2024-05-30 12:57:43 -04:00
  • fbec9c73c7 Total guess - upgrade Python to resolve sin/cos problems? Don Cross 2024-05-30 11:00:32 -04:00
  • 43213d293f Try Python 3.12 in yml file. python_precision_problem Don Cross 2024-05-30 10:09:36 -04:00
  • 11b2bcb110 Remove Python version specifier in yml file. Use latest version. Don Cross 2024-05-30 10:01:18 -04:00
  • 3bd2556a9a More debugging of workflow failure to load mpmath package. Don Cross 2024-05-30 09:22:43 -04:00
  • a280e726b4 Added diagnostics to my GitHub Actions workflow to debug why mpmath package is not found. Don Cross 2024-05-30 09:10:18 -04:00
  • 4a79af69e8 I forgot to install mpmath package for Python. Don Cross 2024-05-29 21:42:08 -04:00
  • ad6cc894e0 Replaced my trig functions with mpmath package. Don Cross 2024-05-29 21:19:20 -04:00
  • e1d4507c99 dontrig.py: simplified and documented. Don Cross 2024-05-29 17:34:30 -04:00
  • 7ab277f1b5 PY: refactoring trig tests - work in progress Don Cross 2024-05-29 17:24:34 -04:00
  • 8511e7e1fd test.py: make trigonometry test run first, because everything else might depend on it working. Don Cross 2024-05-29 16:07:23 -04:00
  • 755863c5e1 PY: Refactoring trig function replacements. Work in progress. Don Cross 2024-05-29 16:01:50 -04:00
  • 4f1da6a636 trig.py now creates a "trusted" table of test trig calculations in trig.txt. Don Cross 2024-05-29 15:07:39 -04:00
  • 5c4df04beb trig.py contains working xsin, xcos functions. Don Cross 2024-05-29 14:51:29 -04:00
  • f0052e9520 Yml file apparently needs quotes around '3.10'. Don Cross 2024-05-29 14:30:18 -04:00
  • eacf6fdca7 Update GitHub Actions to Python 3.10. Don Cross 2024-05-29 14:18:05 -04:00
  • 8b326f7f8b Experiment with an updated Python installer (v5). Don Cross 2024-05-29 14:11:33 -04:00
  • 1becaf2455 Added trig.py to experiment with sin/cos calculation. Don Cross 2024-05-29 08:37:37 -04:00
  • 4e07eab41f Python: Adding _sin, _cos functions that I can redefine later. Don Cross 2024-05-28 20:26:36 -04:00
  • 8abc55b4c1 Log environment variables. Looking for something to explain odd Python calculations. Don Cross 2024-05-28 19:53:45 -04:00
  • e75bf335c4 Python problem might be in trig functions Don Cross 2024-05-28 17:25:02 -04:00
  • 5dbede1a4b Looking at _CalcVsop as the possible origin of numeric errors. Don Cross 2024-05-28 17:10:07 -04:00
  • f66515deb4 Attempting to diagnose recent changes in Python calculations. Don Cross 2024-05-28 16:40:26 -04:00
  • 4153488d13 Removed obsolete entries from .gitignore Don Cross 2024-05-28 16:26:17 -04:00
  • 20a8459447 C: Resolve cppcheck warnings about const pointers. Don Cross 2024-05-27 21:12:45 -04:00
  • d2b7621f66 No longer use pylint - mypy works better for my needs. Don Cross 2024-05-27 18:43:49 -04:00
  • bba1c9ecf1 Upgrade unit tests to use Python 3.9 Don Cross 2024-05-27 18:31:13 -04:00
  • 9c5f98981a Some versions of Python do not allow hypot to have more than 2 arguments. Don Cross 2024-05-27 18:01:44 -04:00
  • 7c475fcada Expanded the fix for issue #347. Don Cross 2024-05-27 17:07:30 -04:00
  • 0309762a64 Fixed #347 - Relaxed convergence criteria for inverse_terra functions. Don Cross 2024-05-27 16:20:45 -04:00
  • 1c6a11c03d Merge branch 'tostt-patch-1' Don Cross 2024-05-26 16:43:58 -04:00
  • 898276e130 Update copyrights, move AstroTime notes to correct file, copyediting. Don Cross 2024-05-26 16:30:43 -04:00
  • 64415eba28 Date usage in README.md tostt 2024-05-26 09:40:09 +02:00
  • 61dc07020a Version : official release to test #330. v2.1.19 Don Cross 2023-12-14 12:48:22 -05:00
  • 63ee6f5f14 Merge pull request #330 from vpctorr/master Don Cross 2023-12-14 12:33:02 -05:00
  • f60fe9dae2 Update package.json Victor 2023-12-14 14:01:50 +01:00
  • 21330a781a Merge branch 'vpctorr-patch-1' v2.1.18 Don Cross 2023-12-13 16:03:00 -05:00
  • 6d6d6adb69 Version 2.1.18: Accepted PR #329. Don Cross 2023-12-13 16:00:20 -05:00
  • 1736b62525 Add types field to package.json exports – fixes ts(7016) Victor 2023-12-13 20:09:45 +01:00
  • c1726717fd Merge branch 'master' into golang golang Don Cross 2023-11-10 13:46:31 -05:00
  • e9f2be3b16 Fixed documentation typos regarding ECT. Don Cross 2023-11-10 12:25:52 -05:00
  • 09ea3c93c5 Go: started internalSearchAltitude too early Don Cross 2023-11-08 12:30:08 -05:00
  • a943165e81 Go: added function inverseTerra. Don Cross 2023-11-07 18:58:44 -05:00
  • 7fe6fb24fc Go: added function precessionPosVel. Don Cross 2023-11-07 17:20:21 -05:00
  • 7e84394967 Go: added function terra. Don Cross 2023-11-07 17:18:32 -05:00
  • 160195eb8b Go: added function synodicPeriod. Don Cross 2023-11-07 17:12:56 -05:00
  • 88689b081d Go: added function solarEclipseObscuration. Don Cross 2023-11-07 17:08:29 -05:00
  • 645bf67427 Go: moved Search function to a better location. Don Cross 2023-11-06 21:01:42 -05:00
  • 7c34c1aa1c Go: added function Search. Don Cross 2023-11-06 15:20:36 -05:00
  • 0fa1343aeb Go: added function RotationEqdHor. Don Cross 2023-11-06 13:16:34 -05:00
  • 19182c7172 Go: added function EclipticGeoMoon. Don Cross 2023-11-06 12:36:46 -05:00
  • d4316ab5a4 Go: added function moonEclipticLatitudeDegrees. Don Cross 2023-11-06 10:17:57 -05:00
  • 89e8ba00bc Deleted redundant script rungo. Use gorun instead. Don Cross 2023-11-06 10:17:12 -05:00
  • 6d6382a0c4 Go: added function Libration. Don Cross 2023-11-05 15:56:57 -05:00
  • a2a780c340 Go: added function LagrangePointFast Don Cross 2023-11-05 12:46:12 -05:00
  • fb385114cd Fixed type warnings in integer expressions. julian Don Cross 2023-11-04 16:20:09 -04:00
  • fbda1d6420 Merge branch 'sbooth_julian' into julian Don Cross 2023-11-04 13:53:46 -04:00
  • 4f83a8392a Generated C code and ran unit tests. Don Cross 2023-11-04 13:53:15 -04:00
  • 23bf669ee3 Move declaration of FormatTime() Stephen Booth 2023-11-04 10:46:57 -05:00
  • 84fb670760 Add Astronomy_FormatTime_Julian Stephen Booth 2023-11-04 08:23:34 -05:00
  • 844e273376 Zap tab Stephen Booth 2023-11-03 23:44:20 -05:00
  • 1780324f04 Use correct Gregorian changeover Stephen Booth 2023-11-03 23:03:58 -05:00
  • e1e32a2bcc Don't pass NULL to modf Stephen Booth 2023-11-03 22:52:58 -05:00
  • 42d9c78b3c Second attempt at Astronomy_UtcFromTime_Julian Stephen F. Booth 2023-11-03 22:40:06 -05:00
  • bb499c8300 Revert "First attempt at Astronomy_UtcFromTime_Julian" Stephen F. Booth 2023-11-03 22:37:27 -05:00
  • be1c423456 First attempt at Astronomy_UtcFromTime_Julian Stephen F. Booth 2023-11-03 22:30:28 -05:00
  • 8b02495863 Merge branch 'sbooth_julian' into julian Don Cross 2023-11-02 21:44:44 -04:00
  • 48d8adc5f0 Completed code generation for Julian calendar support. Don Cross 2023-11-02 21:43:13 -04:00
  • 1d4091302b Merge branch 'julian-dates' of https://github.com/sbooth/astronomy into sbooth_julian Don Cross 2023-11-02 18:20:43 -04:00
  • ca2ae8039f Go: added function InverseRefractionAngle Don Cross 2023-11-02 14:12:39 -04:00
  • eba2b50eb4 Go: added function HorizonFromVector. Don Cross 2023-11-01 16:43:48 -04:00