Added
- Add new visualization API (662)
- Add Source class (with param detection)
- Add Dataset methods
.from_table(...)
.from_query(...)
.from_geojson(...)
.from_dataframe(...)
- Add set_default_context method
- Use sources context (credentials, bounds)
- Fix Style class API for variables
- Remove Dataset, SQL, GeoJSON sources
- Remove sources, contrib namespaces
- Remove context from Map
- Update docs in viz classes
- Add/Update viz tests
- Pass PEP 8
- Add default style, based on the geom type (648)
- Add basemap None and color interface (635)
- Add Popup API (click and hover) (677)
- Apply default style for not overwritten properties (684)
- Add namespaces (683)
- cartoframes.viz: Map, Layer, Source, Style, Popup, basemaps, helpers
- cartoframes.auth: Context, set_default_context
- Add color helpers (692, 651)
- color_category
- color_bins
- color_continuous
- Add center/zoom information (691)
- Add Legend API (693)
- type, prop, title, description, footer
- Integrate size legends (721)
Changed
- Rewrite context.read method using COPY TO (570)
- Update dependencies (722)