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

creation functions according to NEP 35 and updated *_like behavior #1669

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2022

  1. implement nep35

    keewis committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    520bbea View commit details
    Browse the repository at this point in the history
  2. hook nep 35 into Quantity

    keewis committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9d4b4cb View commit details
    Browse the repository at this point in the history
  3. more nep 35 functions

    keewis committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2776a0a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. tests for *_like

    keewis committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2b81f82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d272a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e97b83 View commit details
    Browse the repository at this point in the history
  4. tests for the nep35 functions

    keewis committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f4f908a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5220226 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50126c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9327a0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    032c560 View commit details
    Browse the repository at this point in the history
  9. pass the magnitude to like

    keewis committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    19b09b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af31586 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c906a30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bdb6f36 View commit details
    Browse the repository at this point in the history
  13. fix the skip

    keewis committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9ac0e3e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    555b796 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d88d06a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    5cfad02 View commit details
    Browse the repository at this point in the history
  2. remove the outdated comment

    keewis committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    61ba8a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b0ce83 View commit details
    Browse the repository at this point in the history
  4. fix a few typos

    keewis committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    42df5ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d591a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. replace unused parameters to full_like with **kwargs

    This is important because `dask` chose not to implement `subok`.
    keewis committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    78700de View commit details
    Browse the repository at this point in the history