对代码进行了大规模重构,分成了多个相对独立的模块,便于今后的扩展和维护。
Code refactoring - split MeteoInfoLib to several modules: common, ndarray, geometry, table, ui, projection, math, image, dataframe, data, console, geo, chart, map, lab.
Using OpenBLAS to speed up scientific computation functions.
Add 3D streamline tracing functions.
Add Kriging interpolation algorithm.
Add 3D trajectory clustering function.
Add signal package and detrend function.
Add spatial package and pdist function.
Add tofile and fromfile functions.
Support MICAPS MDFS data file format.
Update contour and contourf functions to support 2d x/y coordinates.
Update FlatLaf to version 1.1.2.
Update Proj4j to version 1.1.2.
Update NetCDF to version 5.4.1.
update itextpdf to version 5.5.13.2
Update guava to version 30.1.1
Some bug fixed
原文:https://www.cnblogs.com/yaqiang/p/14800738.html