* `ncio.create_variables` sets missing_value attribute if present even if
used for _FillValue.
* `ncio.get_variable_definition` returns _FillValue if present and only
missing_value if _FillValue is not present.
* Add tests with pandas.Series and pandas.DataFrame to (almost) all
existing functions.
* Remove from future imports from all ``pyjams`` main modules (not jams)
and all tests.
* GUI dialog functions of module `fgui` only imported if Tkinter installed.
* Support pandas.Series in `argmin`, `argmax`, and `argsort`.
* Support pandas Series and DataFrame in `closest` and `mad`.
* Bug in `esat` if multi-dimensional array: wrong array index.
* Support pandas.Series and pandas.DataFrame in helper functions
`input2array` and `array2input`.
* Add pandas as requirement for ``pyjams``.