Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 19 Aug 00:34
· 3 commits to main since this release
3c673f0

Enhancements

  • Introduced get_outputs function to fetch objects which have been printed or plotted in the qenv code.

Bug fixes

  • Fix a problem detecting co-occurrences when expression has multiple lines (#249).
  • Fix a assignment bug within curly expression (#252).

Miscellaneous

  • eval_code uses evaluate::evaluate and stores returned outputs in the code's attribute.
  • Refactor eval_code method signature to allow for more flexibility when extending the eval_code/within functions.
  • get_var(qenv, ...) and join(qenv, ...) are hard deprecated.

What's Changed

Full Changelog: v0.6.1...v0.7.0