Skip to content

Commit

Permalink
update reademe prior to release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Kyle committed Jul 4, 2021
1 parent 4e8332a commit c7c24e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The guidelines for contributing are laid out here. All members of the team have
### TODO
What I want to get done:
- [x] Documentation (Completed June 13, 2021. Docstrings added and infrastructure for Read The Docs & Sphinx autodocs. Release v0.0.2.)
- [ ] Decent Documentation
- [x] Decent Documentation (Release v0.0.3.)
- [ ] Thorough Documentation
- [ ] Prettier Latex printing
- [ ] Add mass data to a Body for MassMatrix and InertiaMatrix objects
Expand All @@ -119,8 +119,8 @@ What I want to get done:
- [ ] Rotating forces
- [ ] Simulations
- [ ] Systems analysis, including:
- [ ] Stability analysis
- [ ] Controllability (both Linear and Nonlinear)
- [x] Stability analysis (Release v0.0.3)
- [x] Controllability (both Linear and Nonlinear) (Release v0.0.3)
- [ ] Control Design
- [ ] Decrease the size of the Docker image
- [ ] Add an image to Docker hub
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="skydy",
version="0.0.2",
version="0.0.3",
author="Scott Kyle",
author_email="scott.m.kyle@gmail.com",
description="A package to programmatically model inter-connected mechanical systems.",
Expand Down

0 comments on commit c7c24e8

Please sign in to comment.