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

Update the pre_transform_* API to input and return JSON objects instead of strings #194

Merged
merged 3 commits into from
Dec 22, 2022

Commits on Dec 22, 2022

  1. Update the pre_transform_* functions to input and return JSON objects…

    … instead of strings
    
    In Rust this means inputting and returning ChartSpec objects.
    
    In Python this means inputting and returning dicts.
    jonmmease committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    1856fb2 View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    jonmmease committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    7cc6305 View commit details
    Browse the repository at this point in the history
  3. Fix test_input_utc.py

    jonmmease committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    b74decd View commit details
    Browse the repository at this point in the history