Skip to content

Commit bb4ac0e

Browse files
authored
Merge pull request #116 from JuliaAstro/icweaver-patch-1
added Orbits.jl
2 parents e7f1b5a + ac383ed commit bb4ac0e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/JuliaAstroDocs.jl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,22 @@ ecosystem() = (
100100
""",
101101
astropy = [],
102102
),
103+
(
104+
name = "Orbits.jl",
105+
repo = "https://github.com/JuliaAstro/Orbits.jl",
106+
doc = "https://juliaastro.org/Orbits/stable/",
107+
tagline = "Flexible and fast astronomical orbits",
108+
descr = """
109+
The goals of this package are, in this order:
110+
111+
* have a simple interface with high composability
112+
* be flexible with respect to numeric types and application
113+
* be fully compatible with [ChainRules.jl](https://github.com/juliadiff/ChainRules.jl) automatic differentiation (AD) system to leverage the derived analytical gradients
114+
* provide a codebase that is well-organized, instructive, and easy to extend
115+
* maintain high performance: at least as fast as similar tools
116+
""",
117+
astropy = [],
118+
),
103119
(
104120
name = "sefffal/PlanetOrbits.jl",
105121
repo = "https://github.com/sefffal/PlanetOrbits.jl",

0 commit comments

Comments
 (0)