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

Release 1.0.0 #81

Merged
merged 22 commits into from
Mar 18, 2024
Merged

Release 1.0.0 #81

merged 22 commits into from
Mar 18, 2024

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    e3b0d7f View commit details
    Browse the repository at this point in the history
  2. test(uni): check if loading empty data works

    Related: #79
    rmnldwg committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6d07306 View commit details
    Browse the repository at this point in the history
  3. fix(uni): catch error when apply to empty data

    For some reason, using `apply` on an empty `DataFrame` has an entirely
    different return type than when it is not empty. This caused the issue
    #79 and has now been fixed.
    
    Fixes: #79
    rmnldwg committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    df5f803 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fe81e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecfeeec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5747148 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f21502 View commit details
    Browse the repository at this point in the history
  8. fix(bi): data reload loads wrong side

    Now the data does not get reloaded anymore, which was actually
    unnecessary in the first place.
    rmnldwg committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ed5843e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    fb69f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889595f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d57ac View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    3dc1fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5423214 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    1e4fa5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a03e3fc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

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

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    08bef63 View commit details
    Browse the repository at this point in the history
  2. chore: update changelog

    rmnldwg committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ba42a76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb3b9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec63db9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a379316 View commit details
    Browse the repository at this point in the history
  6. docs: fix typos in docstrings

    rmnldwg committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1b86d01 View commit details
    Browse the repository at this point in the history