Skip to content

Releases: DecBayComp/RWA-python

0.9.5

24 Jan 13:49
5545df4

Choose a tag to compare

Changelog

See MR #7.

0.9.4

17 Jan 16:07
959ac27

Choose a tag to compare

Changelog

See MR #6.

0.9.3

02 Jun 19:00
8b4eacc

Choose a tag to compare

Changelog

See PR #5

0.9.2

31 May 20:10
60be72a

Choose a tag to compare

Changelog

See PR #4

0.9.1

12 Mar 16:09

Choose a tag to compare

Changelog

  • argument deprivatize to registerStorable and optional attribute deprivatize for Storable
  • ScipyStorable and ScipySpatialStorable, to locate types recently moved to private modules in the original public modules

0.9.0

08 Mar 15:14

Choose a tag to compare

Changelog

  • containers based on Focal Fossa
  • confirmed support for Python 3.10
  • Python 3.5 support is back
  • bugfix for recent scipy

0.8.5

18 Jan 21:50

Choose a tag to compare

Changelog

  • first conda integration attempt

0.8.3

22 Nov 16:54

Choose a tag to compare

Changelog

  • cross-version testing utility (Python versions)
  • cross-version fixes for RangeIndex from pandas and Delaunay, ConvexHull and Voronoi from scipy.spatial

0.8

15 Oct 22:29

Choose a tag to compare

0.8

Changelog

  • global/service-wide parameters rwa_params including 'pandas.use_tables', 'pandas.index.force_unicode', 'pandas.columns.force_unicode', 'pandas.categories.force_unicode'
  • "tables-free" explicit support for UInt64Index, RangeIndex, Categorical, CategoricalIndex
  • Storable.default_version property
  • StorableHandler.peek and poke are methods; the previous attributes became _peek and _poke respectively
  • StorableHandler._peek_option and _poke_option attributes

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]