Current section

Files

Jump to
kino_explorer CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v0.1.3](https://github.com/livebook-dev/kino_explorer/tree/v0.1.3) (2023-04-04)
### Added
* `group_by` and `summarise` operations for Data Transform cell ([#50](https://github.com/livebook-dev/kino_explorer/pull/50))
* Show if a column is in a group on DataTable header ([#53](https://github.com/livebook-dev/kino_explorer/pull/53))
* More aggregations for `summarise` ([#58](https://github.com/livebook-dev/kino_explorer/pull/58))
### Changed
* `pivot_wider` now supports multiple `values_from` ([#47](https://github.com/livebook-dev/kino_explorer/pull/47))
## [v0.1.2](https://github.com/livebook-dev/kino_explorer/tree/v0.1.2) (2023-03-18)
### Changed
* Automatically generates missing requires ([#45](https://github.com/livebook-dev/kino_explorer/pull/45))
* Starts the Data transform cell with only the filter operation ([#46](https://github.com/livebook-dev/kino_explorer/pull/46))
## [v0.1.1](https://github.com/livebook-dev/kino_explorer/tree/v0.1.1) (2023-03-11)
### Fixed
* Correctly toggles `pivot_wider` ([#41](https://github.com/livebook-dev/kino_explorer/pull/41))
## [v0.1.0](https://github.com/livebook-dev/kino_explorer/tree/v0.1.0) (2023-03-07)
Initial release.