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

Data-CAT 0.3.0 #25

Merged
merged 22 commits into from
Jun 19, 2020
Merged

Data-CAT 0.3.0 #25

merged 22 commits into from
Jun 19, 2020

Commits on Jun 16, 2020

  1. WIP: Overhaul of the .pdb storage system

    Bas van Beek committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    07dd404 View commit details
    Browse the repository at this point in the history
  2. Version bump: 0.2.2 -> 0.3.0

    Bas van Beek committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    8b48c0c View commit details
    Browse the repository at this point in the history
  3. Updated test & docstring; created a stub file

    Bas van Beek committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    18be073 View commit details
    Browse the repository at this point in the history
  4. Changed dtype from int64 to int32

    Bas van Beek committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    99f361d View commit details
    Browse the repository at this point in the history
  5. Implemented the new PDBTuple-based .hdf5 structure

    Bas van Beek committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    54b3a44 View commit details
    Browse the repository at this point in the history
  6. WiP: new hdf5 conversion methods

    Bas van Beek committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c168296 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Update create_database.py

    Bas van Beek committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    ff3f5ed View commit details
    Browse the repository at this point in the history
  2. Replaced PDBTuple with PDBContainer

    Bas van Beek committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    cf2b211 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. WiP: introduction of PDBContainer

    Bas van Beek committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    7225311 View commit details
    Browse the repository at this point in the history
  2. Renamed a module

    Bas van Beek committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ee0c583 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Removed the conftest.py file to the root directory

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9cec0a2 View commit details
    Browse the repository at this point in the history
  2. Removed the --cache-clear argument

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    57889a5 View commit details
    Browse the repository at this point in the history
  3. Wrapped up implementation of PDBContainer

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    af20715 View commit details
    Browse the repository at this point in the history
  4. Updated tests

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    527ff31 View commit details
    Browse the repository at this point in the history
  5. Added __eq__() and __hash__(); made the arrays read-only

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    42ba82a View commit details
    Browse the repository at this point in the history
  6. Added backwards-compatiblity tests

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    09b8c27 View commit details
    Browse the repository at this point in the history
  7. Deprecation fix

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    16f2391 View commit details
    Browse the repository at this point in the history
  8. Minor documentation fixes

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    edee2a1 View commit details
    Browse the repository at this point in the history
  9. Create test_pickle.py

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    0383180 View commit details
    Browse the repository at this point in the history
  10. Update test_pickle.py

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    1e01328 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3de9567 View commit details
    Browse the repository at this point in the history
  12. More tests

    Bas van Beek committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    42a3b1e View commit details
    Browse the repository at this point in the history