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

fix #577 improve validate_series #578

Merged
merged 16 commits into from
May 11, 2023
Merged

Commits on Mar 22, 2023

  1. fix #577

    - add multi-column dataframe error+message
    - add series.index NaT error and solution in msg
    dbrakenhoff committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    8e1acba View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    62358f0 View commit details
    Browse the repository at this point in the history
  2. add setuptools to read the docs requirements

    try and fix for `future` package
    ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
    martinvonk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7cf50fe View commit details
    Browse the repository at this point in the history
  3. Revert "add setuptools to read the docs requirements"

    This reverts commit 7cf50fe.
    martinvonk committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0f1284d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    43c6da3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c0ad10 View commit details
    Browse the repository at this point in the history
  3. setuptools<58.3.0

    found in last passing rtd
    martinvonk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6e94307 View commit details
    Browse the repository at this point in the history
  4. remove everything with lmfitsolve

    just for testing purpose
    martinvonk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    4121b14 View commit details
    Browse the repository at this point in the history
  5. add future

    martinvonk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e443470 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4520637 View commit details
    Browse the repository at this point in the history
  7. other version of future

    future seems to be the problem
    martinvonk committed May 5, 2023
    Configuration menu
    Copy the full SHA
    ba399c8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update pyproject.toml

    martinvonk committed May 8, 2023
    Configuration menu
    Copy the full SHA
    7b4294a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Update pyproject.toml

    martinvonk committed May 11, 2023
    Configuration menu
    Copy the full SHA
    c71033b View commit details
    Browse the repository at this point in the history
  2. Update transform.py

    update docstring
    martinvonk committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f0e2fa1 View commit details
    Browse the repository at this point in the history
  3. Update autocorrelation.ipynb

    replace append by concat: 'Series' object has no attribute 'append'
    martinvonk committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d341fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a878821 View commit details
    Browse the repository at this point in the history