Skip to content

Commit

Permalink
Update to new master version
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Dec 12, 2023
2 parents 7fdf431 + dfb56cf commit 6071940
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.3.dev35
current_version = 0.8.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
Expand Down
30 changes: 6 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
1 change: 0 additions & 1 deletion docs/environment_readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 1 files
+10 −16 README.md
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.3.dev35
0.8.0

0 comments on commit 6071940

Please sign in to comment.