Releases: CartoDB/cartoframes
Releases · CartoDB/cartoframes
v0.5.4
v0.5.3
v0.5.2
0.5.1b10
Beta 9
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 ongeom_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
Beta 7
Beta 6
- 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
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
- 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