Skip to content

Releases: sandialabs/sansmic

v1.0.3

23 Oct 17:38
7952e59
Compare
Choose a tag to compare

What's Changed

  • build: update to create a standalone executable (#66)

  • ci: add executable to release workflow

  • ci: modify semantic-release pr requests to choose between release and chore

  • docs: update readme to show standalone version is available

Signed-off-by: David Hart [email protected]

  • ci: create reusable testing workflow

Signed-off-by: David Hart [email protected]


Signed-off-by: David Hart [email protected]

  • refactor(cpp): abstract out a BaseModel class for API clarity (#71)

  • refactor: change the way logging is done, make output directories more explicit (not enforced yet)

  • refactor: modify logging output formats

  • refactor: move certain elements out of Model into a BaseModel

  • ci: Check output of a continuous release process

  • ci: modify semantic-release pr requests to choose between release and chore

  • refactor(version): move location of version number to avoid circular imports

  • refactor(test): fix test to match refactor of license and copyright text names

  • ci(test): Test using re-usable workflow for testing

  • ci(test): update test workflows to use same reusable workflow underneath

  • ci(test): create separate tests for each of the OSes

  • ci(testsuite): change titles of os-specific workflows for brevity

  • release: 1.0.3

Automatically generated by python-semantic-release


Signed-off-by: David Hart [email protected]
Co-authored-by: David Hart [email protected]
Co-authored-by: github-actions [email protected]

Full Changelog: v1.0.2...v1.0.3

v1.0.2 (2024-10-17)

17 Oct 20:43
v1.0.2
eb0ab22
Compare
Choose a tag to compare
* refactor: logging capabilities and configuration (#58)
* refactor: convert to click from argparse

v1.0.1

14 Oct 14:24
Compare
Choose a tag to compare
v1.0.1

v1.0.0

01 Oct 21:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.1...v1.0.0

v1.0.0-rc.1

14 Sep 20:35
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

This contains the first release candidate for sansmic (2024).

What's Changed

  • Code has been subjected to review
  • Code has passed regression testing in a manner that is sufficient given the limited precision of the former FORTRAN (1983,1991,2013) version
  • Continuous integration (CI) testing has been implemented for the python code
  • Documentation has been developed and API documentation is auto generated

Full Changelog: https://github.com/sandialabs/sansmic/commits/v1.0.0-rc.1