-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc build for commit f0b691e828f1d84133457eb6bb58fcaf54458a06
- Loading branch information
Showing
1,101 changed files
with
289,944 additions
and
121,836 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 4ebfb4c88516a1cb411d779ec98bfe19 | ||
config: 56bd5ddc37135c9ead960d45913e4da3 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Versioning | ||
========== | ||
Vega-Altair has historically released major versions that coincide with those of Vega-Lite_. | ||
|
||
As the projects have matured, and major versions become less frequent, there has been a growing need to introduce breaking changes between these major versions. | ||
Such changes would allow Vega-Altair to address technical debt and improve upon API ergonomics. | ||
|
||
To ensure future releases clearly communicate changes, Vega-Altair will be working towards adopting SemVer_. | ||
|
||
Public API | ||
---------- | ||
Functionality documented in :ref:`api` defines the Vega-Altair public API. | ||
|
||
Version numbers | ||
--------------- | ||
|
||
A Vega-Altair release number is composed of ``MAJOR.MINOR.PATCH``. | ||
|
||
* Backward incompatible API changes increment **MAJOR** version (``4.2.2`` - ``5.0.0``) | ||
* New backward compatible functionality increment **MINOR** version (``5.2.0`` - ``5.3.0``) | ||
* Backward compatible bug fixes increment **PATCH** version (``5.1.1`` - ``5.1.2``) | ||
|
||
**MAJOR** versions will *likely* continue to increase with a **MAJOR** increment to Vega-Lite_. | ||
|
||
Deprecation | ||
----------- | ||
Deprecation warnings may be introduced in **MAJOR** and **MINOR** versions, | ||
but the removal of deprecated functionality will not occur until *at least* the next **MAJOR** version. | ||
|
||
For upstream breaking changes that trigger a **MAJOR** version, | ||
we *may* provide a deprecation warning if we consider the change especially disruptive. | ||
|
||
Starting in version ``5.4.0``, all deprecation warnings *must* specify: | ||
|
||
* the version number they were introduced | ||
|
||
Where possible, deprecation warnings *may* specify: | ||
|
||
* an alternative function/method/parameter/class to use instead | ||
* an explanation for why this change had to be made | ||
|
||
Deprecated functionality *may* be removed from the Vega-Altair documentation, if there is a | ||
suitable replacement and we believe inclusion of both could confuse new users. | ||
|
||
.. _Vega-Lite: https://github.com/vega/vega-lite | ||
.. _SemVer: https://semver.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.