New
v0.9.2
Added
- Add a new
:keepoption to themutate_with/3function andmutate/3macro. This option allows users to control which columns are retained in the output dataframe after a mutation operation. You can use:all(the default) or:none.
Fixed
- Fix handling of "LazySeries" with remote dataframes.
- Fix typespecs of
Explorer.Series.cast/2by adding adtype_alias()type. - Stop converting
io_dtypes()to maps in order to preserve names ordering.
Pull requests
- Add
keep: :noneargument to mutate functions by @brendon9x in https://github.com/elixir-explorer/explorer/pull/966 - Release v0.9.2 by @philss in https://github.com/elixir-explorer/explorer/pull/973
New Contributors
- @brendon9x made their first contribution in https://github.com/elixir-explorer/explorer/pull/966
Full Changelog: https://github.com/elixir-explorer/explorer/compare/v0.9.1...v0.9.2