Releases: data-8/datascience
Releases · data-8/datascience
Fewer lists
0.5.12
v0.5.4
v0.5.3
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
v0.4.0
The last release before the Spring 2016 offering of Data 8 starts!
Added
CHANGELOG.md
file!- Docs are now up on readthedocs.
util.table_apply
function
v0.3.dev22
Mostly bugfixes.
Table Improvements
- more table graphing functionality
- introduction of
Q
filters forwhere
with logical operators - new
sample
method, accommodateswith_replacement
andweights
Maps Integration
- 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
Merge pull request #16 from dsten/split-stuff Restructure package, datascience.py -> table.py, and stub map widget