Releases: DecBayComp/RWA-python
Releases · DecBayComp/RWA-python
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
Changelog
- argument
deprivatizetoregisterStorableand optional attributedeprivatizeforStorable ScipyStorableandScipySpatialStorable, to locate types recently moved to private modules in the original public modules
0.9.0
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
Changelog
- first conda integration attempt
0.8.3
Changelog
- cross-version testing utility (Python versions)
- cross-version fixes for
RangeIndexfrompandasandDelaunay,ConvexHullandVoronoifromscipy.spatial
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
Changelog
- support for
memoryview - dependency tables removed with reworked support for datatypes:
Index,Int64Index,Float64Index,MultiIndex,Series,DataFrame - Py2 support for
scipy.spatial.qhull.Delaunayandscipy.spatial.qhull.Voronoi - bugfix in
scipy.sparse.coo_matrix - some lists were improperly serialized as numpy arrays [fixed]