Skip to content

Releases: hope-data-science/tidyfst

More updates by getting feedback of the users

30 Oct 11:28
46df63f
Compare
Choose a tag to compare

This version is rather mature after tests.

Get new features from data.table v1.13.0

03 Aug 13:43
15c517b
Compare
Choose a tag to compare

Debug for more robustness

28 May 09:17
c864c38
Compare
Choose a tag to compare
v0.9.7

Add files via upload

Just waiting for updates of data.table

02 May 22:58
65293d2
Compare
Choose a tag to compare

Update vignettes, improve and update two functions.

九五,飞龙在天

10 Apr 06:40
39998d6
Compare
Choose a tag to compare

Modify the as_dt to suppress the process of making copy, would be much faster.

九四,或跃在渊

02 Apr 12:27
4247db6
Compare
Choose a tag to compare

Remove in place replacement facilities once and for all.
For that usage, looking forward to the new package tidyft.

Powerful upgrade

25 Mar 05:28
cb1df7f
Compare
Choose a tag to compare
v0.9.3

Update README.md

Super improvement on speed and syntax

14 Mar 06:45
711f2d9
Compare
Choose a tag to compare
v0.8.8

Add files via upload

Enhanced version of tidyfst

02 Mar 03:57
9edd4c6
Compare
Choose a tag to compare
Pre-release
  1. Optimize group_dt. First, it is faster than before because I use [][] instead of %>%. (Using %>% for .SD is slow) Second, I design an alternative to use .SD directly in group_dt, which might improve the efficiency further.
  2. Debug filter_dt.
  3. Add fill_na_dt to fill NAs in data.table. Debug all missing functions. Examples are refreshed.
  4. Debug mutate_when.
  5. Add complete_dt to complete a data.frame like tidyr::complete.
  6. Add dummy_dt to get dummy variables from columns.
  7. Add t_dt to transpose data frame efficiently.
  8. Remove the export of "as.data.table", add two functions:as_dt and in_dt to create a short cut to data.table facilities.

Remove tibble method and improve the select method

28 Feb 23:41
d886501
Compare
Choose a tag to compare