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

Provides ZFP lossy compression support #74

Merged
merged 26 commits into from
May 12, 2020
Merged

Provides ZFP lossy compression support #74

merged 26 commits into from
May 12, 2020

Commits on May 9, 2020

  1. Squashed 'src/zfp/' content from commit e8edace

    git-subtree-dir: src/zfp
    git-subtree-split: e8edaced12f139ddf16167987ded15e5da1b98da
    vasole committed May 9, 2020
    Configuration menu
    Copy the full SHA
    19bef35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3633d6 View commit details
    Browse the repository at this point in the history
  3. Squashed 'src/H5Z-ZFP/' content from commit 5d9a995

    git-subtree-dir: src/H5Z-ZFP
    git-subtree-split: 5d9a995533c2a13b88c6001c44d8b1c5c588453e
    vasole committed May 9, 2020
    Configuration menu
    Copy the full SHA
    355e6d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75d1332 View commit details
    Browse the repository at this point in the history
  5. Add zfp filter

    vasole committed May 9, 2020
    Configuration menu
    Copy the full SHA
    90e6c34 View commit details
    Browse the repository at this point in the history
  6. Working under windows

    vasole committed May 9, 2020
    Configuration menu
    Copy the full SHA
    903d377 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35e61ad View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. add *_g missing symbols

    t20100 committed May 11, 2020
    Configuration menu
    Copy the full SHA
    4c483fe View commit details
    Browse the repository at this point in the history
  2. add missing functions

    t20100 committed May 11, 2020
    Configuration menu
    Copy the full SHA
    a0798a2 View commit details
    Browse the repository at this point in the history
  3. Add r/w zfp test

    t20100 committed May 11, 2020
    Configuration menu
    Copy the full SHA
    6e0b174 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a3814f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from t20100/zfp

    Fix missing symbols
    vasole authored May 11, 2020
    Configuration menu
    Copy the full SHA
    769c420 View commit details
    Browse the repository at this point in the history
  6. Check with floating point data

    It is a lossy compressor
    vasole authored May 11, 2020
    Configuration menu
    Copy the full SHA
    3f2eedc View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Merge pull request #1 from vasole/patch-1

    Check with floating point data
    t20100 authored May 12, 2020
    Configuration menu
    Copy the full SHA
    022ba27 View commit details
    Browse the repository at this point in the history
  2. update readme

    t20100 committed May 12, 2020
    Configuration menu
    Copy the full SHA
    c35dcc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from t20100/test-zfp

    Test zfp
    vasole authored May 12, 2020
    Configuration menu
    Copy the full SHA
    298b328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a55ef93 View commit details
    Browse the repository at this point in the history
  5. Mixing python2 and python3?

    vasole committed May 12, 2020
    Configuration menu
    Copy the full SHA
    80c7c2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    060a1e1 View commit details
    Browse the repository at this point in the history
  7. Use miniconda

    vasole committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1010055 View commit details
    Browse the repository at this point in the history
  8. Give up windows with python 2

    vasole committed May 12, 2020
    Configuration menu
    Copy the full SHA
    9f015c2 View commit details
    Browse the repository at this point in the history
  9. Syntax error.

    vasole committed May 12, 2020
    Configuration menu
    Copy the full SHA
    a0a3096 View commit details
    Browse the repository at this point in the history
  10. Do not test if not available.

    vasole committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8f0abe6 View commit details
    Browse the repository at this point in the history
  11. Skip if not available

    vasole committed May 12, 2020
    Configuration menu
    Copy the full SHA
    5c01e29 View commit details
    Browse the repository at this point in the history
  12. Test the Mac under python 3

    vasole committed May 12, 2020
    Configuration menu
    Copy the full SHA
    5a293cd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c938ea8 View commit details
    Browse the repository at this point in the history