Skip to content

Releases: data-8/datascience

Fewer lists

Choose a tag to compare

@henryem henryem released this 01 Jul 21:00

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

Choose a tag to compare

@papajohn papajohn released this 08 Mar 21:22
tests with start values

v0.5.4

Choose a tag to compare

@papajohn papajohn released this 10 Feb 04:50

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

v0.5.3

Choose a tag to compare

@SamLau95 SamLau95 released this 08 Feb 18:42

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

Choose a tag to compare

@SamLau95 SamLau95 released this 01 Feb 07:15

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

Choose a tag to compare

@SamLau95 SamLau95 released this 18 Jan 17:53

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

Added

v0.3.dev22

Choose a tag to compare

@SamLau95 SamLau95 released this 05 Jan 02:12

Mostly bugfixes.

Table Improvements

Choose a tag to compare

@alvinwan alvinwan released this 05 Aug 00:54
  • more table graphing functionality
  • introduction of Q filters for where with logical operators
  • new sample method, accommodates with_replacement and weights

Maps Integration

Choose a tag to compare

@alvinwan alvinwan released this 29 Jul 06:09
  • 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

Choose a tag to compare

@papajohn papajohn released this 21 Jul 16:00
Merge pull request #16 from dsten/split-stuff

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