·
3 commits
to main
since this release
Enhancements
- Introduced
get_outputs
function to fetch objects which have been printed or plotted in theqenv
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
usesevaluate::evaluate
and stores returned outputs in the code's attribute.- Refactor
eval_code
method signature to allow for more flexibility when extending theeval_code
/within
functions. 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_report
object that extends fromteal_data
by @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