In this release, there are two new arguments for summarizer processing. One is the `hidden` parameter which now accepts an integer or a list. If supplied a list, it will combine the layers for the aggregation. Also, another parameter called `hidden_concat` allows the user to concat hidden layers before clustering.
Also a couple of new options for TransformerSummarizer.