Skip to content

Hecuba 0.1.2 Python2.7

Compare
Choose a tag to compare
@cugni cugni released this 31 May 14:24
b0f0777

Change log

  • New cache with low overhead #97 #234
  • Timestamped writes to ensure serial updates #233
  • StorageDict now supports deletes by key (del dict[key]) with coherency #98 #184
  • Support for "None" Python objects, which are translated to "null" in Cassandra. #107 #170
  • Persistent nested objects fully supported (e.g StorageDict of StorageObj) #123 #126 #135 #139 #190
  • Travis automation and integration, building wheels too #129 #247
  • Codecoverage integration #247
  • Multinode testing: Python tests include their own Cassandra cluster with CCM. #243
  • Changes in StorageNumpy are persisted, and basic operations supported #134
  • Method splitnow takes into account Cassandra Virtual nodes for data locality #243
  • Update integration with Qbeast #226 #231
  • Enhanced filter on persistent objects which now adheres to Python's syntax #221
  • Update CQL syntax to be compatible with ScyllaDB #174
  • Add support for tuple data types #222
  • Add support for sets (with restrictions) #203 #211
  • Cassandra C++ Driver can be tuned with environment variables #182
  • Bug fixes