Change Log#
Unreleased#
Removed#
Removed all unnecessary comments from files
Removed all unused functions and moved them to
casper/utils/not_used/for archival purposes
Changed#
Updated
pyproject.tomlwith updated dependencies, dev, and docsUpdated dependencies in
casper_requirements.ymlDisabled
"python.analysis.typeCheckingMode"in.vscode/settings.jsonto prevent type checking warningsAdjusted format to meet Ruff standards
Added#
Updated
main.py,batch.py, andio_paths.pyso users do not have to manually create their own folders to run CASPERWhen CASPER runs,
logs/,npsave/, andoutputs/are automatically created, and data is stored within the appropriate filesAdded docstrings to each function
Added type hints to each function
Utilized the Open Astronomy cookiecutter package template for the CASPER package
Added pytest to many functions of
gisicandinterfaceintests/Set up Sphinx autodoc
Added pytest and Sphinx autodoc installation instructions to the readme
Updated readme instructions so they are releveant and accurate