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

Ability to provide a custom scheduling algorithm #505

Merged
merged 16 commits into from Oct 16, 2022

Commits on Sep 18, 2022

  1. First implementation of loading scheduler function from non-FM code

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 18, 2022
    Copy the full SHA
    e3803b0 View commit details
    Browse the repository at this point in the history
  2. test loading of custom scheduler with dummy

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 18, 2022
    Copy the full SHA
    2a7306f View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. changelog entry

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    e3707f1 View commit details
    Browse the repository at this point in the history
  2. complete the switch to default data source name for scheduling being …

    …'FlexMeasures'
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    1a3d0a1 View commit details
    Browse the repository at this point in the history
  3. more complete dummy scheduler for testing

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    51586f3 View commit details
    Browse the repository at this point in the history
  4. allow a custom scheduler to be present in an importable package

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    bec8cf1 View commit details
    Browse the repository at this point in the history
  5. add documentation

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    7ae7715 View commit details
    Browse the repository at this point in the history
  6. one more data source renaming in tests

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    e9574a8 View commit details
    Browse the repository at this point in the history
  7. save custom data source name on job, so it can be looked up in get_sc…

    …hedule endpoint
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    19d5d51 View commit details
    Browse the repository at this point in the history
  8. one more data source renaming in tests

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    2ddd7cc View commit details
    Browse the repository at this point in the history
  9. move back from renaming default script data source - we made issue #508

    … to work on this specifically
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    ed45916 View commit details
    Browse the repository at this point in the history
  10. forgot one more data source renaming

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Sep 21, 2022
    Copy the full SHA
    08bd6cc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. implement review comments

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Oct 15, 2022
    Copy the full SHA
    4e90a0e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into Issue-9-custom-scheduler

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Oct 15, 2022
    Copy the full SHA
    045bde8 View commit details
    Browse the repository at this point in the history
  3. we cannot use inclusive yet, while we require/support Pandas 1.25

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Oct 15, 2022
    Copy the full SHA
    6c1301b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Issue-9-custom-scheduler' of github.com:FlexMeasures/fl…

    …exmeasures into Issue-9-custom-scheduler
    nhoening committed Oct 15, 2022
    Copy the full SHA
    fb11b77 View commit details
    Browse the repository at this point in the history