Skip to content

Commit

Permalink
enhance news
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Aug 1, 2024
1 parent 4d46524 commit 81529f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# teal.data 0.6.0.9005

### Enhancements

- `datanames()`
- if `join_keys` are provided, the `datanames()` are now sorted in topological way (Kahn algorithm),
which means the parent dataset always precedes the child dataset.
- are extended by the parent dataset name, if one of the child dataset exist in `datanames()` and
the connection between child-parent is set through `join_keys` and `parent` exist in `teal_data` environment.
- do not allow to set a dataset name that do not exist in `teal_data` environment.
- `teal_data` no longer set default `datanames()` based on `join_keys` names - it uses only data names.

# teal.data 0.6.0

### Enhancements
Expand Down

0 comments on commit 81529f3

Please sign in to comment.