Skip to content

Commit 7ecf051

Browse files
Merge remote-tracking branch 'origin/master' into enh/env_analysis_euroc
2 parents 5e6bcc4 + be7c521 commit 7ecf051

16 files changed

+859
-1580
lines changed

.github/auto-assign.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Set to true to add reviewers to PRs
2+
addReviewers: true
3+
4+
# Set to 'author' to add PR's author as a assignee
5+
addAssignees: author
6+
7+
# A list of reviewers to be added to PRs (GitHub user name)
8+
reviewers:
9+
- Gui-FernandesBR
10+
- giovaniceotto
11+
- MateusStano
12+
13+
# A number of reviewers added to the PR
14+
# Set 0 to add all the reviewers (default: 0)
15+
numberOfReviewers: 0
16+
17+
# A list of keywords to be skipped the process if PR's title include it
18+
skipKeywords:
19+
- wip
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Auto Assign to Project(s)
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request:
7+
types: [opened]
8+
env:
9+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10+
11+
jobs:
12+
assign_one_project:
13+
runs-on: ubuntu-latest
14+
name: Assign to One Project
15+
steps:
16+
- name: Assign NEW issues and NEW pull requests to RocketPy's main project
17+
uses: srggrs/[email protected]
18+
if: github.event.action == 'opened'
19+
with:
20+
project: 'https://github.com/orgs/RocketPy-Team/projects/1'
21+
column_name: '🆕 New'

