Skip to content

Releases: mlrun/storey

v0.6.9

30 Jun 13:00
141de4d

Choose a tag to compare

  • ML-775: Fix inconsistent hashing function. (#255)

v0.6.8

29 Jun 08:24
16c5dd4

Choose a tag to compare

  • ML-638: Convert str/int to datetime based on writer schema or source time_field.
  • Aggregate and query with different fixed windows

v0.6.7

28 Jun 09:10
16d3c9b

Choose a tag to compare

  • ML 719: infer date type only for time_field column and "parse_dates" columns

v0.6.6

27 Jun 06:39
50c2254

Choose a tag to compare

  • Align fixed windows first and last buckets time to the window size

v0.6.5

24 Jun 10:43
5938394

Choose a tag to compare

  • Allow pyarrow 3.x

v0.6.4

23 Jun 08:23
1bca512

Choose a tag to compare

  • set max_value to new aggregations
  • ML-691: start_filter should be >= (and not >)
  • ML-717: Use logger.debug instead of print.

v0.6.3

21 Jun 14:08
76236a6

Choose a tag to compare

  • Flatten/copy bug issue fix
  • Fixed window rework
  • ML-707: bug fix in multiple integer key columns
  • ML-701: Fix ordinary timestamp type fields in ingestion service.
  • ML-635: unexpected results aggregating with sliding window
  • ML-673: removing adding of "igz_part" to partitions

v0.6.2

15 Jun 13:23
c6179ac

Choose a tag to compare

  • Support typed indices in writers.
  • None value should remain None in CsvSource

v0.6.1

13 Jun 09:44
698580d

Choose a tag to compare

  • ML-602: Typed columns for explicitly setting parquet schema. (#231)
  • ML-613: Filter out value for empty key (#230)
  • AsyncEmitSource – async def run -> def run (#234)
  • ML-667: Hash calculation should be modulo instead of division (#235)

v0.6.0

08 Jun 14:54
2325b3a

Choose a tag to compare

  • First/last aggregations
  • bug fix in reading non existing column from v3io when keys are list…