prop/lib
Graham McIntire 7630934bcb Accept CamelCase feature names in mix backtest
mix backtest --feature NaiveGradient now resolves to the same function
as --feature naive_gradient. Names are normalized via Macro.underscore,
so any casing works. Also prints the available functions when an
unknown feature is requested so typos don't produce an opaque
UndefinedFunctionError deep in the Enum.map stack.
2026-04-09 16:15:01 -05:00
..
microwaveprop Phase 0: backtest harness 2026-04-09 16:10:54 -05:00
microwaveprop_web Mount Oban Web dashboard at /admin/oban 2026-04-09 14:07:33 -05:00
mix/tasks Accept CamelCase feature names in mix backtest 2026-04-09 16:15:01 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex Merge auth links into main nav and lower password min to 8 2026-04-08 10:39:51 -05:00