Skip to content

Releases: mlrun/storey

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

v0.5.3

02 Jun 07:45
83de86e
Compare
Choose a tag to compare
  • update v3io-py version
  • ML-625: csv - discovering type if None is in first row

v0.5.2

30 May 09:10
502416e
Compare
Choose a tag to compare
  • ML-612: supporting separate aggregation steps
  • Allow older numpy versions.