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

Improve performance of the latest_of_each method of the manager #1360

Merged
merged 5 commits into from
Jul 22, 2024
Merged

Improve performance of the latest_of_each method of the manager #1360

merged 5 commits into from
Jul 22, 2024

Commits on Jul 3, 2024

  1. Improve performance of the latest_of_each method of the manager

    berke.agababaoglu committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ba8a471 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Polished docs and code

    ddabble committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    08001c9 View commit details
    Browse the repository at this point in the history
  2. Improved as_of() test case

    ddabble committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e5c8a64 View commit details
    Browse the repository at this point in the history
  3. Moved assertRecordValues() to new HistoricalTestCase

    This makes the method available for use in other test cases.
    ddabble committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7398af3 View commit details
    Browse the repository at this point in the history
  4. Added LatestOfEachTestCase

    ddabble committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4b79f88 View commit details
    Browse the repository at this point in the history