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

Modularise Constraints #386

Merged
merged 107 commits into from
Jun 8, 2024
Merged

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    56eb725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    147cf4e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    bde4510 View commit details
    Browse the repository at this point in the history
  2. Reduce duplicate text.

    kellertuer committed May 6, 2024
    Configuration menu
    Copy the full SHA
    40235f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c060302 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Apply suggestions from code review

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran committed May 7, 2024
    Configuration menu
    Copy the full SHA
    88d81f1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    6862c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd3fec3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    879e94a View commit details
    Browse the repository at this point in the history
  2. minor fixes

    mateuszbaran committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4b6eac7 View commit details
    Browse the repository at this point in the history
  3. Update src/plans/constrained_plan.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    mateuszbaran and github-actions[bot] committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7826cd4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    8cb0379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    718e462 View commit details
    Browse the repository at this point in the history
  3. finish work for today.

    kellertuer committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2cb0ac3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    0b98891 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Refactor

    * `grad_x_gradients` is now a `get_gradient` with `Colon`for the new Vectorfunction
    * `range` now only stores the abstract powerrepresentation
    kellertuer committed May 17, 2024
    Configuration menu
    Copy the full SHA
    57523b0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    d8b2a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf98d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a57084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04dc9e4 View commit details
    Browse the repository at this point in the history
  5. remove a few prints.

    kellertuer committed May 18, 2024
    Configuration menu
    Copy the full SHA
    c7a8c48 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Fix most of the tests.

    kellertuer committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3c4b9b5 View commit details
    Browse the repository at this point in the history
  2. rename one further test.

    kellertuer committed May 19, 2024
    Configuration menu
    Copy the full SHA
    c4169fe View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    727d68c View commit details
    Browse the repository at this point in the history
  2. fix EPM and half of ALM

    mateuszbaran committed May 20, 2024
    Configuration menu
    Copy the full SHA
    67f2a7f View commit details
    Browse the repository at this point in the history
  3. fix ALM

    mateuszbaran committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e2de6ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6095c3e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    ff2418e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7524287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f2bd5 View commit details
    Browse the repository at this point in the history
  4. Update test/plans/test_constrained_plan.jl

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e02b0d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76856f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6d77e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c242b1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfc0bd4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    45e3eab View commit details
    Browse the repository at this point in the history
  2. Base.length but why?

    mateuszbaran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1f57b8b View commit details
    Browse the repository at this point in the history
  3. Maybe fix julia 1.9? No clue why the other Base methods to not need t…

    …he explicit Base. prefix, but _with_ that Manopt suddenly compiles on 1.9 – strange magic.
    kellertuer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2d669a3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'kellertuer/structural_rework_constraints' of github.com…

    …:JuliaManifolds/Manopt.jl into kellertuer/structural_rework_constraints
    kellertuer committed May 22, 2024
    Configuration menu
    Copy the full SHA
    862b71f View commit details
    Browse the repository at this point in the history
  5. depwarn

    mateuszbaran committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8f8b2ab View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    52bec6c View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    kellertuer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    807c020 View commit details
    Browse the repository at this point in the history
  3. A bit of work on the docs.

    kellertuer committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f18716b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbb6d24 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    c8ee68b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. some fixes

    mateuszbaran committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9a97bc2 View commit details
    Browse the repository at this point in the history
  2. A bit of vale.

    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    3a4c624 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'kellertuer/structural_rework_constraints' of github.com…

    …:JuliaManifolds/Manopt.jl into kellertuer/structural_rework_constraints
    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    570a381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    956020d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b82f792 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    667781d View commit details
    Browse the repository at this point in the history
  7. Update docs.

    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4c0a7b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a47fc9f View commit details
    Browse the repository at this point in the history
  9. 📈

    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    6645647 View commit details
    Browse the repository at this point in the history
  10. 📈VectorGradientFunction

    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    352f4d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83a674c View commit details
    Browse the repository at this point in the history
  12. Add one further test.

    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9bf1f1a View commit details
    Browse the repository at this point in the history
  13. runs formatter.

    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    4f59cee View commit details
    Browse the repository at this point in the history
  14. A bit of vale.

    kellertuer committed May 26, 2024
    Configuration menu
    Copy the full SHA
    7803ce3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Finally tricked vale into working fine.

    Circumventing a few bugs.
    kellertuer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    230a0dc View commit details
    Browse the repository at this point in the history
  2. 📈VGF

    and rename the CoefficientType to CoordinateType, since that is more consistent.
    kellertuer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ee973e7 View commit details
    Browse the repository at this point in the history
  3. 📈📈 Cache & Count

    kellertuer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a28d6b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c84006 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    605d631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5392012 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    d85a3dd View commit details
    Browse the repository at this point in the history
  2. Update Changelog.

    kellertuer committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3fd11d9 View commit details
    Browse the repository at this point in the history
  3. Fix a final todo.

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

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    082c5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0cc6d1 View commit details
    Browse the repository at this point in the history
  3. Update src/plans/vectorial_plan.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    kellertuer and github-actions[bot] committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    deee504 View commit details
    Browse the repository at this point in the history
  4. frmps.

    kellertuer committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4ccecc3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'kellertuer/structural_rework_constraints' of github.com…

    …:JuliaManifolds/Manopt.jl into kellertuer/structural_rework_constraints
    kellertuer committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    599994d View commit details
    Browse the repository at this point in the history
  6. extend Constructor

    kellertuer committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    33a4e5f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    66563d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b915b8f View commit details
    Browse the repository at this point in the history
  3. Fix a few bugs.

    kellertuer committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3766451 View commit details
    Browse the repository at this point in the history
  4. Fix a few bugs.

    kellertuer committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    910ac32 View commit details
    Browse the repository at this point in the history
  5. increase test coverage.

    kellertuer committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    c3080bc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Remove unnecessary cases.

    kellertuer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6076b47 View commit details
    Browse the repository at this point in the history
  2. 📈 (again)

    kellertuer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    88ea7bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d3cd9 View commit details
    Browse the repository at this point in the history
  4. 📈 passthrough.

    kellertuer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8638bcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b726c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db988e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe2681c View commit details
    Browse the repository at this point in the history
  8. vectorial_plan.jl aktualisieren

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2f4703e View commit details
    Browse the repository at this point in the history
  9. Document the inequality and equality constraint number thoroughly and…

    … make it a bit nicer using `nothing` as default instead of -1.
    kellertuer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8da02a2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'kellertuer/structural_rework_constraints' of github.com…

    …:JuliaManifolds/Manopt.jl into kellertuer/structural_rework_constraints
    kellertuer committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3ad06a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8536cfb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6e2eec View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix typo

    mateuszbaran committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    36bd1da View commit details
    Browse the repository at this point in the history
  2. typo

    mateuszbaran committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    adc7bdb View commit details
    Browse the repository at this point in the history
  3. more typos

    mateuszbaran committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    305ea1c View commit details
    Browse the repository at this point in the history
  4. typos

    mateuszbaran committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b06cfba View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    226755b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    510d96b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into kellertuer/structural_rework_constraints

    # Conflicts:
    #	Changelog.md
    kellertuer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3ba73fc View commit details
    Browse the repository at this point in the history
  8. Merge branch 'kellertuer/structural_rework_constraints' of github.com…

    …:JuliaManifolds/Manopt.jl into kellertuer/structural_rework_constraints
    kellertuer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fa7196a View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    03f06a4 View commit details
    Browse the repository at this point in the history
  10. Fix docs.

    kellertuer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    33483f2 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'kellertuer/structural_rework_constraints' of github.com…

    …:JuliaManifolds/Manopt.jl into kellertuer/structural_rework_constraints
    kellertuer committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e25d82b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d228a86 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. minor improvements

    mateuszbaran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    35a3a28 View commit details
    Browse the repository at this point in the history
  2. one more typo

    mateuszbaran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d247fe7 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
    kellertuer and mateuszbaran committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    bda6141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7f1205 View commit details
    Browse the repository at this point in the history