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

Separate size and capacity of LGDO ArrayLike objects #109

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Oct 11, 2024

  1. Array manages capacity separately from size

    iguinn committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    545d6dc View commit details
    Browse the repository at this point in the history
  2. VectorOfVectors dtype is a property

    iguinn committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    980ad6a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Raise error on insert if i>len

    iguinn committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d0d8ce2 View commit details
    Browse the repository at this point in the history
  2. Add get/set_capacity to VoV and change modifiers to take advantage of…

    … changes to len/capacity management
    iguinn committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    075a4f1 View commit details
    Browse the repository at this point in the history
  3. Modify core.read and store.read to resize array when filling in place…

    … instead of returning n_read
    iguinn committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1e1fdda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23a03a6 View commit details
    Browse the repository at this point in the history
  5. Fixed test

    iguinn committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    32ceef9 View commit details
    Browse the repository at this point in the history
  6. Added abstract base class for LGDO collections

    iguinn committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8d7c1eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a5dcb2 View commit details
    Browse the repository at this point in the history
  8. Appease the pre-commit bot

    iguinn committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8dd3d75 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fixed tutorial

    iguinn committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5a2e402 View commit details
    Browse the repository at this point in the history
  2. Fixed docstring error

    iguinn committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0a24cf9 View commit details
    Browse the repository at this point in the history
  3. Added tests for capacity and fixed bugs

    iguinn committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0fb6adf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03f5ce7 View commit details
    Browse the repository at this point in the history
  5. Appease pre-commit bot

    iguinn committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a1cf2b2 View commit details
    Browse the repository at this point in the history
  6. Improve test coverage

    iguinn committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0a0bffb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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