sapiens_tools v0.6.0
ssoudan
released this
02 May 23:16
·
520 commits
to main
since this release
New Features
- store the current state in Trace Events
- added scenario_0
- generate Python docstring so
help(tools.Something)
works. - refactoring of the observer for Step
BREAKING CHANGES: API changed. - sapiens_exp
New Features (BREAKING)
- Richer errors while invoking tools
- Collect information in a serializable struct with all that matters
- collect execution traces
Commit Statistics
- 10 commits contributed to the release over the course of 4 calendar days.
- 5 days passed between releases.
- 8 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #13 from ssoudan/getting_methodical (e0d97aa)
- Store the current state in Trace Events (4626deb)
- Richer errors while invoking tools (04e83c2)
- Added scenario_0 (c6d0056)
- Merge remote-tracking branch 'origin/main' into getting_methodical (69ed1e8)
- Collect information in a serializable struct with all that matters (6c30344)
- Collect execution traces (f93652f)
- Generate Python docstring so
help(tools.Something)
works. (404afb1) - Refactoring of the observer for Step (a35ed60)
- Sapiens_exp (7c98fcb)