Skip to content

Releases: CartoDB/cartoframes

v0.5.4

07 Feb 01:52
86069f4
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

Updates

  • Fixes a bug that prevented creating a table from a Data Observatory augmentation (#375)

v0.5.3

29 Jan 20:16
893d091
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

Updates

  • Fixes a bug that prevented categorical torque maps to be properly displayed

v0.5.2

20 Dec 14:56
6977ce4
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • Adds flag to CartoContext.data_discovery that excludes non-shoreline-clipped boundary metadata by default

0.5.1b10

18 Dec 22:27
ad476c8
Compare
Choose a tag to compare
0.5.1b10 Pre-release
Pre-release
  • Fixes a bug where setting privacy in CartoContext.write did not update the privacy of a dataset (PR #349)

Beta 9

15 Dec 03:43
b24295e
Compare
Choose a tag to compare
Beta 9 Pre-release
Pre-release

0.5.0b9

Released 2017-12-14

Updates

  • Adds CartoContext.data_boundaries
  • CartoContext.data_discovery returns non-denominated data
  • Expands CartoContext.data to do measure lookups based on geom_refs
  • Expands styling methods to take pre-defined bins
  • Adds a compression option for write operations
  • Fixes file system path creation to be generic to OS

Beta 8

08 Dec 03:49
d2e9017
Compare
Choose a tag to compare
Beta 8 Pre-release
Pre-release
  • Updates map styling to default to show null-valued data as grey when styling by a column (#319)
  • Adds authentication check that errors if credentials are incorrect (#317)
  • Fixes a bug where some queries would prematurely finish (#318)
  • Minor docs updates / fixes

Beta 7

07 Dec 03:31
05a292e
Compare
Choose a tag to compare
Beta 7 Pre-release
Pre-release
  • Minor fix for gathering column types for styling maps
  • Documentation updates

Beta 6

30 Nov 00:03
e9074b7
Compare
Choose a tag to compare
Beta 6 Pre-release
Pre-release
  • Improves Data Observatory integrations
  • Moves longer-running table creation queries to the Batch SQL API to avoid timeouts
  • Moves table-creation to Import API in CartoContext.query
  • Adds retina basemap detection for interactive maps
  • Better handling of temp table deletion for batch uploads
  • Better TurboCartoCSS creation for category maps
  • Fixes a bug where not-needed schema updates are attempted but fail

Beta 5

02 Nov 14:58
0027393
Compare
Choose a tag to compare
Beta 5 Pre-release
Pre-release

This release improves the robustness of CartoContext.write, adds some functionality wins for styling options, has better handling of DataFrame indexes for write operations, and gives animated maps with column-based styling a more solid footing.

  • Fix timestamp granularity: true timestamps instead of dates are captured in write operations
  • DataFrame Indexes are dropped in write operations if they are pandas defaults, otherwise they are written as normal columns on CARTO
  • Adds client param to show cartoframes usage on platform
  • Updates styling methods to make them more configurable
  • Greatly improves robustness of Torque maps which are styled

Beta 4

13 Oct 16:21
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release
  • Enables Torque maps (#223)
  • Automatically adds bbox view based on data extent if a view is not provided (#243)
  • Exposes Import API params in cc.write (#242)
  • Adds Voyager as default basemap (#241)
  • Default basemap is responsive to geometry type (#239)
  • Fixes a problem with non-compatibility with tqdm (#235)
  • Forces UTF-8 encoding for all write operations (#227)
  • Skips reading the_geom_webmercator (#222)
  • Adds validation on styling to ensure request plays nicely with carto (#228)
  • More test coverage
  • Compatibility improvements across different operating systems