Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Mark completed items in roadmap #3326

Merged
merged 1 commit into from
Feb 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions doc/about/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ Areas of focus:

* Standardize the API of methods that convert charts into other formats (``alt.Chart().to_<format>``).

* Add type hints to the public API and most of the internals so that users can type check their Altair
* **Released in 5.2:** *Add type hints to the public API and most of the internals so that users can type check their Altair
code with a static type checker such as mypy. This will also make it easier for other packages to
integrate with Altair.
integrate with Altair.*

Documentation
-------------
Expand Down Expand Up @@ -106,8 +106,8 @@ Areas of focus:
Map Tile Support
----------------
We want Vega-Altair to provide first-class support for displaying map tiles from
xyz tile providers like OpenStreetMap. Early development is in progress in the
`altair_tiles <https://github.com/altair-viz/altair_tiles>`_ repository.
xyz tile providers like OpenStreetMap. We've released a first version of
`altair_tiles <https://github.com/altair-viz/altair_tiles>`_ to accomplish this. Feedback is very welcome!

Scale/Performance Improvements
------------------------------
Expand Down Expand Up @@ -150,9 +150,9 @@ workflows.

Areas of focus:

* Support configurable pixel density in PNG image export *(VC)*.
* **Released in 5.1:** *Support configurable pixel density in PNG image export* *(VC)*.

* Support exporting charts to vector PDF files with embedded text *(VC)*.
* **Released in 5.2:** *Support exporting charts to vector PDF files with embedded text* *(VC)*.

.. toctree::
:maxdepth: 1
Expand Down
Loading