NBodySimulator.jl icon indicating copy to clipboard operation
NBodySimulator.jl copied to clipboard

A differentiable simulator for scientific machine learning (SciML) with N-body problems, including astrophysical and molecular dynamics

Results 18 NBodySimulator.jl issues
Sort by recently updated
recently updated
newest added

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies

This pull request changes the compat entry for the `DiffEqCallbacks` package from `2.9` to `2.9, 3`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request changes the compat entry for the `RecursiveArrayTools` package from `2` to `2, 3`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Such that `makedocs` `warnonly = [:docs_block, :missing_docs]` can be removed.

This pull request sets the compat entry for the `NBodySimulator` package to `1` for package docs. This keeps the compat entries for earlier versions. Note: I have not tested your...

I get a segfault when getting results out using VelocityVerlet, in a getindex. I'm guessing overagressive inbounds somewhere? I'm too lazy to do an MWE but the below should reproduce...

Update the workflows in this repository to use SciML's reusable workflows. This is part of a larger effort to standardise the SciML's CI workflows for more generic and common requirements,...