Oliver Beckstein
Oliver Beckstein
How would you like MDAnalysis to behave when a system in LJ units is read? Are you currently able to read a system in LJ units into MDAnalysis? (Sorry, I...
As a workaround for reading: can you use `convert_units=False` ```python u = mda.Universe("LJ.dump", convert_units=False) ``` to make it load raw LJ numbers? It may also be possible to [set timeunit...
@timbernat can you provide a user perspective on how you'd wish MDAnalysis behaved? You can use the following "user story" prompts: - **"As someone who has a simulation that was...
I like the idea of the global `constants` (or other name... ["COMMON"](https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vn7v/index.html), anyone ;-) ), similar to `results`, as a name space for global variables. At least then it looks...
Could we keep the macos x86_64 runners in CRON-CI so that we occasionally test what we ship in wheels?
Then I have no objections to discontinuing the flaky macos-13 runners from our standard CI.
To summarize: We decided to remove macos-13 runners. (Not sure if this had already been addressed somewhere but I didn't see an obvious PR.)
Can we also add a `DeprecationWarning`, given that it will go away and people seem to be using it directly?
> it's unclear to me why we were ok with doing this API break It must have slipped through — the PR was big. I am glad that the MDAKits...
As communicated in discord, we need to fix API breakage due to the guessers (see #4748 for a summary) before we can release 2.8.0.