* Bug fixes for: * choose between `pandas.corr` & `numpy.corrcoef` depending on presence of NaNs * hide timeseries correlations when date columns only contain one day
1.3.5
* Bug fixes for: * duplicate loading of histogram data * string serialization failing when mixing `future.str` & `str` in scatter function
1.3.4
* updated correlation calculation to use `numpy.corrcoef` for performance purposes * github rebranding from manahl -> man-group
1.3.3
* hotfix for failing test under certain versions of `future` package
1.3.2
* Bug fixes for: * display of histogram column information * reload of hidden "processes" input when loading instances data * correlations json failures on string conversion
1.3.1
* fix for incompatible str types when directly altering state of data in running D-Tale instance