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

Merge libsingular-julia back into Singular.jl #657

Merged
merged 122 commits into from
Jun 7, 2023

Commits on Jun 6, 2023

  1. bla

    thofma authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    487b0eb View commit details
    Browse the repository at this point in the history
  2. Cleanup

    thofma authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f8b2c0a View commit details
    Browse the repository at this point in the history
  3. Create README.md

    thofma authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2a2028d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae99dde View commit details
    Browse the repository at this point in the history
  5. add id_LiftStd

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2bd593d View commit details
    Browse the repository at this point in the history
  6. fix: id_LiftStd

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2c3e5ff View commit details
    Browse the repository at this point in the history
  7. Lift std (oscar-system#4)

    * add id_LiftStd
    
    * fix: id_LiftStd
    
    Co-authored-by: thofma <[email protected]>
    2 people authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a34fae1 View commit details
    Browse the repository at this point in the history
  8. "fix" CmakeFile and add a build.jl (oscar-system#5)

    * "fix" CmakeFile and add a build.jl
    
    which is not perfect (I don;t know what the conventions are)
    but it illustrates what to do
    
    * Update build.jl
    
    Co-authored-by: thofma <[email protected]>
    2 people authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9d71a34 View commit details
    Browse the repository at this point in the history
  9. better support fro lift_std (oscar-system#6)

    - version with/out syzygies
    - add complete_reduction
    fieker authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4bef566 View commit details
    Browse the repository at this point in the history
  10. Improve build.jl

    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    17ac86e View commit details
    Browse the repository at this point in the history
  11. Remove n_Delete_Q (oscar-system#7)

    ... it is identical to n_Delete
    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a90c03e View commit details
    Browse the repository at this point in the history
  12. Make n_InpMult actually useful (oscar-system#8)

    ... by letting it return its result, instead of void.
    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    98eac5c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5299a8 View commit details
    Browse the repository at this point in the history
  14. First try on conversion of Singular.jl arrays to Singular lists (osca…

    …r-system#10)
    
    * First try on conversion of Singular.jl arrays to Singular lists
    
    Added a first try on conversion of Singular.jl arrays to Singular lists in order to be able to call more Singular libraries in Singular.jl
    
    * Fixed type. Changed name of function.
    raulepure authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    181691e View commit details
    Browse the repository at this point in the history
  15. getting and setting the minpoly (oscar-system#11)

    * getting and setting the minpoly
    
    * fix minpoly functions
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    46b6898 View commit details
    Browse the repository at this point in the history
  16. Update README.md

    thofma authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    cf08dd2 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fa0073d View commit details
    Browse the repository at this point in the history
  18. add irrCharSeries (oscar-system#13)

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0e0e88a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1bf7e19 View commit details
    Browse the repository at this point in the history
  20. Add very simple CI test

    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b8128eb View commit details
    Browse the repository at this point in the history
  21. Fix the CI on macOS (oops)

    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c625dd9 View commit details
    Browse the repository at this point in the history
  22. Use CMake.jl to get cmake

    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b4770e2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a268a38 View commit details
    Browse the repository at this point in the history
  24. Add run.jl helper: run Julia with artifacts override

    To use this, you can start it inside the `libsingular-julia` directory via
    
        julia --project=. run.jl
    
    and it will first install a few Julia packages, then build all C++ code, and
    finally start a Julia session with an artifact override in place which ensures
    that `libsingular_julia_jll` picks up the copy of the C++ code that was just compiled.
    
    To verify the override is in effect, check the value of `libsingular_julia_jll.artifact_dir`.
    
    You can now e.g. `Pkg.add("Singular")` and then `Pkg.test("Singular")`; or do
    `using Singular` to test Singular interactively.
    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    71bf7d0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f991094 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0b0a4d8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ff3ac5a View commit details
    Browse the repository at this point in the history
  28. run OscarCI for downstream testing

    put all julia 1.6 tests to includes to avoid weird matrix-includes mixup
    benlorenz authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    889e2d9 View commit details
    Browse the repository at this point in the history
  29. Avoid trivial wrappers

    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8ed31ca View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    08e82e6 View commit details
    Browse the repository at this point in the history
  31. Update .github/workflows/oscar.yml

    Explicitly set merge option.
    benlorenz authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9bcfed3 View commit details
    Browse the repository at this point in the history
  32. CI: test with Julia 1.6

    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a7372ee View commit details
    Browse the repository at this point in the history
  33. test: separate 1.6 again

    benlorenz authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    897751d View commit details
    Browse the repository at this point in the history
  34. Merge pull request oscar-system#21 from benlorenz/bl/run_jll_oscarci

    downstream testing using OscarCI / OscarDevTools
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    498d750 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4b2f8e9 View commit details
    Browse the repository at this point in the history
  36. add ideal version of mp_MultP (oscar-system#23)

    * add ideal version of mp_MultP
    
    * wrap idMultSect
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    992954a View commit details
    Browse the repository at this point in the history
  37. Merge pull request oscar-system#27 from benlorenz/bl/oscarci

    OscarCI: add github token and force precompilation
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    317617d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2dc7825 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b758f00 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    db6a529 View commit details
    Browse the repository at this point in the history
  41. proper num/den and gcdx + normalize for QQ (oscar-system#25)

    * proper num/den and gcdx + normalize for QQ
    
    * n_Rem is not used and the implementation is completely broken anyways
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ffb3b9d View commit details
    Browse the repository at this point in the history
  42. add some functions for communicating orderings (oscar-system#26)

    * add some functions for communicating orderings
    
    * add p_Compare
    
    * clarify comment
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5b7c90a View commit details
    Browse the repository at this point in the history
  43. add scDimIntRing (oscar-system#32)

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3dbf51c View commit details
    Browse the repository at this point in the history
  44. missing matrix cmds

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    eae2b9a View commit details
    Browse the repository at this point in the history
  45. transExt_to_algExt conversion

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    07f830b View commit details
    Browse the repository at this point in the history
  46. add second lift and a correct gcdx

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8655347 View commit details
    Browse the repository at this point in the history
  47. add id_InterRed

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    971a8bf View commit details
    Browse the repository at this point in the history
  48. Update oscar.yml

    thofma authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    52d1c5d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    532e68d View commit details
    Browse the repository at this point in the history
  50. Merge pull request oscar-system#36 from hannes14/interred

    add id_InterRed
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a9976cb View commit details
    Browse the repository at this point in the history
  51. Merge pull request oscar-system#37 from tthsqe12/start_bigintmat

    start singular's bigint and bigintmat
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d482bb4 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    89896da View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    232822d View commit details
    Browse the repository at this point in the history
  54. add p_Mult_nn

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    76f01b7 View commit details
    Browse the repository at this point in the history
  55. apply comments

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b7c275d View commit details
    Browse the repository at this point in the history
  56. add G-algebra constructor

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8914fa2 View commit details
    Browse the repository at this point in the history
  57. explain return convention

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    20136fb View commit details
    Browse the repository at this point in the history
  58. fix some spacings

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b929aa8 View commit details
    Browse the repository at this point in the history
  59. change return convention

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    47fa517 View commit details
    Browse the repository at this point in the history
  60. add p_LmIsConstant

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7ab694b View commit details
    Browse the repository at this point in the history
  61. add nCoeff_is_Z

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    68c7fcc View commit details
    Browse the repository at this point in the history
  62. ci bump

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    072a33d View commit details
    Browse the repository at this point in the history
  63. add rIsLPRing

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bf1f90f View commit details
    Browse the repository at this point in the history
  64. Merge pull request oscar-system#40 from hannes14/nCoeff_is_Z

    add nCoeff_is_Z
    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    903591c View commit details
    Browse the repository at this point in the history
  65. refactor weyl and exterior algebra

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    779598e View commit details
    Browse the repository at this point in the history
  66. singular's degree and mult commands

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    13fba1a View commit details
    Browse the repository at this point in the history
  67. add twostd

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    aa5cc7d View commit details
    Browse the repository at this point in the history
  68. remove support for julia < 1.6

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a59f544 View commit details
    Browse the repository at this point in the history
  69. add rIsPluralRing

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    c687908 View commit details
    Browse the repository at this point in the history
  70. remove support for julia < 1.6

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9cb04ff View commit details
    Browse the repository at this point in the history
  71. don't always write to stderr

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    464d12d View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    9d0b451 View commit details
    Browse the repository at this point in the history
  73. Merge pull request oscar-system#43 from tthsqe12/ncalg

    start non-commutative
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    75062dd View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    9e3ad75 View commit details
    Browse the repository at this point in the history
  75. Merge pull request oscar-system#45 from tthsqe12/nInit_quickfix

    avoid using n_Init with ring as second arugment
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7f3fa4c View commit details
    Browse the repository at this point in the history
  76. Merge pull request oscar-system#47 from tthsqe12/less_noise

    don't always write to stderr
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bb330f4 View commit details
    Browse the repository at this point in the history
  77. add degBound and multBound setters

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4063cbf View commit details
    Browse the repository at this point in the history
  78. add pMultMp

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f6bea85 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    ee73db2 View commit details
    Browse the repository at this point in the history
  80. Merge pull request oscar-system#50 from tthsqe12/global_variables

    add degBound and multBound setters
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    75c9473 View commit details
    Browse the repository at this point in the history
  81. fix memory leaks with intvec

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    67f54ae View commit details
    Browse the repository at this point in the history
  82. add two arg kbase (oscar-system#51)

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7a015c9 View commit details
    Browse the repository at this point in the history
  83. Update coeffs.cpp

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    46f48f6 View commit details
    Browse the repository at this point in the history
  84. Merge pull request oscar-system#52 from hannes14/scHilbWeighted

    add scHilbWeighted (weighted Hilbert series)
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4e07a94 View commit details
    Browse the repository at this point in the history
  85. Merge pull request oscar-system#53 from oscar-system/tthsqe12-patch-1

    Update coeffs.cpp
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bf48621 View commit details
    Browse the repository at this point in the history
  86. some opposite functions

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    60a1b94 View commit details
    Browse the repository at this point in the history
  87. Merge pull request oscar-system#58 from tthsqe12/opposites

    some opposite functions
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    50a3551 View commit details
    Browse the repository at this point in the history
  88. this needs to be copied

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8d6cbdd View commit details
    Browse the repository at this point in the history
  89. pass flag to p_Reduce

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    cec6bff View commit details
    Browse the repository at this point in the history
  90. CI: update some actions to latest versions

    GitHub warns that this is needed because they are updating from Node 12 to 16
    fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6eb901a View commit details
    Browse the repository at this point in the history
  91. change basering for the copies

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    df0a230 View commit details
    Browse the repository at this point in the history
  92. Merge pull request oscar-system#60 from hannes14/flag_for_reduce

    pass flag to p_Reduce
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9f9ac0c View commit details
    Browse the repository at this point in the history
  93. missing intvec delete

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a7f2af3 View commit details
    Browse the repository at this point in the history
  94. Merge pull request oscar-system#61 from tthsqe12/issue595

    copy ring content pointers
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    bdb87f9 View commit details
    Browse the repository at this point in the history
  95. gc protection

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a903f0c View commit details
    Browse the repository at this point in the history
  96. Merge pull request oscar-system#62 from oscar-system/tthsqe12-patch-3

    missing intvec delete
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    706a686 View commit details
    Browse the repository at this point in the history
  97. add homogeneous functions

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    237471e View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    b235d6a View commit details
    Browse the repository at this point in the history
  99. Merge pull request oscar-system#63 from tthsqe12/gc_push_pop

    gc protection
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0f88583 View commit details
    Browse the repository at this point in the history
  100. add getter for qideal

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ba6ac0f View commit details
    Browse the repository at this point in the history
  101. Merge pull request oscar-system#55 from tthsqe12/add_is_homogeneous

    add homogeneous functions
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    068f9e7 View commit details
    Browse the repository at this point in the history
  102. Merge pull request oscar-system#65 from tthsqe12/stdQt

    Don't corrupt the ring data. Also, incidentally use lex.
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    22649b1 View commit details
    Browse the repository at this point in the history
  103. Merge pull request oscar-system#56 from tthsqe12/better_quotient_rings

    add getter for qideal
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    0edd06f View commit details
    Browse the repository at this point in the history
  104. add functions for std_hilbert

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    db7ce96 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    175ef19 View commit details
    Browse the repository at this point in the history
  106. Update caller.cpp

    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    dc6a575 View commit details
    Browse the repository at this point in the history
  107. Merge pull request oscar-system#67 from tthsqe12/std_hilbert

    add functions for std_hilbert
    tthsqe12 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5084503 View commit details
    Browse the repository at this point in the history
  108. access to mp_Wedge

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5c60e60 View commit details
    Browse the repository at this point in the history
  109. Merge pull request oscar-system#57 from oscar-system/tthsqe12-patch-2

    reset some global error flags
    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ac476f2 View commit details
    Browse the repository at this point in the history
  110. dd flag to id_DivRem, id_DivRem_Unit

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6e26f94 View commit details
    Browse the repository at this point in the history
  111. add id_MinStd

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    42224db View commit details
    Browse the repository at this point in the history
  112. Merge pull request oscar-system#68 from hannes14/hs/wedge

    access to mp_Wedge
    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b2ad5c9 View commit details
    Browse the repository at this point in the history
  113. scHilbWeighted for modules

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    37d251d View commit details
    Browse the repository at this point in the history
  114. add id_DivRem, id_DivRem_Unit

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a12204a View commit details
    Browse the repository at this point in the history
  115. Merge pull request oscar-system#70 from hannes14/hs/mstd

    add id_MinStd
    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7138c27 View commit details
    Browse the repository at this point in the history
  116. add nres/mres: id_res

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    be1ac81 View commit details
    Browse the repository at this point in the history
  117. fix extended characters

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b6b5d07 View commit details
    Browse the repository at this point in the history
  118. Merge pull request oscar-system#69 from hannes14/hs/divrem

    add id_DivRem, id_DivRem_Unit
    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e6396d5 View commit details
    Browse the repository at this point in the history
  119. fix syResolvente

    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    73af1a6 View commit details
    Browse the repository at this point in the history
  120. Merge pull request oscar-system#72 from hannes14/hs/scHilbWeighted

    Hs/sc hilb weighted
    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f693c76 View commit details
    Browse the repository at this point in the history
  121. Merge pull request oscar-system#73 from hannes14/hs/res

    add nres/mres: id_res
    hannes14 authored and fingolfin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ed99c23 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    7f80d3d View commit details
    Browse the repository at this point in the history