Skip to content

v1.0.1

Compare
Choose a tag to compare
@szwiep szwiep released this 21 Mar 18:52
· 66 commits to master since this release

py_SBeLT's API has been updated to allow for packaging and easy interaction in scientific computing environments like Jupyter Notebooks. These changes were recommended/inspired by the JOSS pre-review. Additional changes include:

  • Much more documentation: API, notebooks, nomenclature, and default parameters
  • Parameterizing the run is now done strictly through Python (no longer handled with .yaml files)
  • The plot_maker script has been removed and instead the plotting module is to be interacted with directly
  • All docstrings have been updated to conform to Google's Python style guide