insightsengineering / teal.code

Code storage and execution class for teal applications
https://insightsengineering.github.io/teal.code/
Other
11 stars 7 forks source link

[Feature Request]: "subset" method for `qenv` object #211

Closed gogonzo closed 5 days ago

gogonzo commented 1 month ago

Feature description

subset(names) method, should subset qenv object to keep only @env <- @env[names] and @code <- <@code for [names]>. Consider if it is worth exposing such function, or should we keep it as teal internal (where it is used). If we have a method to subset the code - then it makes sense to subset the whole object.

Code of Conduct

Contribution Guidelines

Security Policy

donyunardi commented 1 month ago

Acceptance Criteria

m7pr commented 3 weeks ago

Hey, I think I can start on this one, as this is one of the blockers for teal release. I think we should start with teal.code and teal.data cards as soon as possible, so that we can unblock teal release