Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

Unreleased

1.00-alpha-5 (2021-12-03)

Changed

  • The adjust-frequency function now returns a grouped dataset by default. This seems like the more common usage.
  • The adjust-frequency now has an option rename-index-toto change the column-name. E.g. (adjust-frequency dataset converters/->years-end {:rename-index-to :year}).
  • Dependency upgrades

1.00-alpha-4 (2021-10-16)

Changed

  • Changed adjust-interval to adjust-frequency. This function now returns an ungrouped dataset by default. This behavior can be overriden by specifying the ungrouped? option (PR).
  • Internal changes that make working with the column indexes more easy:
    • Added a get-index-column-or-error function that is used internally by functions that need to fetch the index. This function replaced a series of other helper functions, i.e. this simplifies the internal API for working with the index.
    • Used the validatable abstraction added by @daslu to set the index column on a dataset when we call index-by. Validatable makes it possible to check if the index has become invalid because the column data has changed in some way that invalidates the column.

1.00-alpha-3 (2021-06-01)

Added

  • New string->time method will try to parse a string to the correct time object. Currently, it expects the same default string formats that each java.time object's parse method expects.
  • convert-to method that can convert one time to another.

Changed

Removed

  • tick removed as a dependency

1.00-alpha-2 (2021-05-24)

Changed

  • slice now uses tech.ml.dataset's new index-structure (PR)
  • Documentation on how to make the widgets.

Removed

  • tablecloth.time.index namespace - not needed anymore

1.00-alpha1

  • First alpha release

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close