Releases: szwiep/py_SBeLT
Releases · szwiep/py_SBeLT
v1.0.2
v1.0.1
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
v1.0.0
Model underwent upgrades in data storage and algorithmic solutions. Repository updated in accordance to JOSS submission guidelines.
Major changes include
- Shelve files replaced with HDF5
- Implemented new data structure: model_support_arrays
- Connected repository to CircleCI CI Tool
- Updated documentation across the project