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

WIP: s3bids deprecation #943

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2023

  1. RF: Move generic json read/write functions into data.utils.

    Beginning to work towards s3bids deprecation.
    arokem committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    ce22fc5 View commit details
    Browse the repository at this point in the history
  2. Import stdlib dependency.

    arokem committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    d85b85b View commit details
    Browse the repository at this point in the history
  3. Add the deprecation warning.

    arokem committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    eca0074 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2c5c9b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. More systematic deprecation with decorators.

    This means that the warning will only be raised upon calling a
    deprecated function, or initialization of a deprecated class.
    arokem committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    cc0e3c0 View commit details
    Browse the repository at this point in the history