Split v0.4.0 Release Notes

Release Date: 2012-03-07 // about 12 years ago
  • IMPORTANT

    ๐Ÿ’Ž If using ruby 1.8.x and weighted alternatives you should always pass the control alternative through as the second argument with any other alternatives as a third argument because the order of the hash is not preserved in ruby 1.8, ruby 1.9 users are not affected by this bug.

    ๐Ÿ”‹ Features:

    • Experiments now record when they were started (@vrish88, #35)
    • Old versions of experiments in sessions are now cleaned up
    • Avoid users participating in multiple experiments at once (#21)

    ๐Ÿ›  Bugfixes:

    • Overriding alternatives doesn't work for weighted alternatives (@layflags, #34)
    • confidence_level helper should handle tiny z-scores (#23)