Added
- Adds CI testing across python 3.7 to 3.11 on OSX, Linux, and Windows using Github actions.
Changed
- Re-organized project root directory to place captest package under a src directory, see PR 83.
- Re-organized the extras for pip installation into optional, test, docs, and all. Updated the installation section of the docs to reflect change.
- Updated installation instructions with links to pandas and conda docs for more information on environments.
- Re-organized installation instructions.
- Changed instructions on creating a conda env for pvcaptest to directly download the env yaml file from the repository rather than the whole repository.
- Clean up RTD configuration, particularly added project directory to PYTHONPATH in the docs build environment, so the docs build against checked out version instead of installed version from conda.
- Updates to documentation to add new modules, remove history section of releases, and remove references to Travis CI.
Fixed
- Cleaned up issues in tests found after re-implementing CI on other platforms.