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

[Minor] Componentstacker dataclass and abstraction of stacking and unstacking of components #1646

Merged
merged 30 commits into from
Sep 12, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b079fa5 View commit details
    Browse the repository at this point in the history
  2. refactor stackers to dict

    ourownstory committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    299593c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f9a0e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7580c71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24ac07e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    37e3ab7 View commit details
    Browse the repository at this point in the history
  2. fix covar_weights

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    27615cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcf5726 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    264d553 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    1404fab View commit details
    Browse the repository at this point in the history
  6. fix component_stacker

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c83fead View commit details
    Browse the repository at this point in the history
  7. convert to dataclass

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f106f82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63a64dd View commit details
    Browse the repository at this point in the history
  9. fix references

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    86e37a1 View commit details
    Browse the repository at this point in the history
  10. fix trend/time

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f59c6b9 View commit details
    Browse the repository at this point in the history
  11. fix pre-existing typo

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7ce4fcb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    eb32047 View commit details
    Browse the repository at this point in the history
  13. revert seasonalities

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5f71d43 View commit details
    Browse the repository at this point in the history
  14. rename stack/unstack

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d790087 View commit details
    Browse the repository at this point in the history
  15. update timenet

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    348b3d7 View commit details
    Browse the repository at this point in the history
  16. use stack function

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    83137f2 View commit details
    Browse the repository at this point in the history
  17. kwargs

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    218a43d View commit details
    Browse the repository at this point in the history
  18. use stacker abstraction

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ca7c52e View commit details
    Browse the repository at this point in the history
  19. simplify names

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5357f8e View commit details
    Browse the repository at this point in the history
  20. names

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f209d97 View commit details
    Browse the repository at this point in the history
  21. fix seasons

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5a06d39 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    74186a6 View commit details
    Browse the repository at this point in the history
  23. conform seasonalities

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d3219d9 View commit details
    Browse the repository at this point in the history
  24. move stack_all to stacker

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d37b534 View commit details
    Browse the repository at this point in the history
  25. ruff

    ourownstory committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a2f5c4a View commit details
    Browse the repository at this point in the history