File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.4] - 2021-09-02
9+
10+ ### Changed
11+
12+ - Add cartodbfication step for create_table_from_query and copy_table functions (#1744 )
13+
814## [ 1.2.3] - 2021-08-18
915
1016### Changed
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ CARTOframes
44
55.. image :: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml/badge.svg?branch=develop
66 :target: https://github.com/CartoDB/cartoframes/actions/workflows/cartoframes-ci.yml
7- .. image :: https://img.shields.io/badge/pypi-v1.2.3 -orange
8- :target: https://pypi.org/project/cartoframes/1.2.3
7+ .. image :: https://img.shields.io/badge/pypi-v1.2.4 -orange
8+ :target: https://pypi.org/project/cartoframes/1.2.4
99
1010A Python package for integrating `CARTO <https://carto.com/ >`__ maps, analysis, and data services into data science workflows.
1111
@@ -14,11 +14,11 @@ Python data analysis workflows often rely on the de facto standards `pandas <htt
1414Try it Out
1515==========
1616
17- * Stable (1.2.3 ): |stable |
17+ * Stable (1.2.4 ): |stable |
1818* Latest (develop branch): |develop |
1919
2020.. |stable | image :: https://mybinder.org/badge_logo.svg
21- :target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.2.3 ?filepath=examples
21+ :target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.2.4 ?filepath=examples
2222
2323.. |develop | image :: https://mybinder.org/badge_logo.svg
2424 :target: https://mybinder.org/v2/gh/cartodb/cartoframes/develop?filepath=examples
Original file line number Diff line number Diff line change 1- __version__ = '1.2.3 '
1+ __version__ = '1.2.4 '
You can’t perform that action at this time.
0 commit comments