- Classify block return single series with dtype of `labels` if `labels` are floats or integers.
1.2.9
------------------
- Fix bug introduced in tokenization fix.
1.2.8
------------------
- Skip tokenization if a block was already tokenized.
1.2.7
------------------
- Implemented AggregateRasterAboveThreshold.
1.2.6
------------------
- Fix in `ParseTextColumn` for empty column `description`.
- Fix empty dataset case in ClassifyFromColumns.
1.2.5
------------------
- Skip (costly) call to tokenize() when constructing without validation. If a graph was supplied that was generated by geoblocks, the token should be present in the name. If the name has incorrect format, a warning is emitted and tokenize() is called after all.
- Deal with empty datasets in ClassifyFromColumns.