* `DataFrame`: Fix column and method name clash errors in certain operations * `dt.replace`: Allow vector arguments the same length as `x`
0.46
=========================
* `DataFrame.count`: New method, shorthand for `data.group_by(...).aggregate(n=di.count())` * `Vector.rank`: Handle empty and all-NA vectors
0.45
=========================
* `USE_NUMBA_CACHE`: New option, read from environment variable `DATAITER_USE_NUMBA_CACHE` if exists, defauls to `True` * Fix a possible issue with Numba caching
0.44
=========================
* Use `numba.extending.overload` instead of the deprecated `numba.generated_jit`