Releases: LSC-Unicamp/spinner
Releases · LSC-Unicamp/spinner
v1.1.8b1
What's Changed
- feat(export): improve notebook export robustness and update documentation by @rodrigo-ceccato in #52
- Add zipped parameter sweeps by @rodrigo-ceccato in #54
- Make notebook dependencies optional by @rodrigo-ceccato in #56
- Add black check to test suite by @rodrigo-ceccato in #55
- Fix extra args parsing for Spinner by @rodrigo-ceccato in #53
- Fix PyPI workflow tag detection by @rodrigo-ceccato in #57
- [hotfix] PyPip publishing tag guard by @rodrigo-ceccato in #58
- [hotfix] Publishing tag check by @rodrigo-ceccato in #59
- [hotfix] add mistakenly removed runs-on configurtaion by @rodrigo-ceccato in #60
- Add capture-all support by @rodrigo-ceccato in #61
Full Changelog: v1.0.1...v1.1.8b1
v1.1.7b0
What's Changed
- feat(export): improve notebook export robustness and update documentation by @rodrigo-ceccato in #52
- Add zipped parameter sweeps by @rodrigo-ceccato in #54
- Make notebook dependencies optional by @rodrigo-ceccato in #56
- Add black check to test suite by @rodrigo-ceccato in #55
- Fix extra args parsing for Spinner by @rodrigo-ceccato in #53
- Fix PyPI workflow tag detection by @rodrigo-ceccato in #57
- [hotfix] PyPip publishing tag guard by @rodrigo-ceccato in #58
Full Changelog: v1.0.1...v1.1.6b
v1.1.0b3
[hotfix] PyPip publishing tag guard (#58)
v1.1.0b2
What's Changed
- feat(export): improve notebook export robustness and update documentation by @rodrigo-ceccato in #52
- Add zipped parameter sweeps by @rodrigo-ceccato in #54
- Make notebook dependencies optional by @rodrigo-ceccato in #56
- Add black check to test suite by @rodrigo-ceccato in #55
- Fix extra args parsing for Spinner by @rodrigo-ceccato in #53
- Fix PyPI workflow tag detection by @rodrigo-ceccato in #57
Full Changelog: v1.0.1...v1.1.0b2
v1.0.1: fix export module
What's Changed
- feat(docs): import examples into mkdocs page by @rodrigo-ceccato in #49
- Hotfix: upate exporter to use new SpinnerBenchmark object by @rodrigo-ceccato in #51
Full Changelog: v1.0.0...v1.0.1
v1.0.0 – Stable Release with YAML Support, Validation, and CLI Improvements
This release brings a set of features that improves both execution logic, schema validation and fixes.
- YAML schema validation before execution
- User lambda verification before benchmark
- Support for YAML anchors
- Fix progress bar rendering
- Improve logging clarity
What's Changed
- Feat: Add pyproject.toml by @cl3to in #7
- Save environment variables before execution by @rodrigo-ceccato in #11
- Use JSON to specify application command by @rodrigo-ceccato in #12
- Replace JSON configuration with YAML file by @rodrigo-ceccato in #15
- Add CI lint by @rodrigo-ceccato in #16
- Refactor/input specific settings by @rodrigo-ceccato in #18
- Add logic to capture output by @rodrigo-ceccato in #24
- Add MIT license by @rodrigo-ceccato in #37
- Add --extra-args option by @cl3to in #39
- Automate PyPi publusing using CI by @rodrigo-ceccato in #45
- Add spinner docs infrastructure by @cl3to in #44
- Add schema validation by @leiteg in #40
New Contributors
- @cl3to made their first contribution in #7
- @rodrigo-ceccato made their first contribution in #11
- @leiteg made their first contribution in #40
Full Changelog: https://github.com/LSC-Unicamp/spinner/commits/v1.0.0