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

[ENH]: Add scalar table storage support for HDF5FeatureStorage #343

Merged
merged 6 commits into from
May 22, 2024

Conversation

synchon
Copy link
Member

@synchon synchon commented May 15, 2024

  • description of feature/fix
  • tests added/passed
  • add an entry for the latest changes

This PR introduces a new storage type called scalar_table which is basically a table with scalar values. The data type is like a mix between matrix with user-defined row_names and row_header_col_name and timeseries like internal data storage i.e., non-uniform row and column count but fixed row count across elements. For now, storing eigenvalues from BrainPrint (#344) would use this and is only supported by HDF5FeatureStorage.

@synchon synchon force-pushed the feat/scalar-table-storage-type branch from 38d6b6f to a9d5075 Compare May 15, 2024 13:02
Copy link

codecov bot commented May 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fc0a3fb) to head (0a6d9ee).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #343   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            1         1           
=========================================
  Hits             1         1           
Flag Coverage Δ
docs 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@synchon synchon changed the title [ENH]: Add scalar table storage support [ENH]: Add scalar table storage support for HDF5FeatureStorage May 15, 2024
@synchon synchon self-assigned this May 15, 2024
@synchon synchon added storage Issues or pull requests related to marker storage or retrieval enhancement New feature or request labels May 15, 2024
@synchon synchon added this to the 0.0.5 (alpha 4) milestone May 15, 2024
@synchon synchon requested a review from fraimondo May 15, 2024 13:06
Copy link

github-actions bot commented May 15, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-05-22 13:40 UTC

@synchon synchon merged commit 299b471 into main May 22, 2024
22 of 23 checks passed
@synchon synchon deleted the feat/scalar-table-storage-type branch May 22, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request storage Issues or pull requests related to marker storage or retrieval
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants