This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
Releases: google/starthinker
Releases · google/starthinker
Revised Testing Framework
Testing ( largest change )
- Moved testing helper to tools.
- Moved test include logic to framework utils.
- Moved all testing assest to starthinker_assets.
- Removed starthinker_database.
Recipe
- Added -pi parameter to pass in parameter dictionary.
- Renamed -i --instance to -t --task.
Colab
- Refactored Colab template to be more pythonic.
Solutions
- Remove deprecated solutions.
- Added several new solutions.
This release is synchronized with a PyPi release.
Pre 2.0.1 Migration / Last 1.0.11 Version
Version 2.0.1 will remove the project singleton in starthinker.util.project and replace it with a (config, task) parameter.
Removing the singleton simplifies the framework:
- Allows direct calls to tasks as python functions.
- Allows multiple non-conflicting configurations to run in same process.
- Allows combining the script/all command line helpers into one.
Please tag all imports of starthinker 1.0.X with this release for backwards compatibility.
Stable And Coincides With PyPi Version
Add sample Segmentology dashboard, screenshot, and test. PiperOrigin-RevId: 350438452
Adding new script credentials handling and code for trafficking.
All changes are backwards compatible.
First Release
0.1 Cleaning up the documentation.