Skip to content

Releases: CartoDB/cartoframes

v1.2.5

09 Mar 11:08
b161a67
Compare
Choose a tag to compare

[1.2.5] - 2023-03-09

Changed

  • Add compatibility with shapely>=1.7 (#1755)

v1.2.4

02 Sep 09:49
Compare
Choose a tag to compare

[1.2.4] - 2021-09-02

Changed

  • Add cartodbfication step for create_table_from_query and copy_table functions (#1744)

v1.2.2

16 Jun 16:59
448a7c7
Compare
Choose a tag to compare

[1.2.2] - 2021-06-16

Changed

  • Perform cartodbfication step after COPY from for performance improvement (#1735)
  • Use UDF strategy on drop-add columns to avoid Batch API payload limit (#1734)

v.1.2.1

28 Apr 17:15
98e0dae
Compare
Choose a tag to compare

[1.2.1] - 2021-04-28

Changed

  • Avoid batch api to carto create table (#1731)

v1.2.0

26 Mar 14:32
bf35d2f
Compare
Choose a tag to compare

[1.2.0] - 2021-03-26

Changed

  • Filter only product entities in subscriptions (#1723, #1728)
  • Dataset describe not in scientific notation (#1722)
  • Review and improve SQLClient utilities (#1725)

Fixed

  • Fix timestamptz read carto (#1720)
  • Avoid renaming geometry if geometry name is already GEOM_COLUMN_NAME (#1726)
  • Fix user_id in metrics (#1727)

Removed

  • Remove DataObsClient (#1721)

v1.1.0

04 Dec 16:48
2b0ff82
Compare
Choose a tag to compare

[1.1.0] - 2020-12-04

Added

  • Add new API to delete map publications (#1497)
  • Provide Google (Data Observatory) credentials (#1688)

Changed

  • Allow to set a value for null geometries (#1667)
  • Add documentation for executing a single test (#1668)
  • Add global datasets message in catalog functions (#1670)
  • Remove sort by data_range when retrieving isolines (#1673)
  • Switch from Travis to Github Actions (#1672)
  • Upload table using to_carto in chunks (#1676)
  • Check account disk quotas before writing using to_carto (#1674)
  • Return GeoDataFrame in the to_dataframe function (#1681)
  • Improve metrics for on-prem and staging (#1685)
  • Optimize datasets/geographies download (#1693)
  • Check geom_coverage and print a message if None (#1695)
  • Remove unused BigQueryClient code (#1602)
  • Repo clean-up. Refactor docs (#1682)
  • Add tests for notebook execution (#1696)
  • Mark DataObsClient as deprecated (#1697)
  • Review reference (#1699)
  • Improve documentation: guides and examples (#1698, #1700, #1704)
  • Change iterrows method for index attribute in row data generation (#1706)
  • Automatic reprojection in to_carto and Layer (#1708)
  • Use regenerate table in replace strategy in to_carto (#1707)

Fixed

  • Remove the batch_size parameter in the call to bulk_geocode (#1666)
  • Fix credentials link for set_default_credentials (#1665)
  • Fix identifier quoting for columns (#1675, #1678)
  • Fix uploading extra the_geom column (#1677)
  • Fix wrong username error (#1687)
  • Fix empty popups (#1689, #1690)
  • Remove None from geometry_types to check validity (#1691)
  • Remove nan raw geometries for visualization (#1694)
  • Generate carto_geocode_hash with NULL values (#1702)
  • Fix formula widget count operation (#1703)

v1.0.4

07 Jul 12:12
b9cf3da
Compare
Choose a tag to compare

[1.0.4] - 2020-07-06

Added

  • Add list_tables function (#1649)
  • Add catalog public filter to providers, countries and categories (#1658)
  • Add set_default_do_credentials function for DO authentication (#1655)

Changed

  • Open publication link in another window (#1647)
  • Show a warning when uploading a GeoDataFrame without geometry (#1650)
  • Improve GeoDataFrame CRS check, docs and examples (#1656)

Fixed

  • Fix empty geometries issue (#1652)
  • Fix Layout publication API key issue (#1654)
  • Fix ColumnInfo comparison when replacing a table (#1660)
  • Fix formula count (#1662)
  • Fix catalog empty output (#1663)

v1.0.3.1

19 May 07:51
53ef04a
Compare
Choose a tag to compare

[1.0.3.1] - 2020-05-19

Fixed

  • Fix read null geoms from carto (#1637)
  • Fix show_info in layout maps (#1638)

v1.0.3

14 May 11:53
Compare
Choose a tag to compare

Added

  • Add SQL query param to DO download (#1604, #1618, #1621, #1620)
  • Add public filter to catalog (#1623)
  • Add providers property to catalog (#1625)
  • Add format attribute to map elements (#1626)
  • Add download dataset example (#1634)

Changed

  • Require pandas >= 0.25 (#1622)
  • Remove enrichment max number of variables restriction from reference (#1624)
  • Make Layout interactive by default (#1630)
  • UI elements removed in static layout (#1631)
  • Improve replace table strategy (#1628, #1633)
  • Improve installation guide (#1635)
  • Allow multi-selection in category widget

Fixed

  • Scape quotes in SQL function calls (#1619)
  • Fix viz palettes (#1627)
  • Fix metadata entity request (#1629)

v1.0.2

06 Apr 16:42
5eb757d
Compare
Choose a tag to compare

Added

  • Add geometry icon to single legends (#1580)
  • Publish Layout (#1598)

Changed

  • Use Enrichment API and Metadata API for DO features (#1575, #1594)
  • Improve to_csv info message (#1589)
  • Use default credentials in metrics (#1603)
  • Improve Layout map ordering (#1597)
  • Change numeric autoformat (remove scientific notation)
  • Return normalized table name in to_carto (#1609)
  • Remove empty geometries in Source (#1610)
  • Improve docs and examples (#1608, #1611)
  • Update catalog info structure (#1612, #1606)

Fixed

  • Allow using columns with symbols in visualization (#1585)
  • Fix layer_selector without style helpers (#1580)
  • Fix layer_selector in published maps (#1595)
  • Fix Google geocoding (#1600)
  • Fix legends in Layout (#1597)