Skip to main content

A/B testing for your Flask application

Project description

Build Status

Flask-Split is a Flask extension for A/B testing your web application. It is a port of Andrew Nesbitt’s excellent Split A/B testing framework to Python and Flask.

Resources

Changelog

Here you can see the full list of changes between each Flask-Split release.

0.2.0 (2012-06-03)

  • Added REDIS_URL configuration variable for configuring the Redis connection.

  • Fixed properly finished incrementing alternative’s completion count multiple times, when the test is not reset after it has been finished. The fix for this issue in the previous release did not work, when the version of the test was greater than 0.

0.1.3 (2012-05-30)

  • Fixed finished incrementing alternative’s completion count multiple times, when the test is not reset after it has been finished.

0.1.2 (2012-03-15)

  • Fixed default value for SPLIT_DB_FAILOVER not being set.

0.1.1 (2012-03-12)

  • Fixed user’s participation to an experiment not clearing out from their session, when experiment version was greater than 0.

  • Fixed ZeroDivisionError in altenative’s z-score calculation.

  • Fixed conversion rate difference to control rendering.

  • More sensible rounding of percentage values in the dashboard.

  • Added 90% confidence level.

  • Removed a debug print from Experiment.find_or_create.

0.1.0 (2012-03-11)

  • Initial public release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-Split-0.2.0.tar.gz (42.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page