Skip to content

v3.4

Compare
Choose a tag to compare
@Yaqiang Yaqiang released this 12 Aug 15:54
· 270 commits to master since this release
  • Add unsigned short and int arithmetic functions in ArrayMath class
  • Support drawing extra z axis in 3D axes
  • Add axes_zoom argument in axes3d function
  • Add status toolbar with run and memory progress bars in MeteoInfoLab GUI
  • Add popup menu to file dockable
  • Add labelshift argument in colorbar function
  • Add skew and kurtosis functions in stats module
  • Add fimplicit3 plot function
  • Add and, or, xor operations in Series class
  • Add replace function in DataFrame and Series classes
  • Improve drop function in DataFrame to support rows drop
  • Add fill plot function
  • Add multivariate_normal function
  • Add ColorTransferFunction class
  • Support vertical boxplot
  • Support MICAPS MDFS type 12 data file
  • Add MeshRender and SurfaceRender classes for vbo rendering
  • Update netcdf-java to version 5.5.3
  • Update FlatLaf to version 2.4
  • Update joml to version 1.10.4
  • Update rsyntaxtextarea to version 3.2.0
  • Update ojAlgo to version 51.3.0
  • Update l2fprod to version 6.9.1
  • Update jts to version 1.19.0
  • Update jython to version 2.7.3b1
  • Update Apache commons math to version 4.0-SNAPSHOT from 3.6.1
  • Some bug fixed