Added ``via_dt.fromisoformat()`` to all containers, supporting creation of date/datetime objects from ISO 8601 strings.
``Batch.to_frame`` now returns a `Frame` with an `IndexHierarchy` if all ``Batch`` operations retain one or more ``Frame``.
``Batch`` interface extended with core ``Frame`` methods.
Restored parameter name in ``Series.relabel`` to be ``index``.
Support for writing date, datetime, and np.datetime64 via `Frame.to_xlsx`.
Exposed ``store_filter`` parameter in ``Frame.from_xlsx``,``Frame.to_xlsx``.
Removed ``format_index``, ``format_columns`` attributes from ``StoreConfig``.