Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 929 Bytes

CHANGELOG.md

File metadata and controls

34 lines (27 loc) · 929 Bytes

datascience ChangeLog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

v0.4.0

Added

v0.5.1

Added

  • New Table interface: with_columns, labels, column, relabeled

Changed

  • Table.init takes labels as its first argument

Deprecated

  • Two-argument Table.init
  • Table.empty
  • Table.from_rows
  • Table.from_columns_dict
  • Table.getattr
  • Table.points
  • Table.column_labels renamed to labels
  • Table.values renamed to column
  • Table.with_relabeling renamed to relabeled