Skip to content

Releases: szwiep/py_SBeLT

v1.0.2

02 Jun 17:39
7b9b211
Compare
Choose a tag to compare

Addresses updates to documentation as suggested in JOSS Review Thread:

  • Fix Python unittest bugs when running on Windows systems;
  • Update paper.md according to comments.

v1.0.1

21 Mar 18:52
Compare
Choose a tag to compare

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

21 Jan 07:30
28d7f5c
Compare
Choose a tag to compare

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