Skip to content

v1.2.13

Latest
Compare
Choose a tag to compare
@shepherdpp shepherdpp released this 18 Jun 15:57
· 10 commits to master since this release
1532e11
  • Changed function qt.built_ins(), now it always return a dict of id and type of built-in strategies, and if incorrect strategy id is given as argument, it returns all fuzzy matched strategy ids
  • Changed function qt.built_in_list() and qt.built_in_strategies(), now they return list of strategy ids and strategy types, respectively; and return fuzzy matched strategy ids for incorrect strategy id given as argument
  • Added new function qt.built_in_doc(), to return the docstring of a built-in strategy

What's Changed

Full Changelog: 1.2.12...1.2.13