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

feat(typing): @deprecated versioning, IDE highlighting #3455

Merged
merged 15 commits into from
Jul 16, 2024

Commits on Jul 1, 2024

  1. feat(typing): DRAFT @deprecated improvements

    Supporting draft PR to attach to upcoming issue
    dangotbanned committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2505ce2 View commit details
    Browse the repository at this point in the history
  2. feat: adds deprecate function

    This wrapper format seems to satisfy `pyright` enough to trigger a strikethrough
    dangotbanned committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fe1917e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. refactor: use singular @deprecated, export in utils

    - The export is safe and doesn't leak to top level
    dangotbanned committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4e7ee2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b6699b View commit details
    Browse the repository at this point in the history
  3. feat: adds deprecated_warn

    Non-decorator counterpart to `@deprecated`
    dangotbanned committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    08f5408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf32c14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90f4ffc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3273ef9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74fbb3c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    e4dc69c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    6a2ef67 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    d011c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdec3a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    a3fb1bb View commit details
    Browse the repository at this point in the history
  2. fix: add explicit top-level import AltairDeprecationWarning

    Resolves vega#3455 (comment)
    
    Note: The other imports changes are simply to align with my other PRs in review
    dangotbanned committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    def3066 View commit details
    Browse the repository at this point in the history