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

Remove support for df dict as an input #929

Merged
merged 8 commits into from
Nov 21, 2022

Commits on Nov 2, 2022

  1. Remove support for df dict as an input

    *Before: we issued a warning saying df dict input will be deprecated soon
    
    *Now for 0.5.0: Raise ValueError, because it is no longer supported
    
    *NP requires pd.DataFrame, optionally with ID column specifying the presence of > 1 time series
    judussoari committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b8fd7a4 View commit details
    Browse the repository at this point in the history
  2. Remove support for df dict as an input

    *Before: we issued a warning saying df dict input will be deprecated soon
    
    *Now for 0.5.0: Raise ValueError, because it is no longer supported
    
    *NP requires pd.DataFrame, optionally with ID column specifying the presence of > 1 time series
    judussoari committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    56d13c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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

Commits on Nov 8, 2022

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

Commits on Nov 15, 2022

  1. Merge branch 'main' into rmv_dict_support

    # Conflicts:
    #	neuralprophet/forecaster.py
    judussoari committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0c1ebbb View commit details
    Browse the repository at this point in the history
  2. Merge conflicts

    judussoari committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    eed244e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Linters

    judussoari committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f0ccfb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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