Skip to content

Commit

Permalink
Add new CF release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel authored and Miguel committed Jun 16, 2021
1 parent 7fd1094 commit b686160
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [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)

## [1.2.1] - 2021-04-28

### Changed
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CARTOframes

.. image:: https://travis-ci.org/CartoDB/cartoframes.svg?branch=develop
:target: https://travis-ci.org/CartoDB/cartoframes
.. image:: https://img.shields.io/badge/pypi-v1.2.1-orange
:target: https://pypi.org/project/cartoframes/1.2.1
.. image:: https://img.shields.io/badge/pypi-v1.2.2-orange
:target: https://pypi.org/project/cartoframes/1.2.2

A Python package for integrating `CARTO <https://carto.com/>`__ maps, analysis, and data services into data science workflows.

Expand All @@ -14,11 +14,11 @@ Python data analysis workflows often rely on the de facto standards `pandas <htt
Try it Out
==========

* Stable (1.2.1): |stable|
* Stable (1.2.2): |stable|
* Latest (develop branch): |develop|

.. |stable| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.2.1?filepath=examples
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/v1.2.2?filepath=examples

.. |develop| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/cartodb/cartoframes/develop?filepath=examples
Expand Down
2 changes: 1 addition & 1 deletion cartoframes/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.1'
__version__ = '1.2.2'

0 comments on commit b686160

Please sign in to comment.