Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Releases: google/starthinker

Revised Testing Framework

27 Sep 17:48
Compare
Choose a tag to compare

Testing ( largest change )

  1. Moved testing helper to tools.
  2. Moved test include logic to framework utils.
  3. Moved all testing assest to starthinker_assets.
  4. Removed starthinker_database.

Recipe

  1. Added -pi parameter to pass in parameter dictionary.
  2. Renamed -i --instance to -t --task.

Colab

  1. Refactored Colab template to be more pythonic.

Solutions

  1. Remove deprecated solutions.
  2. Added several new solutions.

This release is synchronized with a PyPi release.

Pre 2.0.1 Migration / Last 1.0.11 Version

14 Jun 17:28
Compare
Choose a tag to compare

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

08 Jan 18:08
Compare
Choose a tag to compare
Add sample Segmentology dashboard, screenshot, and test.

PiperOrigin-RevId: 350438452

Adding new script credentials handling and code for trafficking.

04 Apr 00:41
Compare
Choose a tag to compare

First Release

28 Feb 19:09
Compare
Choose a tag to compare
First Release Pre-release
Pre-release
0.1

Cleaning up the documentation.