·
5 commits
to main
since this release
Enhancements
- Introduced
get_outputsfunction to fetch objects which have been printed or plotted in theqenvcode.
Bug fixes
- Fix a problem detecting co-occurrences when expression has multiple lines (#249).
- Fix a assignment bug
withincurly expression (#252).
Miscellaneous
eval_codeusesevaluate::evaluateand stores returned outputs in the code's attribute.- Refactor
eval_codemethod signature to allow for more flexibility when extending theeval_code/withinfunctions. get_var(qenv, ...)andjoin(qenv, ...)are hard deprecated.
What's Changed
- Creates special case for '=' processing by @averissimo in #253
- Fixes bug in execution with multiple assignments inside expression by @averissimo in #250
{teal}module returns ateal_reportobject that extends fromteal_databy @averissimo in #255- Use evaluate by @gogonzo in #258
- 262 Fix improper code dependency by @m7pr in #264
- Update lifecycle badges by @m7pr in #268
- [skip vbump] upversion v0.7.0 by @donyunardi in #270
Full Changelog: v0.6.1...v0.7.0