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

Optionally compress on a frame-by-frame basis #3586

Merged
merged 3 commits into from
Mar 19, 2020

Commits on Mar 18, 2020

  1. Change frame_split_size to consume a single bytes-like object

    Previously this converted a list of bytes-like objects into a list.
    Now we consume a single one and use map when dealing with lists.
    mrocklin committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    033857b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b47ca View commit details
    Browse the repository at this point in the history
  3. Set cuda serialization to False rather than None

    We've changed the convention so that None now means "proceed as usual"
    rather than "don't do anything please"
    mrocklin committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    2a4da33 View commit details
    Browse the repository at this point in the history