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

Backports Oscar 1.0.1 #3574

Merged
merged 31 commits into from
Apr 17, 2024
Merged

Backports Oscar 1.0.1 #3574

merged 31 commits into from
Apr 17, 2024

Commits on Apr 9, 2024

  1. Fix load polymake regression (#3481)

    * fixes loading polymake simplicial complex and other types
    
    * adds test case
    
    * removing unnecessary else
    
    * fix test
    
    (cherry picked from commit dcd3952)
    antonydellavecchia authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c08a23d View commit details
    Browse the repository at this point in the history
  2. Serialization: fix save/load of Int matrices/vectors in polymake numb…

    …erfield objects (#3508)
    
    * Serialization: fix save/load of Int matrices/vectors in polymake numberfield objects
    
    * Update test/Serialization/PolyhedralGeometry.jl
    
    * fix for macos
    
    (cherry picked from commit 5acd5c5)
    benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3af6207 View commit details
    Browse the repository at this point in the history
  3. Provide links for some documentation references (#3503)

    (cherry picked from commit 5ea63d1)
    joschmitt authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    afefacd View commit details
    Browse the repository at this point in the history
  4. Fixes bug with loading vector of Fields (#3534)

    (cherry picked from commit 31228f5)
    antonydellavecchia authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fe11edc View commit details
    Browse the repository at this point in the history
  5. fix: remove some (broken) leftover from surface serialization (#3545)

    (cherry picked from commit 8667f84)
    thofma authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9ccec92 View commit details
    Browse the repository at this point in the history
  6. TropicalGeometry: fixed typo in documentation (#3552)

    (cherry picked from commit 1ed5322)
    YueRen authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1aaa185 View commit details
    Browse the repository at this point in the history
  7. Fix precompilation issue (#3565)

    (cherry picked from commit f16acc9)
    lgoettgens authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a1224cc View commit details
    Browse the repository at this point in the history
  8. Add is_conjugate* to docs/src/Groups/action.md

    (cherry picked from commit 5765d5c)
    mjrodgers authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a9acdc1 View commit details
    Browse the repository at this point in the history
  9. oops used wrong signatures, fixed now

    (cherry picked from commit aead208)
    mjrodgers authored and benlorenz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ad5d131 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. README.md: fix OSCAR book title (#3579)

    Co-authored-by: Johannes Schmitt <schmitt@mathematik.uni-kl.de>
    (cherry picked from commit 8be19fa)
    fingolfin authored and benlorenz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    54cd2dd View commit details
    Browse the repository at this point in the history
  2. Fix a vcat

    (cherry picked from commit 837d22c)
    joschmitt authored and benlorenz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    89c074c View commit details
    Browse the repository at this point in the history
  3. Add paragraph about number_of_ to the styleguide. (#3305)

    (cherry picked from commit 5413e7a)
    lgoettgens authored and benlorenz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c7c6702 View commit details
    Browse the repository at this point in the history
  4. Add information on how to cite OSCAR to doc (#3587)

    (cherry picked from commit 4424855)
    joschmitt authored and benlorenz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ec3aa0b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Hide Oscar.jl banner, when used in other module (#3541)

    Hide Oscar banner, when used in other module
    
    (cherry picked from commit 6894701)
    lkastner authored and benlorenz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fa04549 View commit details
    Browse the repository at this point in the history
  2. Test: Basic testing for book examples

    lkastner authored and benlorenz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f845fb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52dfd93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fd4a18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6c1553 View commit details
    Browse the repository at this point in the history
  6. refactor testing using mockdule

    keep repl per chapter
    simplify rng usage
    use broken and skipped lists
    more regex
    add to CI
    add dependencies to test project
    benlorenz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    522057e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea70230 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    12112cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6df9a03 View commit details
    Browse the repository at this point in the history
  10. booktests: move two currently broken tests to skipped to avoid sudden…

    … failures when these are fixed
    benlorenz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    063445c View commit details
    Browse the repository at this point in the history
  11. README.md: update citation info once more (#3600)

    [skip ci]
    
    (cherry picked from commit 68728ce)
    fingolfin authored and benlorenz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    114ab12 View commit details
    Browse the repository at this point in the history
  12. Fix links to people in Kaiserslautern (#3597)

    (cherry picked from commit c0bd7ba)
    fingolfin authored and benlorenz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0bb6d1a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'bl/backport-booktests' into backports-release-1.0

    (based on the changes in 1870bfd)
    benlorenz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c442199 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    399ed1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b32e73e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. booktests: clear verbosity levels before running each chapter (#3612)

    (cherry picked from commit 3f86b80)
    benlorenz committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    1ca3fc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Use a new OSCAR email address on our domain (#3596)

    (cherry picked from commit 3c638a5)
    fingolfin authored and benlorenz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    899c5f3 View commit details
    Browse the repository at this point in the history
  2. Version 1.0.1

    benlorenz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d1caf3f View commit details
    Browse the repository at this point in the history