Chris
Chris
Okay. Are you needing the fix for the JDE computation in UTC or also for the calendar representation? Could you also check the bug happens with the TAI representation? TAI...
Just to let you know, I've started working on this. I've fixed the negative years you were seeing, but the computed years is still incorrect.
Since these changes will be made in version 3.10, backward compatibility is required. The previous initializers should be changed to be marked deprecated with alternative recommendations.
Nice ! And I see you've implemented it in Python [here](https://github.com/mr5x5x5/MoonOclock). @philiplinden also worked with time dilation [here](https://github.com/philiplinden/spacetime). If LCT is to work similarly to the TDB or ET time...
Hi there, I was wondering whether there was any chance this would merge in the coming weeks. I would use it. My use-case is that I want to allow Python...
I have no preference ;-) Edit: what is the current workaround for `pymethods`? I am having an issue using the `new` for conditional pymethods.
@davidhewitt sorry to bump this up again, but I'm about to embark on a new PyO3 development that will also be behind a feature flag. What is the best approach...
Hi there, I have a decently large project (55 unit tests and ~130 integration tests, several taking over a minute to run). I'm trying to switch from llvm-cov to tarpaulin...
GPT-4's proposed solution: To create an AST (Abstract Syntax Tree) parser for GMAT scripts and convert them to Python scripts that use Nyx, you'll need to follow these general steps:...
GPT-4 when asked to use Lark instead (seems to be [recommended](https://www.perplexity.ai/search/d9923bfa-f866-49d4-8d5c-0608bd268e65?s=u)). Sure! Here's the same GMAT script parser implemented using Lark. First, install the lark-parser library: ``` pip install lark-parser...