All Versions
11
Latest Version
Avg Release Cycle
20 days
Latest Release
3655 days ago

Changelog History
Page 1

  • v0.1.5.2 Changes

    April 18, 2014
    • 🛠 fix executable warnings
  • v0.1.5.1 Changes

    April 18, 2014
    • widen 'text' dependency to <1.2
    • widen 'aeson' dependency to <0.8
  • v0.1.5.0 Changes

    March 15, 2014
    • ⬆️ bump 'base' dependency to support GHC 7.8
    • ➕ add -c to support concurrent runs
      • race conditions may happen (e.g., a dependency rans twice), recommended use: pure statistics on already ran experiments
  • v0.1.4.0 Changes

    December 14, 2013
    • 0️⃣ no longer need to explicitly implement all hooks, they default to return ()
    • ➕ add ancestors helper to load and filter existing ancestors in experiment Step
    • ➕ add UExpr parsing preferences (e.g., for time locale)
      • not used in practice for now in CLI/DSL
  • v0.1.3.0 Changes

    December 08, 2013
    • ➕ add TExpr Bool parameter expansions
    • ➕ add ancestors querying and loading
    • ➕ add require helper to load/generate ancestors
  • v0.1.2.0 Changes

    November 22, 2013
    • 🔄 change timestamp format (data-incompatible) from custom to UTCTime
    • ➕ add TExpr and UExpr module
      • add possibility to filter results using a query
  • v0.1.1.3

    November 20, 2013
  • v0.1.1.2

    October 20, 2013
  • v0.1.1.1

    October 20, 2013
  • v0.1.1.0 Changes

    October 20, 2013
    • ➕ add mini-command line in defaultMain with support for:
      • help: print basic help
      • describe: prints info on available scenarios
      • find: prints a list (possibly filtered) of already run scenarios
      • run: runs some scenario (possibly filtered by scenario/param)
      • analyze: plays the 'analyze' hook for each scenario
      • rm: deletes scenarios using a query