Skip to content

Releases: chekos/Datawrapper

2.0.7

Choose a tag to compare

@palewire palewire released this 30 Oct 17:08
bd9b8b7

What's Changed

  • Fix MultipleColumnChart docs by @palewire in #496
  • feat(scatter): add color column and category customization support by @palewire in #497

Full Changelog: 2.0.6...2.0.7

2.0.6

Choose a tag to compare

@palewire palewire released this 29 Oct 19:33
a737f64

What's Changed

  • Update docs with deprecated option removed by @palewire in #477
  • ⬆️ bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #482
  • ⬆️ bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #481
  • feat(charts): add export methods to BaseChart and deprecate Datawrapper.export_chart() by @palewire in #478
  • docs: add inherited-members to mixin API documentation by @palewire in #483
  • Add documentation examples for ScatterPlot, MultipleColumnChart and StackedBarChart by @stiles in #480
  • feat(charts): change default value labels display to 'off' for MultipleColumnChart by @palewire in #484
  • feat(charts): add MultipleColumnRangeAnnotation for multi-panel support by @palewire in #485
  • feat(charts): add StrokeType enum for line annotation styling by @palewire in #486
  • feat(charts): add specialized annotation subclasses for X/Y lines and ranges by @palewire in #487
  • feat(charts): add TextAlign enum and improve annotation validation by @palewire in #488
  • feat(charts): add MultipleColumnTextAnnotation for multi-panel text annotations by @palewire in #489
  • feat(charts): add specialized annotation classes for MultipleColumnChart by @palewire in #490
  • refactor(charts): reorganize annotation imports from annos to models by @palewire in #491
  • refactor: consolidate mixins into models module by @palewire in #492
  • refactor(charts): extract annotations to shared mixin by @palewire in #493

New Contributors

Full Changelog: 2.0.5...2.0.6

2.0.5

Choose a tag to compare

@palewire palewire released this 21 Oct 17:36
965951a

What's Changed

  • Automatically handle the group_by_column field on the ArrowChart by @palewire in #476

Full Changelog: 2.0.4...2.0.5

2.0.4

Choose a tag to compare

@palewire palewire released this 21 Oct 16:55
1b754fc

What's Changed

  • refactor: standardize how axes configurations are handled across chart types by @palewire in #466
  • refactor: remove redundant color_by_column field from chart classes by @palewire in #469
  • docs: add OOP API migration guide and deprecation warnings by @palewire in #470
  • feat: deprecate get_chart() method in favor of chart factory function by @palewire in #471
  • Spell out how the OOP methods are preferred in our docs by @palewire in #472
  • feat(charts): auto-enable mixed colors when color_negative is set by @palewire in #474

Full Changelog: 2.0.3...2.0.4

2.0.3

Choose a tag to compare

@palewire palewire released this 20 Oct 15:37
762bafe

What's Changed

  • Remove CHANGELOG.md as it is no longer needed for project documentation by @palewire in #462
  • feat: implement method chaining for create, update, and publish by @palewire in #464

Full Changelog: 2.0.2...2.0.3

2.0.2

Choose a tag to compare

@palewire palewire released this 20 Oct 00:46
f50993d

What's Changed

  • feat: add display method to BaseChart for rendering in Jupyter notebooks by @palewire in #461

Full Changelog: 2.0.1...2.0.2

2.0.1

Choose a tag to compare

@palewire palewire released this 20 Oct 00:23
4ce777b

What's Changed

  • Add validation warning for unrecognized chart fields by @palewire in #435
  • enable strict validation for all chart model configs by @palewire in #436
  • refactor(charts): reorganize enums into dedicated subpackage by category by @palewire in #437
  • docs: add Sphinx extension for Pydantic parameter tables by @palewire in #438
  • docs: reorganize documentation structure with advanced usage section by @palewire in #439
  • docs: add Sphinx extension for auto-generating enum tables by @palewire in #440
  • feat: add BaseChart operations for delete, duplicate and fork by @palewire in #441
  • docs: add new chart objectt guide and reorder chart classes for improved clarity by @palewire in #442
  • feat: add methods for retrieving display URLs, iframe code, editor URL, and PNG URL in BaseChart class by @palewire in #443
  • docs: fix boolean enum value rendering and update example by @palewire in #444
  • docs: expand area chart documentation with comprehensive example by @palewire in #445
  • feat: enhance AreaChart configuration with y-axis label alignment and… by @palewire in #446
  • docs: update chart examples with new data sources and enhanced visualizations for various chart types by @palewire in #447
  • fix: Correct what the publish chart method returns by @palewire in #448
  • refactor: rename 'bg' to 'outline' in TextAnnotation model and update related tests by @palewire in #449
  • feat: add chart factory function for typed chart retrieval by @palewire in #450
  • docs: Trim the table of contents length on the index by @palewire in #451
  • feat: add devcontainer configuration and setup script for development environment by @palewire in #452
  • fix: add missing clean_env parameter to test_get_chart_line_chart function by @palewire in #453
  • feat: Enhance arrow model with color and label options, fix docs by @palewire in #454
  • docs: Update BarChart example by @palewire in #455
  • Update ColumnChart example with improved annotations and data source by @palewire in #456
  • refactor: update documentation for various chart examples with improv… by @palewire in #457

Full Changelog: 2.0.0...2.0.1

2.0.0: Object-oriented charts

Choose a tag to compare

@palewire palewire released this 17 Oct 17:45
f753fbc

What's Changed

New Contributors

Full Changelog: v0.6.1...2.0.0

v0.6.1

Choose a tag to compare

@chekos chekos released this 15 Jul 15:51
1f991ae

What's Changed

  • Fix None check in update_chart to work with DataFrames by @palewire in #420
  • change post timeout to 30secs by @as9934 in #419

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@chekos chekos released this 02 Feb 19:45
066ffdc

What's Changed

Full Changelog: v0.5.6...v0.5.7