diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 22922997..9570c301 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.3.dev35 +current_version = 0.8.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\.(?P[a-z]+)(?P\d+))? diff --git a/README.md b/README.md index 1f3c75d3..7a8215a4 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,12 @@ -[![Build Status](https://img.shields.io/circleci/project/github/tudat-team/tudatpy/master.svg?style=for-the-badge&logo=circleci)](https://circleci.com/gh/tudat-team/tudatpy) -[![Conda](https://img.shields.io/conda/pn/tudat-team/tudatpy?color=orange&logo=anaconda&style=for-the-badge)](https://anaconda.org/tudat-team/tudatpy) [![Join the chat at https://gitter.im/tudat-space/tudatpy](https://badges.gitter.im/tudat-space/tudatpy.svg)](https://gitter.im/tudat-space/tudatpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Conda](https://img.shields.io/conda/pn/tudat-team/tudatpy?color=orange&logo=anaconda&style=for-the-badge)](https://anaconda.org/tudat-team/tudatpy) # tudatpy -TU Delft Astrodynamics Toolbox in Python, or **tudatpy**, is a library that primarily exposes the powerful set of C++ -libraries, [Tudat](https://tudat.tudelft.nl/). TudatPy aims at accelerating the implementation of Tudat simulations, -providing an interface between Tudat and popular machine learning frameworks and establishing a platform to provide -quality education in the field of astrodynamics. See the [documentation](https://tudat-space.readthedocs.io) for more. +TU Delft Astrodynamics Toolbox in Python, or **tudatpy**, is a library that exposes the powerful set of C++ +libraries, [Tudat](https://github.com/tudat-team/tudat), and adds a limited set of Python-only functionality. -Installation -=================== +* For more details, we refer to the [project website](https://docs.tudat.space/en/latest/) and our [project Github page](https://github.com/tudat-team) +* This repository is best built as part of the [tudat-bundle](https://github.com/tudat-team/tudat-bundle) +* Conda package for this repository are available on [anaconda](anaconda.org/tudat-team/tudatpy/) -Installing `tudatpy` from the `tudat-team` channel can be achieved by adding `tudat-team` to your channels with: -``` -conda config --add channels tudat-team -``` - -Once the `tudat-team` channel has been enabled, `tudatpy` can be installed with: - -``` -conda install tudatpy -``` - -It is possible to list all of the versions of `tudatpy` available on your platform with: - -``` -conda search tudatpy --channel tudat-team -``` diff --git a/docs/environment_readthedocs.yaml b/docs/environment_readthedocs.yaml index 9ecd30d0..8ffc602c 100644 --- a/docs/environment_readthedocs.yaml +++ b/docs/environment_readthedocs.yaml @@ -1,7 +1,6 @@ name: tudatpy-docs-readthedocs channels: - conda-forge - - tudat-team/label/dev - tudat-team dependencies: # All standard tudat-bundle deps are needed for sphinx-documentation for tudatpy. diff --git a/examples b/examples index b193774b..bd34173f 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit b193774b237a9b78902853aef94a981c48be2bef +Subproject commit bd34173fe0bb51690dc01fc63684ff61372e3c31 diff --git a/version b/version index 74bef075..a3df0a69 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.7.3.dev35 +0.8.0