Commit graph

3 commits

Author SHA1 Message Date
Richard Bowman
cd5e32b843 Removed deprecated np.float
numpy 1.20 deprecates np.float, which was only ever an alias for
``float``.  I've replaced all occurrences of np.float with float, as
recommended.  There should be no change in functionality.
2021-03-30 17:40:19 +01:00
Joel Collins
7866ec0f47 Static type analysis 2020-11-30 13:36:45 +00:00
Joel Collins
4a9d1c5e3c Removed default JSON files and submoduled JSON encoder class 2020-11-12 12:02:09 +00:00