Changelog#

20230825             - v7.2.0
20230817             - CT-455: add map() method
20230815             - CT-454: add cut() function
20230810             - Fix bug with qcut when no breaks.
20230707             - v7.1.0; Fix bug with weighted functions.  Add hist2d
20230614             - v7.0.0; add plotting and TenFrame parameters.
20230602             - v6.3.0
20230524             - Support pandas assignment syntax of aggregations
20230504             - Make iteration and length of groupby() work like pandas
20230428             - v6.2.0; add drop() method, server-side bugfixes
20230331             - v6.1.0; aggregation clearing grouping bugfix,
                       allow more merge types, other small fixes.
20230310             - v6.0.0; CT-204: Groupby as wrapper.
20230309             - CT-330 (several features); redo dist_apply; redo
                       type inference (CT-224), factor out function upload,
                       incl from REPL (CT-327); assorted docstring changes.
20230303             - v5.0.2; Added __all__; docstring changes; bugfixes.
20230224             - v5.0.1; small fixes, quoting function parameters
20230127             - v5.0.0; dist_apply, segmentation fixes, jupyter display
20230120             - v4.2.1; fix setting columns to datetime constants
20230113             - v4.2.0; add adjoin= parameter to aggregations, name= to
                       smart functions, docstring for smart functions.
20221209             - fix for describe() (lquart, uquart) that broke with
                       aggregation refactor
20221205             - .rolling() for 1010data g_mov*() functions
20221202             - v4.0.0; pandas-friendly column-names, support for
                       lambdas, column format control, new properties,
                       .query(), .eval()
20221117             - Version 3.3.1; refactor of aggregation code.
20221104             - Version 3.3.0; libraries, assign with lambdas,
                       more .str functions, .dt properties.
20221021             - Version 3.2.0; distribute(), save(), select by date
20221004             - melt, wide_to_long
20220901             - add islive() function, directory()
20220922             - Make use of default py1010 converters. Version 3.1.0
20220829             - Version 3.0.0
20220418             - Added features: .assign, colinfo for .agg, .f, func;
                       made temp columns look like c0, c1,...
20220311             - Iterating a TenFrame now returns strings, like pandas.
20220202 (v2.0)      - Many changes; improved selection, docstring upgrades
                     - Doxygen compatibility for docstrings.
20210805 (v1.0alpha) - Add server-side support.