Releases: pwwang/datar
Releases · pwwang/datar
0.2.3 (#21)
- Fix compatibility with
pandasv1.2.0~4(Fix #20, thanks to @antonio-yu) - Fix
base.tablewhen inputs are factors andexcludeisNA; - Add
base.scale/col_sums/row_sums/col_means/row_means/col_sds/row_sds/col_medians/row_medians
0.2.2
- Use a better strategy warning for builtin name overriding.
- Fix index of subdf not dropped for mutate on grouped data
- Fix
names_gluenot working with singlevalues_fromfortidyr.pivot_wider - Fix
base.pastenot registered - Fix
base.grep/greplon NA values - Make
base.sub/gsubreturn scalar when inputs are scalar strings
0.2.1: Add all reference maps (#17)
- Use observed values for non-observed value match for group_data instead of NAs, which might change the dtype.
- Fix
tibblerecycling values too early
0.2.0
Added:
- Add
base.which,base.bessel,base.special,base.trig_hbandbase.stringmodules - Add Support for duplicated keyword arguments for dplyr.mutate/summarise by using
_as suffix - Warn when import python builtin names directly; ; Remove modkit dependency
Fixed:
- Fixed errors when use
a_1as names for"check_unique"name repairs - Fixed #14:
f.a.mean()not applied to grouped data
Changed:
- Don't allow
from datar.datasets import * - Remove
modkitdependency - Reset
NaNtoNA - Rename
base.getOptiontobase.get_option - Rename
stats.setNamestostats.set_names
0.1.1 (#13)
- Adopt
pipda0.2.8 - Allow
f.col1[f.col2==max(f.col2)]like expression - Add
base.which/cov/var - Fix
base.max - Add
datasets.ChickWeight - Allow
dplyr.acrossto have plain functions passed with defaultEVALcontext.
0.1.0 (#11)
Added:
pandas.NAasNaN- Dtypes display when printing a dataframe (string, html, notebook)
zibbleto construct dataframes with names specified together, and values together.
Fixed:
base.diag()on dataframes- Data recycling when length is different from original data
datar.itemgetter()not publicf.a.bto access attributeboff.a
Changed:
- Behavior of
group_by()with_drop=False. Invisible values will not mix with visible values of other columns - Default values_fn for pivot_wider to identity
0.0.7 (#10)
- Add dplyr rows verbs
- Allow mixed numbering (with
c()andf[...]) for tibble construction - Allow slice (
f[a:b]) to be expanded into sequence forEVALcontext - Finish tidyr porting.
0.0.6: Merge pull request #9 from pwwang/dev
- Add
options,getOptionandoptions_contexttodatar.baseto allow set/get global options - Add options:
dplyr.summarise.inform - Add
_base0argument to all related APIs - Add
nycflights13datasets - Support slice_head/slice_tail for grouped data