v0.1.5
insights-engineering-bot
released this
05 Oct 14:27
·
51 commits
to main
since this release
empty_rule
is removed now.rule()
will create a normalrule
object.- By default
rule
are converting empty space""
toNA
upon reformatting. list2rule
now tolerates duplicated rules with different names.- Specified minimal version of package dependencies.
What's Changed
- remove empty rules by @clarkliming in #114
- 116 use "" as default argument for .to_na in rule by @BFalquet in #118
- 117 list2rules checks uniqueness of elements by @BFalquet in #121
- Workflow propagation by @walkowif in #120
- clean up h_ws_to_NA functions by @clarkliming in #123
- Adds min package version by @averissimo in #111
- [skip vbump] dunlin v0.1.5 by @BFalquet in #125
New Contributors
- @averissimo made their first contribution in #111
Full Changelog: v0.1.4...v0.1.5