File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ Changes and additions to the examples and analyses are given here.
4
4
5
5
## Latest Version
6
6
7
- ### Under development: Version 0.2
7
+ ### Under development: Version 0.3
8
+
9
+ - Watch this space!
10
+
11
+ ## Previous Versions
12
+
13
+ ### Version 0.2
8
14
9
15
- Migrated to [ MyST] ( https://myst-parser.readthedocs.io/en/latest/ ) document parser
10
16
- Added [ Groundstation communication times analysis] ( how_to_guides/basics/gs_access.ipynb )
11
17
- Added [ Hohmann Transfer] ( how_to_guides/maneuver/hohmann_1.ipynb )
12
18
13
- ## Previous Versions
14
-
15
19
### Version 0.1 (25 Mar 2021)
16
20
17
21
- Initialised the project with three analyses (energy conservation properties of scipy diff solvers in the context of
Original file line number Diff line number Diff line change 24
24
# Version Info
25
25
# ------------
26
26
# The short X.Y version.
27
- version = "0.1 "
27
+ version = "0.2 "
28
28
# The full version, including alpha/beta/rc tags.
29
- release = "0.1 "
29
+ release = "0.2 "
30
30
31
31
# -- General configuration ---------------------------------------------------
32
32
# By default, highlight as Python 3.
Original file line number Diff line number Diff line change 3
3
=====================
4
4
Applications and Examples with the SatMAD library.
5
5
"""
6
- __version__ = "0.1 "
6
+ __version__ = "0.2 "
You can’t perform that action at this time.
0 commit comments