.github/workflows/auto-assign.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto Assign Issues and PRs once opened
2+
on:
3+
issues:
4+
types: [opened]
5+
pull_request:
6+
types: [opened]
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: bubkoo/auto-assign@v1
12+
with:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
CONFIG_FILE: .github/auto-assign.yml

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
[![Contributors](https://img.shields.io/github/contributors/Projeto-Jupiter/rocketpy)](https://github.com/Projeto-Jupiter/RocketPy/graphs/contributors)
1+
[![Contributors](https://img.shields.io/github/contributors/RocketPy-Team/rocketpy)](https://github.com/RocketPy-Team/RocketPy/graphs/contributors)
22
[![Chat on Discord](https://img.shields.io/discord/765037887016140840?logo=discord)](https://discord.gg/b6xYnNh)
33

44
## How to contribute to RocketPy
55

66
#### **Did you find a bug?**
77

8-
* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/Projeto-Jupiter/RocketPy/issues?q=is%3Aissue).
8+
* Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/RocketPy-Team/RocketPy/issues?q=is%3Aissue).
99

10-
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Projeto-Jupiter/RocketPy/issues). Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
10+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/RocketPy-Team/RocketPy/issues). Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
1111

1212
* If possible, use the relevant bug report templates to create the issue.
1313

1414
#### **Do you want to suggest a new feature?**
1515

16-
* Ensure the feature was not already requested by searching on GitHub under [Issues](https://github.com/Projeto-Jupiter/RocketPy/issues?q=is%3Aissue+label%3Aenhancement).
16+
* Ensure the feature was not already requested by searching on GitHub under [Issues](https://github.com/RocketPy-Team/RocketPy/issues?q=is%3Aissue+label%3Aenhancement).
1717

18-
* If you're unable to find an open issue about this feature request, you were the first one to think about it! In this case, [open a new issue](https://github.com/Projeto-Jupiter/RocketPy/issues). Be sure to include a title and clear description, as much relevant information as possible, including examples and bibliography if needed.
18+
* If you're unable to find an open issue about this feature request, you were the first one to think about it! In this case, [open a new issue](https://github.com/RocketPy-Team/RocketPy/issues). Be sure to include a title and clear description, as much relevant information as possible, including examples and bibliography if needed.
1919

2020
* If possible, use the relevant bug report templates to create the issue.
2121

@@ -35,7 +35,7 @@
3535

3636
* If you are interested in improving documentation or creating tutorials, please contact us by creating an issue or sending a message in our [Discord Server](https://discord.gg/b6xYnNh).
3737

38-
RocketPy is a volunteer effort. We encourage you to pitch in and join [the team](https://github.com/Projeto-Jupiter/RocketPy/contributors)!
38+
RocketPy is a volunteer effort. We encourage you to pitch in and join [the team](https://github.com/RocketPy-Team/RocketPy/contributors)!
3939

4040
Welcome to our community! :rocket: :rocket: :rocket:
4141

README.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
![RocketPy Logo](https://raw.githubusercontent.com/Projeto-Jupiter/RocketPy/master/docs/static/RocketPy_Logo_Black.svg)
1+
![RocketPy Logo](https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/RocketPy_Logo_Black.svg)
22

33
<br>
44

5-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/giovaniceotto/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb)
5+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/RocketPy-Team/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb)
66
[![PyPI](https://img.shields.io/pypi/v/rocketpy?color=g)](https://pypi.org/project/rocketpy/)
77
[![Documentation Status](https://readthedocs.org/projects/rocketpyalpha/badge/?version=latest)](https://docs.rocketpy.org/en/latest/?badge=latest)
8-
[![Build Status](https://app.travis-ci.com/Projeto-Jupiter/RocketPy.svg?branch=master)](https://app.travis-ci.com/Projeto-Jupiter/RocketPy)
9-
[![Contributors](https://img.shields.io/github/contributors/Projeto-Jupiter/rocketpy)](https://github.com/Projeto-Jupiter/RocketPy/graphs/contributors)
8+
[![Build Status](https://app.travis-ci.com/RocketPy-Team/RocketPy.svg?branch=master)](https://app.travis-ci.com/RocketPy-Team/RocketPy)
9+
[![Contributors](https://img.shields.io/github/contributors/RocketPy-Team/rocketpy)](https://github.com/RocketPy-Team/RocketPy/graphs/contributors)
1010
[![Chat on Discord](https://img.shields.io/discord/765037887016140840?logo=discord)](https://discord.gg/b6xYnNh)
1111
[![Sponsor RocketPy](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/RocketPy-Team)
1212
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=flat&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/rocketpy)
@@ -15,11 +15,13 @@
1515
<img src="https://static.scarf.sh/a.png?x-pxid=6f4094ab-00fa-4a8d-9247-b7ed27e7164d" />
1616

1717
# RocketPy
18+
1819
RocketPy is the next-generation trajectory simulation solution for High-Power Rocketry. The code is written as a [Python](http://www.python.org) library and allows for a complete 6 degrees of freedom simulation of a rocket's flight trajectory, including high fidelity variable mass effects as well as descent under parachutes. Weather conditions, such as wind profile, can be imported from sophisticated datasets, allowing for realistic scenarios. Furthermore, the implementation facilitates complex simulations, such as multi-stage rockets, design and trajectory optimization and dispersion analysis.
1920

2021
<br>
2122

2223
## Main features
24+
2325
<details>
2426
<summary>Nonlinear 6 degrees of freedom simulations</summary>
2527
<ul>
@@ -100,28 +102,29 @@ RocketPy's features have been validated in our latest [research article publishe
100102
The table below shows a comparison between experimental data and the output from RocketPy.
101103
Flight data and rocket parameters used in this comparison were kindly provided by [EPFL Rocket Team](https://github.com/EPFLRocketTeam) and [Notre Dame Rocket Team](https://ndrocketry.weebly.com/).
102104

103-
| Mission | Result Parameter | RocketPy | Measured | Relative Error |
104-
|:-----------------------:|:-----------------------|:---------:|:---------:|:--------------:|
105-
| Bella Lui Kaltbrumn | Apogee altitude (m) | 461.03 | 458.97 | **0.45 %** |
106-
| Bella Lui Kaltbrumn | Apogee time (s) | 10.61 | 10.56 | **0.47 %** |
105+
| Mission | Result Parameter | RocketPy | Measured | Relative Error |
106+
|:-----------------------:|:-----------------------|:---------:|:---------:|:---------------:|
107+
| Bella Lui Kaltbrumn | Apogee altitude (m) | 461.03 | 458.97 | **0.45 %** |
108+
| Bella Lui Kaltbrumn | Apogee time (s) | 10.61 | 10.56 | **0.47 %** |
107109
| Bella Lui Kaltbrumn | Maximum velocity (m/s) | 86.18 | 90.00 | **-4.24 %** |
108-
| NDRT launch vehicle | Apogee altitude (m) | 1,310.44 | 1,320.37 | **-0.75 %** |
109-
| NDRT launch vehicle | Apogee time (s) | 16.77 | 17.10 | **-1.90 %** |
110-
| NDRT launch vehicle | Maximum velocity (m/s) | 172.86 | 168.95 | **2.31 %** |
110+
| NDRT launch vehicle | Apogee altitude (m) | 1,310.44 | 1,320.37 | **-0.75 %** |
111+
| NDRT launch vehicle | Apogee time (s) | 16.77 | 17.10 | **-1.90 %** |
112+
| NDRT launch vehicle | Maximum velocity (m/s) | 172.86 | 168.95 | **2.31 %** |
111113

112114
<br>
113115

114116
## Documentation
115117

116118
Check out documentation details using the links below:
117119

118-
- [User Guide](https://docs.rocketpy.org/en/latest/user/index.html)
119-
- [Code Documentation](https://docs.rocketpy.org/en/latest/reference/index.html)
120-
- [Development Guide](https://docs.rocketpy.org/en/latest/development/index.html)
120+
- [User Guide](https://docs.rocketpy.org/en/latest/user/index.html)
121+
- [Code Documentation](https://docs.rocketpy.org/en/latest/reference/index.html)
122+
- [Development Guide](https://docs.rocketpy.org/en/latest/development/index.html)
121123

122124
<br>
123125

124126
# Join Our Community!
127+
125128
RocketPy is growing fast! Many university groups and rocket hobbyist have already started using it. The number of stars and forks for this repository is skyrocketing. And this is all thanks to a great community of users, engineers, developers, marketing specialists, and everyone interested in helping.
126129

127130
If you want to be a part of this and make RocketPy your own, join our [Discord](https://discord.gg/b6xYnNh) server today!
@@ -130,7 +133,7 @@ If you want to be a part of this and make RocketPy your own, join our [Discord](
130133

131134
# Previewing
132135

133-
You can preview RocketPy's main functionalities by browsing through a sample notebook in [Google Colab](https://colab.research.google.com/github/giovaniceotto/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb). No installation required!
136+
You can preview RocketPy's main functionalities by browsing through a sample notebook in [Google Colab](https://colab.research.google.com/github/RocketPy-Team/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb). No installation required!
134137

135138
When you are ready to run RocketPy locally, you can read the *Getting Started* section!
136139

@@ -164,7 +167,7 @@ Otherwise, you may want to create your own script or your own notebook using Roc
164167

165168
The following image shows how the four main classes interact with each other:
166169

167-
![Diagram](https://raw.githubusercontent.com/Projeto-Jupiter/RocketPy/master/docs/static/Fluxogram-Page-2.svg)
170+
![Diagram](https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/Fluxogram-Page-2.svg)
168171

169172
A typical workflow starts with importing these classes from RocketPy:
170173

@@ -306,29 +309,30 @@ This package was originally created by [Giovani Ceotto](https://github.com/giova
306309

307310
Later, [Guilherme Fernandes](https://github.com/Gui-FernandesBR/) and [Lucas Azevedo](https://github.com/lucasfourier/) joined the team to work on the expansion and sustainability of this project.
308311

309-
Since then, the [RocketPy Team](https://github.com/orgs/Projeto-Jupiter/teams/rocketpy-team) has been growing fast and our contributors are what makes us special!
312+
Since then, the [RocketPy Team](https://github.com/orgs/RocketPy-Team/teams/rocketpy-team) has been growing fast and our contributors are what makes us special!
310313

311-
[![GitHub Contributors Image](https://contrib.rocks/image?repo=Projeto-Jupiter/RocketPy)](https://github.com/Projeto-Jupiter/RocketPy/contributors)
314+
[![GitHub Contributors Image](https://contrib.rocks/image?repo=RocketPy-Team/RocketPy)](https://github.com/RocketPy-Team/RocketPy/contributors)
312315

313-
See a [detailed list of contributors](https://github.com/Projeto-Jupiter/RocketPy/contributors) who are actively working on RocketPy.
316+
See a [detailed list of contributors](https://github.com/RocketPy-Team/RocketPy/contributors) who are actively working on RocketPy.
314317

315318
## Supporting RocketPy and Contributing
316319

317-
The easiest way to help RocketPy is to demonstrate your support by starring our repository! ![GitHub Repo stars](https://img.shields.io/github/stars/Projeto-Jupiter/RocketPy?style=social)
320+
The easiest way to help RocketPy is to demonstrate your support by starring our repository! ![GitHub Repo stars](https://img.shields.io/github/stars/RocketPy-Team/RocketPy?style=social)
318321

319322
<br>
320323

321324
If you are actively using RocketPy in one of your projects, reaching out to our core team via [Discord](https://discord.gg/b6xYnNh) and providing feedback can help improve RocketPy a lot!
322325

323-
And if you are interested in going one step further, please read [CONTRIBUTING.md](https://github.com/Projeto-Jupiter/RocketPy/blob/master/CONTRIBUTING.md) for details on our code of conduct and learn more on how you can contribute with the development of this next-gen trajectory simulation solution for rocketry.
326+
And if you are interested in going one step further, please read [CONTRIBUTING.md](https://github.com/RocketPy-Team/RocketPy/blob/master/CONTRIBUTING.md) for details on our code of conduct and learn more on how you can contribute with the development of this next-gen trajectory simulation solution for rocketry.
324327

325328
<br>
326329

327330
## License
328331

329-
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Projeto-Jupiter/RocketPy/blob/master/LICENSE) file for details
332+
This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/RocketPy-Team/RocketPy/blob/master/LICENSE) file for details
330333

331334
<br>
332335

333336
## Release Notes
334-
Want to know which bugs have been fixed and new features of each version? Check out the [release notes](https://github.com/Projeto-Jupiter/RocketPy/releases).
337+
338+
Want to know which bugs have been fixed and new features of each version? Check out the [release notes](https://github.com/RocketPy-Team/RocketPy/releases).

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Giovani Hidalgo Ceotto"
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = "0.11.1"
27+
release = "0.12.0"
2828

2929

3030
# -- General configuration ---------------------------------------------------
@@ -75,7 +75,7 @@
7575
html_favicon = "static/favicon.ico"
7676
html_theme_options = {
7777
"logo_link": "index",
78-
"github_url": "https://github.com/Projeto-Jupiter/RocketPy",
78+
"github_url": "https://github.com/RocketPy-Team/RocketPy",
7979
"collapse_navigation": True,
8080
"show_toc_level": 3,
8181
}

0 commit comments

Comments
 (0)