Skip to content

Commit 08e3e4c

Browse files
committed
Add changes
1 parent 6d1e0e8 commit 08e3e4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## [Unreleased]
88

99
### Added
10+
- New flowmachine query `CalendarActivity`, which retrives subscribers pattern of active days
11+
- New flowmachine queries `PerValueAggregate` and `RedactedPerValueAggregate`, which group by the value column of another query and apply an aggregate to subscribers with that grouping.
12+
- New flowapi queries and flowclient functions for `calendar_activity` and `localised_calendar_activity`, which return counts of subscribers per sequence of active days, and per sequence of active days additionally grouped by the subscribers reference location
13+
- Added new `StringStatistic` enum, which enumerates valid statistics for use with postgres string types
1014

1115
### Changed
16+
- `HistogramAggregation` has moved to `flowmachine.features.nonspatial_aggregates`
17+
- `Statistic` moved to `flowmachine.core.statistic_types`
18+
- `TotalActivePeriodsSubscriber` no longer returns an extra `inactive_periods` column
1219

1320
### Fixed
1421

0 commit comments

Comments
 (0)