Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Releases: google/starthinker

Revised Testing Framework

Choose a tag to compare

@pkenjora pkenjora released this 27 Sep 17:48

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

Choose a tag to compare

@pkenjora pkenjora released this 14 Jun 17:28

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

Choose a tag to compare

@pkenjora pkenjora released this 08 Jan 18:08
Add sample Segmentology dashboard, screenshot, and test.

PiperOrigin-RevId: 350438452

Adding new script credentials handling and code for trafficking.

Choose a tag to compare

@pkenjora pkenjora released this 04 Apr 00:41

All changes are backwards compatible.

First Release

First Release Pre-release
Pre-release

Choose a tag to compare

@jfno jfno released this 28 Feb 19:09
0.1

Cleaning up the documentation.