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

[WIP] Impl AMOS.zairy in pure julia #463

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2024

  1. amos: add SciPy license

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5e5a374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780d7ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfa7c7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40bcb26 View commit details
    Browse the repository at this point in the history
  5. test: AMOS.uchk

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d14a0e9 View commit details
    Browse the repository at this point in the history
  6. test: gen more test cases

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    789dafd View commit details
    Browse the repository at this point in the history
  7. amos: clean doc uchk

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    2c0171d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0aaa8f8 View commit details
    Browse the repository at this point in the history
  9. test: amos const

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    ca9babb View commit details
    Browse the repository at this point in the history
  10. test: AMOS.GAMMALN_GLN

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4cfed75 View commit details
    Browse the repository at this point in the history
  11. test: amos const size

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    43f6353 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d26f18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    78ca2ab View commit details
    Browse the repository at this point in the history
  14. amos: rm trailing space

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    535d806 View commit details
    Browse the repository at this point in the history
  15. amos: gammaln add note

    inkydragon committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    48fd26e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a7e747 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. amos: impl AMOS.kscl!

    inkydragon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    87d744b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97252f9 View commit details
    Browse the repository at this point in the history
  3. amos: impl AMOS.s1s2!

    inkydragon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    4804264 View commit details
    Browse the repository at this point in the history
  4. amos: move uchk to file

    inkydragon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    8a4520a View commit details
    Browse the repository at this point in the history
  5. amos: move gammaln to file

    inkydragon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    c8f2670 View commit details
    Browse the repository at this point in the history
  6. amos: move s1s2 to file

    inkydragon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    8f31410 View commit details
    Browse the repository at this point in the history
  7. amos: move kscl to file

    inkydragon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    79e2110 View commit details
    Browse the repository at this point in the history
  8. amos: add const INV_2PI

    inkydragon committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    7d6bc42 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. amos: impl AMOS.asyi!

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b89d6f2 View commit details
    Browse the repository at this point in the history
  2. amos: impl AMOS.mlri!

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4feb64b View commit details
    Browse the repository at this point in the history
  3. amos: init AMOS.seri! impl

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b774554 View commit details
    Browse the repository at this point in the history
  4. amos: impl AMOS.seri!

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c710a8c View commit details
    Browse the repository at this point in the history
  5. amos: impl AMOS.bknu!

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    3e28dab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3236baa View commit details
    Browse the repository at this point in the history
  7. amos: impl AMOS.acai!

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2734b52 View commit details
    Browse the repository at this point in the history
  8. BUG:amos: fix typo in bknu

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    222fa44 View commit details
    Browse the repository at this point in the history
  9. amos: impl AMOS.airy

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b4f18d8 View commit details
    Browse the repository at this point in the history
  10. amos: todo add more tests

    inkydragon committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c18e324 View commit details
    Browse the repository at this point in the history