Add a filter for shannon entropy calculation of a field
Add the filter (vtkm/filter/Entropy.h and vtkm/filter/Entropy.hxx), and worklet (vtkm/worklet/FieldEntropy.h) to compute entropy of an input field. An unit test (UnitTestEntropyFilter.cxx) for the filter is also added.