Skip to content

Releases: DecBayComp/RWA-python

0.7.2

25 Sep 16:47

Choose a tag to compare

Changelog

  • support for memoryview
  • dependency tables removed with reworked support for datatypes: Index, Int64Index, Float64Index, MultiIndex, Series, DataFrame
  • Py2 support for scipy.spatial.qhull.Delaunay and scipy.spatial.qhull.Voronoi
  • bugfix in scipy.sparse.coo_matrix
  • some lists were improperly serialized as numpy arrays [fixed]

0.6

05 Jun 21:30

Choose a tag to compare

0.6

Changelog

  • collections.OrderedDict elements were not properly ordered [fixed]
  • scipy.spatial.qhull.ConvexHull support