Skip to content

Releases: data-8/datascience

Fewer lists

01 Jul 21:00
Compare
Choose a tag to compare

v0.6.0

Changed

  • Added make_array to make arrays without lists. (#224)
  • Table.select, drop, and with_columns now accept variable arguments in addition to lists. (#224)

0.5.12

08 Mar 21:22
Compare
Choose a tag to compare
tests with start values

v0.5.4

10 Feb 04:50
Compare
Choose a tag to compare

Make bin method signature match hist (and other plotting methods) by taking a select argument.

v0.5.3

08 Feb 18:42
Compare
Choose a tag to compare

Changed

  • Allow charting methods to select particular columns and default to
    overlay=True (#193)
  • Make the values arg for pivot optional. Counting is the default behavior.
    (#191)

Removed

  • The query manager (Q class) is removed since no one used it, ever.

v0.5.1

01 Feb 07:15
Compare
Choose a tag to compare

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

v0.4.0

18 Jan 17:53
Compare
Choose a tag to compare

The last release before the Spring 2016 offering of Data 8 starts!

Added

v0.3.dev22

05 Jan 02:12
Compare
Choose a tag to compare

Mostly bugfixes.

Table Improvements

05 Aug 00:54
Compare
Choose a tag to compare
  • more table graphing functionality
  • introduction of Q filters for where with logical operators
  • new sample method, accommodates with_replacement and weights

Maps Integration

29 Jul 06:09
Compare
Choose a tag to compare
  • integration of Folium maps, with additional functionality
  • plot points, polygons, or geoJSONs
  • draw selectively and recursively include polygons within polygons, fine-tune rendering for each

File restructuring and map stub

21 Jul 16:00
Compare
Choose a tag to compare
Merge pull request #16 from dsten/split-stuff

Restructure package, datascience.py -> table.py, and stub map widget