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

Redo the ImageSetData class to use less memory #438

Merged
merged 14 commits into from
Jan 14, 2022
Merged

Redo the ImageSetData class to use less memory #438

merged 14 commits into from
Jan 14, 2022

Commits on Nov 4, 2021

  1. Redo the ImageSetData class to use less memory

    This change alters ImageSetData to keep its models in an array of len(indices) instead of len(max(indices)).  Concurrently, whenever the imageset dereferences a model, it needs to not dereference the indices array.  Retain dereferencing the indices array when reading the data.
    phyy-nx authored and dwpaley committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4ad8464 View commit details
    Browse the repository at this point in the history
  2. Add slicing of ImageSetData

    Needed to make sliced image sets when the list of models held is only as long as the number of indices.
    phyy-nx authored and dwpaley committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2975b1d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    64a6cbc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    9b3194f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c29369 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    c459c4d View commit details
    Browse the repository at this point in the history
  2. bugfix

    dwpaley committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    337e1fe View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    dceaed6 View commit details
    Browse the repository at this point in the history
  2. cleanup and format

    dwpaley committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    df853f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. add newsfragment

    dwpaley committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8d0fa03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    688bde2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Update 438.bugfix

    ndevenish committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    c96cfd4 View commit details
    Browse the repository at this point in the history
  2. Add Daniel Paley to AUTHORS

    ndevenish committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    1fe8824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6595d4 View commit details
    Browse the repository at this point in the history