|
1 | 1 | new version (on deck)
|
2 | 2 | =====================
|
3 |
| -- [ENH]: Upgraded ``update_where`` function to use either the pandas query style, |
| 3 | +- [ENH] Upgraded ``update_where`` function to use either the pandas query style, |
4 | 4 | or boolean indexing via the ``loc`` method.
|
5 | 5 | Also updated ``find_replace`` function to use the ``loc`` method directly,
|
6 | 6 | instead of routing it through the ``update_where`` function. @samukweku
|
7 |
| -- [INF]: Update ``pandas`` minimum version to 1.0.0. @hectormz |
| 7 | +- [INF] Update ``pandas`` minimum version to 1.0.0. @hectormz |
| 8 | +- [DOC] Updated the general functions API page to show all available functions @samukweku |
8 | 9 |
|
9 | 10 | v0.20.7
|
10 | 11 | =======
|
11 |
| -- [TST]: Add a test for transform_column to check for nonmutation. @VPerrollaz |
12 |
| -- [ENH]: Contributed ``expand_grid`` function by @samukweku |
| 12 | +- [TST] Add a test for transform_column to check for nonmutation. @VPerrollaz |
| 13 | +- [ENH] Contributed ``expand_grid`` function by @samukweku |
13 | 14 |
|
14 | 15 |
|
15 | 16 | v0.20.6
|
16 | 17 | =======
|
17 |
| -- [DOC]: Pep8 all examples. @VPerrollaz |
18 |
| -- [TST]: Add docstrings to tests @hectormz |
19 |
| -- [INF]: Add ``debug-statements``, ``requirements-txt-fixer``, and ``interrogate`` to ``pre-commit``. @hectormz |
20 |
| -- [ENH]: Upgraded transform_column to use df.assign underneath the hood, |
| 18 | +- [DOC] Pep8 all examples. @VPerrollaz |
| 19 | +- [TST] Add docstrings to tests @hectormz |
| 20 | +- [INF] Add ``debug-statements``, ``requirements-txt-fixer``, and ``interrogate`` to ``pre-commit``. @hectormz |
| 21 | +- [ENH] Upgraded transform_column to use df.assign underneath the hood, |
21 | 22 | and also added option to transform column elementwise (via apply)
|
22 | 23 | or columnwise (thus operating on a series). @ericmjl
|
23 | 24 |
|
24 | 25 |
|
25 | 26 | v0.20.5
|
26 | 27 | =======
|
27 |
| -- [INF]: Replace ``pycodestyle`` with ``flake8`` in order to add ``pandas-vet`` linter @hectormz |
| 28 | +- [INF] Replace ``pycodestyle`` with ``flake8`` in order to add ``pandas-vet`` linter @hectormz |
28 | 29 | - [ENH] ``select_columns()`` now raises ``NameError`` if column label in
|
29 | 30 | ``search_columns_labels`` is missing from ``DataFrame`` columns. @smu095
|
30 | 31 |
|
31 | 32 | v0.20.1
|
32 | 33 | =======
|
33 |
| -- [DOC]: Added an example for groupby_agg in general functions @samukweku |
34 |
| -- [ENH]: Contributed ``sort_naturally()`` function. @ericmjl |
| 34 | +- [DOC] Added an example for groupby_agg in general functions @samukweku |
| 35 | +- [ENH] Contributed ``sort_naturally()`` function. @ericmjl |
35 | 36 |
|
36 | 37 | v0.20.0
|
37 | 38 | =======
|
|
0 commit comments