Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
smirik committed Feb 15, 2025
1 parent 64f5426 commit ff4ef3d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ For more information, [read the documentation](https://smirik.github.io/resonanc

### February 2025

1. Full support for `nasa` Horizon source of the initial data.
1. `find` and `check` methods for quick identification of the resonant status of objects.
1. `create_mmr` method now supports variaty of options: string, a list of strings, an object, a list of objects.
2. `Simulation` constructor got many new parameters allowing to change the settings directly when instantiating.
3. Instead of `config.json`, `.env.dist` is now used. Furthermore, a developer can specify `.env` in the directory, which will overwrite the default parameters or just use environment variables.
4. MMRs now have `order` function.
5. Added full support for backward integration (`dt=-1.0`, `tmax=-600000`).
6. Minor updates to graphs.
1. `Simulation` constructor got many new parameters allowing to change the settings directly when instantiating.
1. Instead of `config.json`, `.env.dist` is now used. Furthermore, a developer can specify `.env` in the directory, which will overwrite the default parameters or just use environment variables.
1. MMRs now have `order` function.
1. Added full support for backward integration (`dt=-1.0`, `tmax=-600000`).
1. Minor updates to graphs.

### October 2024

Expand Down

0 comments on commit ff4ef3d

Please sign in to comment.