Skip to content

Commit

Permalink
Bumped version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
egemenimre committed May 27, 2021
1 parent 2a78546 commit 9b887e2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
12 changes: 10 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,25 @@ Versions here correspond to those in [PyPI](https://pypi.org/project/satmad/) an

The major functionalities under development are:

- Introduction of Body Fixed Frame
- Development of a more generic AltAz class.

## Latest Version

### Version 0.1.2 (29 May 2021)

- Added [occultations and shadows](utils/occultations.md)
- Introduced [True-of-Date and J2000 Equatorial frames](coordinates/frames.md)
- Initialised the [DiscreteTimeData interpolator](utils/interpolators.md)
- Migrate Documentation to [MyST Markdown](https://myst-parser.readthedocs.io)

## Latest Version
## Previous Versions

### Version 0.1.1 (14 Apr 2021)

- Added [Keplerian Orbital Elements](propagation/classical_orb_elems.md)
- Added new tutorials on [Numerical Orbit Propagation](tutorials/numerical_prop_1.ipynb)

## Previous Versions

### Version 0.1 (05 Apr 2021)

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
# Version Info
# ------------
# The short X.Y version.
version = "0.1.1"
version = "0.1.2"
# The full version, including alpha/beta/rc tags.
release = "0.1.1"
release = "0.1.2"

# -- General configuration ---------------------------------------------------
# By default, highlight as Python 3.
Expand Down
4 changes: 2 additions & 2 deletions satmad/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SatMAD: Satellite Mission Analysis and Design for Python
#
# Copyright (C) 2020 Egemen Imre
# Copyright (C) 2021 Egemen Imre
#
# Licensed under GNU GPL v3.0. See LICENSE.rst for more info.
"""
satmad
=========
Satellite Mission Analysis and Design in Python.
"""
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 9b887e2

Please sign in to comment.