Skip to content

Releases: mlrun/storey

v0.6.8

29 Jun 08:24
16c5dd4
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Allow pyarrow 3.x

v0.6.4

23 Jun 08:23
1bca512
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • First/last aggregations
  • bug fix in reading non existing column from v3io when keys are list…

v0.5.4

02 Jun 12:06
ebcb1da
Compare
Choose a tag to compare
  • change default number of buckets in fixed windows