Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Apr 4, 2024
1 parent e6d0169 commit d227c99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# teal.data 0.5.0.9005

### Enhancements

* `col_relabel` supports `NA` to remove labels (similar to the `col_labels<-`).

### Bug fixes

* Fixed bug in `get_code` causing incorrect lines order of the returned code.
* Fixed bug in `col_labels` causing incorrect label names to be returned when input data contains named label attributes.

# teal.data 0.5.0

### Bug fixes

* Fix the `get_code_dependency` bug to detect the usage of objects in functions on both the left and right-hand sides for code reproducibility.
* Remove duplicate entries in the `code_graph`.

### Enhancements

* Extended `get_code.teal_data()` with a possibility to steer internal methods with `...` parameter.

# teal.data 0.4.0
Expand Down

0 comments on commit d227c99

Please sign in to comment.