elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

Let `{:datetime, _}` be an alias for `{:naive_datetime, _}` for backwards compatibility #924

Closed billylanchantin closed 5 months ago

billylanchantin commented 5 months ago

Description

Allows {:datetime, _} as an alias for {:naive_datetime, _}. This will prevent the next release from being breaking.

Extras