v0.172.0 [2022-06-24]
Features
- 319a0b1 add initialZero parameter to derivative function (#4887)
- 2314ab7 Allow features to enable builtin statements (#4773)
- 5186988 Provide the comments for each Symbol from PackageExports (#4774)
- 5f12b25 Suggestions now start off by default and added a new flag (#4891)
- d1a345b Add new join function with outer join support (#4690)
- 53626ea add builtin function time to the date package to convert any timeable into datetime (#4749) (#4867)
- 2ce630d Allow vector types to be specified in flux source (#4873)
Bug fixes
- ad28223 replace extra boolean parameter for suggestions with repl options (#4915)
- 473402e remove testing.load from yield test (#4913)
- 560f73b fix a bug in how sort nodes created for new join (#4904)
- 3ba6a9b Don't add an extra indentation for testcases (#4878)
- 3fb53d6 Retain the package for identifier referencing the prelude (#4537)
- 328b526 Only error in tests if an assertion fails (#4879)
- bd9a26a make findColumn() able to handle multi-buffer tables (#4885)
- 7e3789a Point to the function being piped to on argument mismatches (#4882)
- f3ba2d7 visit successors before continuing DFS on node (#4853)