You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/JuliaAstroDocs.jl
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,22 @@ ecosystem() = (
100
100
""",
101
101
astropy = [],
102
102
),
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
0 commit comments