Skip to content

Commit

Permalink
Merge pull request #5 from esa/khan-boundaries
Browse files Browse the repository at this point in the history
Implemented Khan boundaries option
  • Loading branch information
waldemar-martens authored Jan 31, 2025
2 parents 0a72aa9 + d97522c commit d777608
Show file tree
Hide file tree
Showing 6 changed files with 438 additions and 115 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Optgra
This repository provides *pyoptgra*, a python package wrapping (and including) OPTGRA.
OPTGRA is an optimization algorithm developed and implemented by Johannes Schoenmaekers, it is specifically designed for near-linear constrained problems, which commonly occur in trajectory optimization.

The full documentation can be found here_.
The full documentation can be found here_ or on the `ESA-internal page <https://midas.io.esa.int/optgra-wrapper>`_.

.. _here: https://esa.github.io/pyoptgra/

Expand Down
2 changes: 1 addition & 1 deletion pyoptgra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# file, you can obtain them at https://www.gnu.org/licenses/gpl-3.0.txt
# and https://essr.esa.int/license/european-space-agency-community-license-v2-4-weak-copyleft

from .optgra import optgra # noqa
from .optgra import khan_function, optgra # noqa

try:
from ._version import version as __version__ # noqa
Expand Down
2 changes: 1 addition & 1 deletion pyoptgra/_about.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2021 ESA, Flight Dynamics OPS-GF
"""Version number of pyoptgra package"""
__version__ = "0.1.9"
__version__ = "1.0.0"
Loading

0 comments on commit d777608

Please sign in to comment.