Recent Releases of datawrapper
datawrapper - v0.6.0
What's Changed
- Add basemaps methods by @palewire in https://github.com/chekos/Datawrapper/pull/383
- Add full set of /me URL methods by @palewire in https://github.com/chekos/Datawrapper/pull/384
- Add get_themes method by @palewire in https://github.com/chekos/Datawrapper/pull/385
- Fix small linting and docs bugs by @palewire in https://github.com/chekos/Datawrapper/pull/386
- Add basic teams URL methods by @palewire in https://github.com/chekos/Datawrapper/pull/387
- Linting update by @palewire in https://github.com/chekos/Datawrapper/pull/388
- Fix test errors caused by multiple Python versions running at the same time by @palewire in https://github.com/chekos/Datawrapper/pull/390
- Another fix to help things work when we test multiple versions at once by @palewire in https://github.com/chekos/Datawrapper/pull/392
- Refactor get requests to share a single command and custom exception by @palewire in https://github.com/chekos/Datawrapper/pull/393
- One more annoying test fix by @palewire in https://github.com/chekos/Datawrapper/pull/394
- Refactor to use shared POST, PATCH and DELETE methods by @palewire in https://github.com/chekos/Datawrapper/pull/395
- Add many more methods by @palewire in https://github.com/chekos/Datawrapper/pull/397
- Clean up our charts methods by @palewire in https://github.com/chekos/Datawrapper/pull/398
- Reorder methods for clarity by @palewire in https://github.com/chekos/Datawrapper/pull/400
- Add map tests and introduce an
add_jsonmethod for uploading markers, areas and lines to locator maps by @palewire in https://github.com/chekos/Datawrapper/pull/401 - add minimal readthedocs yaml file by @chekos in https://github.com/chekos/Datawrapper/pull/417
- Add display urls endpoint by @palewire in https://github.com/chekos/Datawrapper/pull/402
- Prune down the documentation by @palewire in https://github.com/chekos/Datawrapper/pull/403
- Switch from iPython HTML to IFrame by @palewire in https://github.com/chekos/Datawrapper/pull/415
- Fix update_description by @palewire in https://github.com/chekos/Datawrapper/pull/416
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.5.6...v0.5.7
- Python
Published by chekos about 2 years ago
datawrapper - v0.5.6
What's Changed
- Add real unit tests by @palewire in https://github.com/chekos/Datawrapper/pull/377
- Replace all
return Noneon errors with raised exceptions by @palewire in https://github.com/chekos/Datawrapper/pull/378 - Add copy_chart method by @palewire in https://github.com/chekos/Datawrapper/pull/379
- Add folder methods by @palewire in https://github.com/chekos/Datawrapper/pull/381
- Add fork_chart method by @palewire in https://github.com/chekos/Datawrapper/pull/380
- Patch fix tests by @chekos in https://github.com/chekos/Datawrapper/pull/382
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.5.5...v0.5.6
- Python
Published by chekos over 2 years ago
datawrapper - v0.5.5
What's Changed
- All str for the data argument on create_create by @palewire in https://github.com/chekos/Datawrapper/pull/375
- Read in CSV data as well by @palewire in https://github.com/chekos/Datawrapper/pull/376
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.5.4...v0.5.5
- Python
Published by chekos over 2 years ago
datawrapper - v0.5.4
What's Changed
- can't import setuptools_scm until first build by @chekos in https://github.com/chekos/Datawrapper/pull/357
- Allow for strings to be passed to add_data by @palewire in https://github.com/chekos/Datawrapper/pull/373
- Add chart_data method to retrieve the data stored with a chart by @palewire in https://github.com/chekos/Datawrapper/pull/374
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.5.3...v0.5.4
- Python
Published by chekos over 2 years ago
datawrapper - v0.5.3
What's Changed
- Update CONTRIBUTING.md by @palewire in https://github.com/chekos/Datawrapper/pull/353
- update dependabot configs to more sensible params by @chekos in https://github.com/chekos/Datawrapper/pull/356
- :arrow_up: Bump cryptography from 40.0.2 to 41.0.1 by @dependabot in https://github.com/chekos/Datawrapper/pull/350
- Allow organization id on create chart by @davidmarcos98 in https://github.com/chekos/Datawrapper/pull/125
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.5.2...v0.5.3
- Python
Published by chekos over 2 years ago
datawrapper - v0.5.2
What's Changed
- Update README.md with new install instructions by @palewire in https://github.com/chekos/Datawrapper/pull/341
- add
transparentparameter toexport_chart()by @chekos in https://github.com/chekos/Datawrapper/pull/349
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.5.1...v0.5.2
- Python
Published by chekos almost 3 years ago
datawrapper - v0.5.1
What's Changed
- Add
install_requiresto setup.py by @palewire in https://github.com/chekos/Datawrapper/pull/337
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.5...v0.5.1
- Python
Published by chekos almost 3 years ago
datawrapper - v0.5
What's Changed
- update docs requirements by @chekos in https://github.com/chekos/Datawrapper/pull/274
- MAJOR Refactor deploy by @palewire in https://github.com/chekos/Datawrapper/pull/326
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.4.8...v0.5
- Python
Published by chekos almost 3 years ago
datawrapper - v0.4.8
What's Changed
- Add support for all description fields by @palewire in https://github.com/chekos/Datawrapper/pull/210
- Fix typo by @palewire in https://github.com/chekos/Datawrapper/pull/209
- update action workflow versions by @chekos in https://github.com/chekos/Datawrapper/pull/198
- :arrow_up: Bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in https://github.com/chekos/Datawrapper/pull/211
- :arrow_up: Bump actions/cache from 3.2.3 to 3.3.1 by @dependabot in https://github.com/chekos/Datawrapper/pull/212
- :arrow_up: Bump python from 3.7-slim-buster to 3.11-slim-buster in /docker by @dependabot in https://github.com/chekos/Datawrapper/pull/213
- :arrow_up: Bump release-drafter/release-drafter from 5.18.1 to 5.23.0 by @dependabot in https://github.com/chekos/Datawrapper/pull/204
- upgrade deps by @chekos in https://github.com/chekos/Datawrapper/pull/261
- update install poetry by @chekos in https://github.com/chekos/Datawrapper/pull/264
- upgrade pyupgrade, safety, pre-commit by @chekos in https://github.com/chekos/Datawrapper/pull/265
- Switch from print to logging by @palewire in https://github.com/chekos/Datawrapper/pull/226
- Upgrade deps 220404 by @chekos in https://github.com/chekos/Datawrapper/pull/266
- Upgrade deps 220404 2 by @chekos in https://github.com/chekos/Datawrapper/pull/268
- Raise exceptions when
export_chartfails by @palewire in https://github.com/chekos/Datawrapper/pull/269 - update default export width by @chekos in https://github.com/chekos/Datawrapper/pull/270
- move safety checks to their own action by @chekos in https://github.com/chekos/Datawrapper/pull/271
New Contributors
- @palewire made their first contribution in https://github.com/chekos/Datawrapper/pull/210
Full Changelog: https://github.com/chekos/Datawrapper/compare/v0.4.7...v0.4.8
- Python
Published by chekos almost 3 years ago
datawrapper - v0.4.7
What’s Changed
:rocket: Features
- allow metadata in create_chart() (#116) @davidmarcos98
- add folderid param to getcharts (#115) @davidmarcos98
:bustsinsilhouette: List of contributors
@chekos and @davidmarcos98
- Python
Published by github-actions[bot] about 4 years ago
datawrapper - v0.4.6
What’s Changed
- Fix for createchart requests without folderid paramter defined (#64) @elanals
:rocket: Features
- added printing of error codes/messages, basemaps reference #35 (#36) @chekos
- Update main.py (#32) @covidxix
:arrow_up: Dependencies updates
- :arrow_up: Bump actions/checkout from 2 to 2.3.4 (#46) @dependabot
- :arrow_up: Bump actions/cache from 2.1.5 to 2.1.6 (#54) @dependabot
- :arrow_up: Bump rich from 9.13.0 to 10.0.1 (#24) @dependabot
- :arrow_up: Bump importlib-metadata from 1.7.0 to 3.10.0 (#23) @dependabot
:bustsinsilhouette: List of contributors
@chekos, @covidxix, @dependabot, @dependabot[bot] and @elanals
- Python
Published by github-actions[bot] over 4 years ago
datawrapper - v0.4.5
What’s Changed
:rocket: Features
- Restructure project (#15) @chekos
:arrow_up: Dependencies updates
- :arrow_up: Bump pydocstyle from 5.1.1 to 6.0.0 (#21) @dependabot
:bustsinsilhouette: List of contributors
@chekos, @dependabot and @dependabot[bot]
- Python
Published by github-actions[bot] almost 5 years ago
datawrapper - Few enhancements!
- add
refresh_datamethod for updating configured external data sources 🚀 Thanks to @hackerlikecomputer - Add the
zoomexport parameter to the relevant method 🚀 Thanks to @joaopalmeiro
- Python
Published by chekos almost 5 years ago