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

MAINT: special: customisation for ufuncs and gufuncs #20539

Open
wants to merge 197 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. Refactoring of legendre

    izaid committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b30a094 View commit details
    Browse the repository at this point in the history
  2. Different refactoring for legendre

    izaid committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    29f12d0 View commit details
    Browse the repository at this point in the history
  3. Refactor assoc_legendre

    izaid committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f834259 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. More work on using callbacks

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2b4b201 View commit details
    Browse the repository at this point in the history
  2. Worked out m > n callback

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2c33657 View commit details
    Browse the repository at this point in the history
  3. initialized some variables

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    01a5e37 View commit details
    Browse the repository at this point in the history
  4. Added in another missing callback

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b3ac92d View commit details
    Browse the repository at this point in the history
  5. Updated sph_harm

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1520c44 View commit details
    Browse the repository at this point in the history
  6. Refactoring of signbit for legendre

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    fa3c9a8 View commit details
    Browse the repository at this point in the history
  7. Added a legacy keyword for lpn

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b144d9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d5b91e View commit details
    Browse the repository at this point in the history
  9. .

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d7ea1cf View commit details
    Browse the repository at this point in the history
  10. Added ufunc_wrapper

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3bc2cf1 View commit details
    Browse the repository at this point in the history
  11. Added legendre hessian

    izaid committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    2286412 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Removed doc

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    aa70a68 View commit details
    Browse the repository at this point in the history
  2. better tests

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4236200 View commit details
    Browse the repository at this point in the history
  3. Updated tests

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    bc2091a View commit details
    Browse the repository at this point in the history
  4. Switched to keywords for diff interface

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f24bf7e View commit details
    Browse the repository at this point in the history
  5. Changed all to until

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6ecd879 View commit details
    Browse the repository at this point in the history
  6. Changed keywords to diff and diff_n

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    6e961ac View commit details
    Browse the repository at this point in the history
  7. Big legendre refactoring for derivatives

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ad257ac View commit details
    Browse the repository at this point in the history
  8. Simplified recurrence

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f8b8b22 View commit details
    Browse the repository at this point in the history
  9. Bit more refactoring

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    7da7dc4 View commit details
    Browse the repository at this point in the history
  10. Added C API tuples

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    a98f12f View commit details
    Browse the repository at this point in the history
  11. better lpn tests

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    cfc1ba5 View commit details
    Browse the repository at this point in the history
  12. Switched to nout parameter

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    0c64a6a View commit details
    Browse the repository at this point in the history
  13. Updated ufunc_wrappers

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    37b3a20 View commit details
    Browse the repository at this point in the history
  14. Moved to resolve_ufunc method

    izaid committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    80d6234 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Added assoc legendre test

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    adc2527 View commit details
    Browse the repository at this point in the history
  2. .

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    428ede1 View commit details
    Browse the repository at this point in the history
  3. sorting out -m

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b4320a8 View commit details
    Browse the repository at this point in the history
  4. Better lpmn testing and handling of negative m

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    38de2dd View commit details
    Browse the repository at this point in the history
  5. Reworked jacobian and hessian callbacks

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    367665a View commit details
    Browse the repository at this point in the history
  6. .

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1f100cb View commit details
    Browse the repository at this point in the history
  7. bit more renaming

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    74b6e86 View commit details
    Browse the repository at this point in the history
  8. .

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1b77ec6 View commit details
    Browse the repository at this point in the history
  9. Moved to Py_BuildValue

    izaid committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0e027c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. .

    izaid committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ea2c984 View commit details
    Browse the repository at this point in the history
  2. Removed if constexpr from lpn derivatives

    izaid committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f3b2d50 View commit details
    Browse the repository at this point in the history
  3. Put recursive steps in their own functions

    izaid committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    25e8121 View commit details
    Browse the repository at this point in the history
  4. Better jacobian and hessian for legendre

    izaid committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    32a61e7 View commit details
    Browse the repository at this point in the history
  5. .

    izaid committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8972af5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Attempt fix for old NumPy

    izaid committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0c10c8d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Updated tests

    izaid committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3e78654 View commit details
    Browse the repository at this point in the history
  2. added fma

    izaid committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7c246b0 View commit details
    Browse the repository at this point in the history
  3. Changed tolerances

    izaid committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e920b63 View commit details
    Browse the repository at this point in the history
  4. Fix for n=0

    izaid committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b4d9331 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Working towards new clpmn

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    cb6ea74 View commit details
    Browse the repository at this point in the history
  2. Split legendre tests off into test_legendre.py

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1a71391 View commit details
    Browse the repository at this point in the history
  3. cleaning up test

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8ce98ca View commit details
    Browse the repository at this point in the history
  4. expanding tests

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    29832d8 View commit details
    Browse the repository at this point in the history
  5. Made the reference tests go up to order 4, 4

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b376635 View commit details
    Browse the repository at this point in the history
  6. .

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7886df8 View commit details
    Browse the repository at this point in the history
  7. Getting the branches right for clpmn_jac

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1b9c6ad View commit details
    Browse the repository at this point in the history
  8. simplified reference implementations

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    77b9482 View commit details
    Browse the repository at this point in the history
  9. .

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b91789f View commit details
    Browse the repository at this point in the history
  10. .

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a75eadb View commit details
    Browse the repository at this point in the history
  11. fixing limits

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3c0f1ac View commit details
    Browse the repository at this point in the history
  12. .

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f1f4aa9 View commit details
    Browse the repository at this point in the history
  13. Fixed legacy negative m

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    b990382 View commit details
    Browse the repository at this point in the history
  14. .

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    09e7425 View commit details
    Browse the repository at this point in the history
  15. merged from main

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    7816630 View commit details
    Browse the repository at this point in the history
  16. Fix for older NumPy

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    19e2846 View commit details
    Browse the repository at this point in the history
  17. renamed ufunc_wrapper to multiufunc

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    acf7fb8 View commit details
    Browse the repository at this point in the history
  18. Made mulitufunc a private module

    izaid committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    d9cac8a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Fix for different sign comp

    izaid committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1cfcfb0 View commit details
    Browse the repository at this point in the history
  2. Made lpn take long long

    izaid committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    40466ef View commit details
    Browse the repository at this point in the history
  3. Switch clpmn_legacy to use clpmn_all

    izaid committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    730e9f7 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Working out branch cuts

    izaid committed May 11, 2024
    Configuration menu
    Copy the full SHA
    4be49b0 View commit details
    Browse the repository at this point in the history
  2. .

    izaid committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d9a9bd7 View commit details
    Browse the repository at this point in the history
  3. Switched clpmn_all ints to long long ints

    izaid committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2aa6c03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33ba694 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Fix for signed zeros in clpmn

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8464af7 View commit details
    Browse the repository at this point in the history
  2. working out branches for clpmn

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    8750163 View commit details
    Browse the repository at this point in the history
  3. bringing back more lpmn tests

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    7bd7826 View commit details
    Browse the repository at this point in the history
  4. more tests

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    92a72a4 View commit details
    Browse the repository at this point in the history
  5. Brought back jac tests

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1d4ef80 View commit details
    Browse the repository at this point in the history
  6. added some jac tests

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f731153 View commit details
    Browse the repository at this point in the history
  7. Rest of jacobian tests

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d204945 View commit details
    Browse the repository at this point in the history
  8. Start replacing clpmn_legacy with clpmn_all

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c8cc06e View commit details
    Browse the repository at this point in the history
  9. Removed clpmn_legacy

    izaid committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a7a5f4e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Walked back clpmn removal

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    68b4afc View commit details
    Browse the repository at this point in the history
  2. Remove clpmn legacy code

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e66a1cf View commit details
    Browse the repository at this point in the history
  3. removed Python clpmn_legacy

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    254c975 View commit details
    Browse the repository at this point in the history
  4. Removed conversion to inexact

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1f958f8 View commit details
    Browse the repository at this point in the history
  5. More refactoring of clpmn_all

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    66bb1bd View commit details
    Browse the repository at this point in the history
  6. various little refactoring

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cb6f358 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    159dcd7 View commit details
    Browse the repository at this point in the history
  8. rebased from main, more c++ refactoring

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5a7c6f5 View commit details
    Browse the repository at this point in the history
  9. More clean-up of legendre gufuncs

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4576ade View commit details
    Browse the repository at this point in the history
  10. cleaned up gufunc typedefs

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fe6c2d1 View commit details
    Browse the repository at this point in the history
  11. more typedef clean-up

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f53ea11 View commit details
    Browse the repository at this point in the history
  12. .

    izaid committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5641c22 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Some refactoring

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    70481b2 View commit details
    Browse the repository at this point in the history
  2. Put remove_complex in special namespace

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f60edd5 View commit details
    Browse the repository at this point in the history
  3. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    806dc09 View commit details
    Browse the repository at this point in the history
  4. Put remove_complex in special namespace

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3675989 View commit details
    Browse the repository at this point in the history
  5. C++ reworking

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d4ca465 View commit details
    Browse the repository at this point in the history
  6. Added missing diff_n

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f1a0b2d View commit details
    Browse the repository at this point in the history
  7. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ae3c86e View commit details
    Browse the repository at this point in the history
  8. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4bd5a2b View commit details
    Browse the repository at this point in the history
  9. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e57de35 View commit details
    Browse the repository at this point in the history
  10. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8e7c34e View commit details
    Browse the repository at this point in the history
  11. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    7942161 View commit details
    Browse the repository at this point in the history
  12. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    912992c View commit details
    Browse the repository at this point in the history
  13. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1f94cef View commit details
    Browse the repository at this point in the history
  14. Updates on multiufunc

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f64c0ba View commit details
    Browse the repository at this point in the history
  15. fixes for linter

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    5512d2d View commit details
    Browse the repository at this point in the history
  16. linter

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6ee49c5 View commit details
    Browse the repository at this point in the history
  17. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1c6b708 View commit details
    Browse the repository at this point in the history
  18. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1728dae View commit details
    Browse the repository at this point in the history
  19. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    78f4eee View commit details
    Browse the repository at this point in the history
  20. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    10943ae View commit details
    Browse the repository at this point in the history
  21. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    825c75d View commit details
    Browse the repository at this point in the history
  22. Updates for reference legendre tests

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b1489e4 View commit details
    Browse the repository at this point in the history
  23. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    00a22ef View commit details
    Browse the repository at this point in the history
  24. Remove unused rng

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d270cf6 View commit details
    Browse the repository at this point in the history
  25. added zero tests

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4356295 View commit details
    Browse the repository at this point in the history
  26. Added in zero tests

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    2656bea View commit details
    Browse the repository at this point in the history
  27. another lint fix

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    549e5b1 View commit details
    Browse the repository at this point in the history
  28. .

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3325fff View commit details
    Browse the repository at this point in the history
  29. Added more zero tests

    izaid committed May 19, 2024
    Configuration menu
    Copy the full SHA
    df7240f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2b19588 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. .

    izaid committed May 20, 2024
    Configuration menu
    Copy the full SHA
    70bb90e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Refactored out recurrence evaluation

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b99352c View commit details
    Browse the repository at this point in the history
  2. Added first and last to forward_recur

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9722280 View commit details
    Browse the repository at this point in the history
  3. Updated forward_recur

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    288be11 View commit details
    Browse the repository at this point in the history
  4. .

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4ed5bd6 View commit details
    Browse the repository at this point in the history
  5. switched to ptrdiff_t

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3dd4603 View commit details
    Browse the repository at this point in the history
  6. .

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    60f782b View commit details
    Browse the repository at this point in the history
  7. .

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1c2dacb View commit details
    Browse the repository at this point in the history
  8. .

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2e6400f View commit details
    Browse the repository at this point in the history
  9. .

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d9d5587 View commit details
    Browse the repository at this point in the history
  10. .

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    286d86c View commit details
    Browse the repository at this point in the history
  11. .

    izaid committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a79b802 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. bumped tolerance

    izaid committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9494093 View commit details
    Browse the repository at this point in the history
  2. Refactoring assoc_legendre recurrence

    izaid committed May 22, 2024
    Configuration menu
    Copy the full SHA
    52da0b4 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary extra recurrence instances

    izaid committed May 22, 2024
    Configuration menu
    Copy the full SHA
    17cf281 View commit details
    Browse the repository at this point in the history
  4. .

    izaid committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5b3b101 View commit details
    Browse the repository at this point in the history
  5. .

    izaid committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3e8b399 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Moving legendre diag into forward_recur

    izaid committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4746c19 View commit details
    Browse the repository at this point in the history
  2. .

    izaid committed May 23, 2024
    Configuration menu
    Copy the full SHA
    13b9acb View commit details
    Browse the repository at this point in the history
  3. removed hess diag

    izaid committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2a95bcf View commit details
    Browse the repository at this point in the history
  4. .

    izaid committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6905fea View commit details
    Browse the repository at this point in the history
  5. .

    izaid committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8ff67ae View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. .

    izaid committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0298394 View commit details
    Browse the repository at this point in the history
  2. .

    izaid committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7bb610e View commit details
    Browse the repository at this point in the history
  3. .

    izaid committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6f7b314 View commit details
    Browse the repository at this point in the history
  4. .

    izaid committed May 24, 2024
    Configuration menu
    Copy the full SHA
    16607c0 View commit details
    Browse the repository at this point in the history
  5. .

    izaid committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d6c197c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5ef59d5 View commit details
    Browse the repository at this point in the history
  2. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    4acdda0 View commit details
    Browse the repository at this point in the history
  3. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    1db9e99 View commit details
    Browse the repository at this point in the history
  4. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    dabcf5d View commit details
    Browse the repository at this point in the history
  5. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    03a7f91 View commit details
    Browse the repository at this point in the history
  6. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    582d108 View commit details
    Browse the repository at this point in the history
  7. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    38d697e View commit details
    Browse the repository at this point in the history
  8. .

    izaid committed May 25, 2024
    Configuration menu
    Copy the full SHA
    44dc930 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Removed -m gamma call

    izaid committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5effc6c View commit details
    Browse the repository at this point in the history
  2. Removed init2

    izaid committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5220e57 View commit details
    Browse the repository at this point in the history
  3. .

    izaid committed May 26, 2024
    Configuration menu
    Copy the full SHA
    911ff0f View commit details
    Browse the repository at this point in the history
  4. .

    izaid committed May 26, 2024
    Configuration menu
    Copy the full SHA
    85cdbeb View commit details
    Browse the repository at this point in the history
  5. .

    izaid committed May 26, 2024
    Configuration menu
    Copy the full SHA
    64b8cda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73df8c3 View commit details
    Browse the repository at this point in the history
  7. merged from main

    izaid committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2ff2a9d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. .

    izaid committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b9ecaa6 View commit details
    Browse the repository at this point in the history
  2. removing redundant diag calculations

    izaid committed May 27, 2024
    Configuration menu
    Copy the full SHA
    212f64c View commit details
    Browse the repository at this point in the history
  3. .

    izaid committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5f70331 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    479975c View commit details
    Browse the repository at this point in the history
  2. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ad354e2 View commit details
    Browse the repository at this point in the history
  3. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    81b6d59 View commit details
    Browse the repository at this point in the history
  4. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    68b8873 View commit details
    Browse the repository at this point in the history
  5. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f471f50 View commit details
    Browse the repository at this point in the history
  6. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d15338c View commit details
    Browse the repository at this point in the history
  7. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f9f28a4 View commit details
    Browse the repository at this point in the history
  8. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5b9e8e2 View commit details
    Browse the repository at this point in the history
  9. .

    izaid committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0523720 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. worked out for_each pattern

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8f0200a View commit details
    Browse the repository at this point in the history
  2. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5f5d179 View commit details
    Browse the repository at this point in the history
  3. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    439d5d7 View commit details
    Browse the repository at this point in the history
  4. added norm policy

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f8cb54b View commit details
    Browse the repository at this point in the history
  5. merged from main

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bc23336 View commit details
    Browse the repository at this point in the history
  6. Removed is_pm1

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7c29410 View commit details
    Browse the repository at this point in the history
  7. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f483f89 View commit details
    Browse the repository at this point in the history
  8. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    717f674 View commit details
    Browse the repository at this point in the history
  9. removed {} init

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    641071c View commit details
    Browse the repository at this point in the history
  10. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b503962 View commit details
    Browse the repository at this point in the history
  11. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8d05127 View commit details
    Browse the repository at this point in the history
  12. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fd5ee04 View commit details
    Browse the repository at this point in the history
  13. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    cd7de6e View commit details
    Browse the repository at this point in the history
  14. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e2f5209 View commit details
    Browse the repository at this point in the history
  15. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a641489 View commit details
    Browse the repository at this point in the history
  16. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0748342 View commit details
    Browse the repository at this point in the history
  17. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3807426 View commit details
    Browse the repository at this point in the history
  18. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8447e44 View commit details
    Browse the repository at this point in the history
  19. .

    izaid committed May 29, 2024
    Configuration menu
    Copy the full SHA
    340802d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. .

    izaid committed May 30, 2024
    Configuration menu
    Copy the full SHA
    c906bc4 View commit details
    Browse the repository at this point in the history