Skip to content

Commit

Permalink
Merge #103
Browse files Browse the repository at this point in the history
103: Update Changelog for 0.2.0 r=JLockerman a=JLockerman



Co-authored-by: Joshua Lockerman <josh@timescale.com>
  • Loading branch information
bors[bot] and JLockerman authored Apr 8, 2021
2 parents a118ff5 + 8e68b07 commit 35721f5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog #

## 0.2.0 ##

This release contains more [experimental](/extension/docs/README.md#tag-notes)
features, along with additional functionality for prior features.

New [Experimental](/extension/docs/README.md#tag-notes) features:

- [ASAP Smoothing](/extension/docs/asap.md) – A graph smoothing algorithm that
highlights changes.
- [Counter Aggregates](/extension/docs/counter_agg.md) – Tools to ease working
with reset-able counters.
- [Largest Triangle Three Buckets](/extension/docs/lttb.md) – A downsampling
algorithm that tries to preserve visual similarity.
- Time Bucket Range – A version of [`time_bucket()`](https://docs.timescale.com/latest/api#time_bucket) that outputs the `[start, end)` times of the bucket.

In addition, we've updated [UddSketch](/extension/docs/uddsketch.md) with an
aggregate that merges multiple UddSketchs and various internal improvements.


## 0.1.0 ##

First release. Currently all features are
Expand Down

0 comments on commit 35721f5

Please sign in to comment.