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

Refactor code base #26

Merged
merged 24 commits into from
Mar 9, 2021
Merged

Refactor code base #26

merged 24 commits into from
Mar 9, 2021

Commits on Mar 1, 2021

  1. Add picklers registry

    lucianopaz committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    13039d2 View commit details
    Browse the repository at this point in the history
  2. Add compresser registry

    lucianopaz committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1d9c24b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    593931b View commit details
    Browse the repository at this point in the history
  2. Add compresser base class

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    33ba5e3 View commit details
    Browse the repository at this point in the history
  3. Add gzip compresser

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4777d93 View commit details
    Browse the repository at this point in the history
  4. Add bz2 compresser

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2e2a02b View commit details
    Browse the repository at this point in the history
  5. Add lzma compresser

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    88be250 View commit details
    Browse the repository at this point in the history
  6. Add zipfile compresser

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    fd0d48e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    215b03b View commit details
    Browse the repository at this point in the history
  8. Add lz4 compresser

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    660cff5 View commit details
    Browse the repository at this point in the history
  9. Fixed compressers bugs

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    faf2ae7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa73928 View commit details
    Browse the repository at this point in the history
  11. Added test fixtures

    lucianopaz committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d272845 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    885613e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    16667d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    a5a66c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6bb01e View commit details
    Browse the repository at this point in the history
  3. Fixed mypy hints

    lucianopaz committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    299a667 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    5f9ff59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19aa256 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    683b6c5 View commit details
    Browse the repository at this point in the history
  4. Skip tests on v<3.8

    lucianopaz committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    621429b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    358d37f View commit details
    Browse the repository at this point in the history
  6. Update changelog

    lucianopaz committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    13f6c36 View commit details
    Browse the repository at this point in the history