Summary
This release renames the package from `ripple` to `ripple1d` and adds an executable for the ripple manager (flask and huey) and fixes a startup bug. Several patches were included from the v0.3.0 release involving automation of docs, builds, and other ci related updates not impacting the core software.
Changes
1. **Package Name**:
- Updated `pyproject.toml` to reflect the new package name.
- Changed all import statements from `ripple` to `ripple1d`.
1. **Installation and API**
- Added build setup for PyPi.
- Removed start-up scripts, replaced with a pre-built command-line executable.
1. **Documentation**:
- Added build the docs.