Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: thunkii/resonances

Tags

v0.5.0

Toggle v0.5.0's commit message
Remove legacy files

v0.2.7

Toggle v0.2.7's commit message
Dependencies update

v0.2.4

Toggle v0.2.4's commit message
Fixed bug with logger

v0.2.3

Toggle v0.2.3's commit message
Updated dependencies

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reconfigure poetry for pypi (smirik#8)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Installation Adjustments (smirik#7)

* Moved config.json to the right location. 
* Updated installation instructions.
* Added setup.py
* Updated deps
* New version 0.2.1

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto Identification (smirik#6)

* Added an ability to generate matrices for three-body and two-body mean motion resonances, which includes the resonance configuration variables and the corresponding value of semi-major axis.
* Added an ability to find resonances that are close to the given value of the semi-major axis.
* Improved filtering for resonant angles and semi-major axis (Gustaffson's method).
* Improved identification of two-body resonances. Now the app uses filtered values of the resonant angle and avoid of using the first and last N values.
* New way of creation resonances through the factory function resonances.create_mmr.
* Added logging to file instead of stdout.
* Updated documentation.

v0.1

Toggle v0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
First draft of the package (smirik#1)

Added:

* Core structure of the project
* Integration with rebound
* Libration module
* Integration with AstDyS catalog
* Few console commands
* Tests