Skip to content

Commit d572bcc

Browse files
Merge branch 'master' into beta/v1.0.0
2 parents 96ff97b + 61a21d2 commit d572bcc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+56792
-73359
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install -r requirements.txt
2625
pip install -r requirements_test.txt
2726
- name: Build RocketPy
2827
run: |
29-
python setup.py install
28+
pip install -e .
3029
- name: Test with pytest
3130
run: |
3231
pytest

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ TestFlight.allInfo()
311311

312312
Here is just a quick taste of what RocketPy is able to calculate. There are hundreds of plots and data points computed by RocketPy to enhance your analyses.
313313

314-
![6-DOF Trajectory Plot](docs/static/rocketpy_example_trajectory.svg)
314+
![6-DOF Trajectory Plot](https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/rocketpy_example_trajectory.svg)
315315

316316
<br>
317317

@@ -329,9 +329,10 @@ See a [detailed list of contributors](https://github.com/RocketPy-Team/RocketPy/
329329

330330
## Supporting RocketPy and Contributing
331331

332-
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)
332+
The easiest way to help RocketPy is to demonstrate your support by starring our repository!
333+
[![starcharts stargazers over time](https://starchart.cc/rocketpy-team/rocketpy.svg)](https://starchart.cc/rocketpy-team/rocketpy)
333334

334-
<br>
335+
You can also become a [sponsor](https://github.com/sponsors/RocketPy-Team) and help us financially to keep the project going.
335336

336337
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!
337338

data/caldene/drag.csv

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)