From a25ee40759756dd5a1f480c558ef502d18392252 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Tue, 3 Oct 2023 11:20:51 -0700 Subject: [PATCH 1/2] Perform minor consistency cleanup --- RELEASING.md | 24 +++++++++++++----------- doc/releases/changes.rst | 10 +++++----- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 8c55de86e..5e6373b5d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -20,7 +20,7 @@ 5. Update version to, e.g. 5.0.0: - in ``altair/__init__.py`` - - in ``doc/conf.py`` (two places) + - in ``doc/conf.py`` 6. Double-check that all vega-lite/vega/vega-embed versions are up-to-date: @@ -54,19 +54,21 @@ 12. update version to, e.g. 5.1.0dev: - in ``altair/__init__.py`` - - in ``doc/conf.py`` (two places) + - in ``doc/conf.py`` 13. add a new changelog entry for the unreleased version: - Version 5.1.0 (unreleased) - -------------------------- - - Enhancements - ~~~~~~~~~~~~ - Bug Fixes - ~~~~~~~~~ - Backward-Incompatible Changes - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ``` + Version 5.1.0 (unreleased) + -------------------------- + + Enhancements + ~~~~~~~~~~~~ + Bug Fixes + ~~~~~~~~~ + Backward-Incompatible Changes + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + ``` 14. Commit change and push to main: diff --git a/doc/releases/changes.rst b/doc/releases/changes.rst index a6b52efd1..2d01a9faf 100644 --- a/doc/releases/changes.rst +++ b/doc/releases/changes.rst @@ -19,7 +19,7 @@ Version 5.1.2 (released Oct 3, 2023) ---------------------------------------- - Update Vega-Lite from version 5.14.1 to version 5.15.1; - see `Vega-Lite Release Notes `_. + see `Vega-Lite Release Notes `_. Bug Fixes ~~~~~~~~~ @@ -37,7 +37,7 @@ Version 5.1.0 (released August 28, 2023) ---------------------------------------- - Update Vega-Lite from version 5.8.0 to version 5.14.1; - see `Vega-Lite Release Notes `_. + see `Vega-Lite Release Notes `_. Enhancements ~~~~~~~~~~~~ @@ -71,7 +71,7 @@ Version 5.0.0 (released May 9, 2023) ------------------------------------ - Update Vega-Lite from version 4.17.0 to version 5.8.0; - see `Vega-Lite Release Notes `_. + see `Vega-Lite Release Notes `_. Enhancements ~~~~~~~~~~~~ @@ -150,7 +150,7 @@ Version 4.2.0 (released Dec 29, 2021) ------------------------------------- - Update Vega-Lite from version 4.8.1 to version 4.17.0; - see `Vega-Lite Release Notes `_. + see `Vega-Lite Release Notes `_. Enhancements ~~~~~~~~~~~~ @@ -177,7 +177,7 @@ Version 4.1.0 (released April 1, 2020) - Minimum Python version is now 3.6 - Update Vega-Lite to version 4.8.1; many new features and bug fixes from Vega-Lite - versions 4.1 through 4.8; see `Vega-Lite Release Notes `_. + versions 4.1 through 4.8; see `Vega-Lite Release Notes `_. Enhancements ~~~~~~~~~~~~ From 4c46bbfefbbc8e65fec81752bb0732c8055cef2a Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Tue, 3 Oct 2023 11:29:20 -0700 Subject: [PATCH 2/2] Avoid warnings during build --- doc/releases/changes.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/releases/changes.rst b/doc/releases/changes.rst index 2d01a9faf..7bbb5abe2 100644 --- a/doc/releases/changes.rst +++ b/doc/releases/changes.rst @@ -19,7 +19,7 @@ Version 5.1.2 (released Oct 3, 2023) ---------------------------------------- - Update Vega-Lite from version 5.14.1 to version 5.15.1; - see `Vega-Lite Release Notes `_. + see `Vega-Lite 5.15.1 Release Notes `_. Bug Fixes ~~~~~~~~~ @@ -37,7 +37,7 @@ Version 5.1.0 (released August 28, 2023) ---------------------------------------- - Update Vega-Lite from version 5.8.0 to version 5.14.1; - see `Vega-Lite Release Notes `_. + see `Vega-Lite 5.14.1 Release Notes `_. Enhancements ~~~~~~~~~~~~ @@ -45,7 +45,7 @@ Enhancements - Add ``"vegafusion"`` data transformer with mime renderer, save, and ``to_dict``/``to_json`` integration (#3094, #3107) - Add ``JupyterChart`` to support accessing params and selections from Python (See :ref:`user-guide-jupyterchart`) (#3151) - Support field encoding inference for objects that support the DataFrame Interchange Protocol (#3114) -- Support grouped bars inside time axis with time bins (see `Vega-Lite Release Notes `_) +- Support grouped bars inside time axis with time bins (see `Vega-Lite 5.9.0 Release Notes `_) - Add new transform method `transform_extent` (#3148) - Add support for new referencing logic in version 4.18 of the jsonschema package - Add configurable pixels-per-inch (ppi) metadata to saved and displayed PNG images (#3163) @@ -71,7 +71,7 @@ Version 5.0.0 (released May 9, 2023) ------------------------------------ - Update Vega-Lite from version 4.17.0 to version 5.8.0; - see `Vega-Lite Release Notes `_. + see `Vega-Lite 5.8.0 Release Notes `_. Enhancements ~~~~~~~~~~~~ @@ -150,7 +150,7 @@ Version 4.2.0 (released Dec 29, 2021) ------------------------------------- - Update Vega-Lite from version 4.8.1 to version 4.17.0; - see `Vega-Lite Release Notes `_. + see `Vega-Lite 4.17.0 Release Notes `_. Enhancements ~~~~~~~~~~~~ @@ -177,7 +177,7 @@ Version 4.1.0 (released April 1, 2020) - Minimum Python version is now 3.6 - Update Vega-Lite to version 4.8.1; many new features and bug fixes from Vega-Lite - versions 4.1 through 4.8; see `Vega-Lite Release Notes `_. + versions 4.1 through 4.8; see `Vega-Lite 4.8.0 Release Notes `_. Enhancements ~~~~~~~~~~~~