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

v0.8.0 updates #102

Merged
merged 44 commits into from
May 21, 2024
Merged

v0.8.0 updates #102

merged 44 commits into from
May 21, 2024

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    c63145e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7051c4 View commit details
    Browse the repository at this point in the history
  3. char ptr fix for aarch64

    goulart-paul committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1857025 View commit details
    Browse the repository at this point in the history
  4. Update testpypi.yaml

    Separate tokens for test pypi
    goulart-paul authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7eca468 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. implement flush

    goulart-paul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8a8ab25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7998d0e View commit details
    Browse the repository at this point in the history
  3. use LineWriter internal

    goulart-paul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    85e97ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a152b33 View commit details
    Browse the repository at this point in the history
  5. suppress banner print

    goulart-paul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5d10956 View commit details
    Browse the repository at this point in the history
  6. update python example

    goulart-paul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8e61a9e View commit details
    Browse the repository at this point in the history
  7. bump version

    goulart-paul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0074d01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af38a59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bd79b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. use pyo3 GIL for Write

    goulart-paul committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2c9c115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57ab1d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8745ba9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e81760 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c908f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Mar 14, 2024

  1. rustfmt

    goulart-paul committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    aeaa3c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. remove cruft

    goulart-paul committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3140c35 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. remove code repitition

    goulart-paul committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    67e1241 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Derive debug trait to the solution struct

    Each field does implement Debug, T is a FloatT i believe and SolverStatus also implements it. During developement using good_lp i runt into a bug and was trying to print a solution but it was not possible since this, i would find this can help me and anyone who would also want to debug a solution.
    nunzioono authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b53766a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. resync main

    goulart-paul committed May 17, 2024
    Configuration menu
    Copy the full SHA
    41f6ce3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #94 from oxfordcontrol/pg/rustc-1.75

    Resolve lint warnings for rustc >=v1.75
    goulart-paul authored May 17, 2024
    Configuration menu
    Copy the full SHA
    246b23f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #97 from nunzioono/patch-1

    Derive debug trait to the solution struct
    goulart-paul authored May 17, 2024
    Configuration menu
    Copy the full SHA
    d0d5a7e View commit details
    Browse the repository at this point in the history
  4. Chordal decomposition for PSDs (#100)

    chordal decomposition
    goulart-paul authored May 17, 2024
    Configuration menu
    Copy the full SHA
    e4a91cf View commit details
    Browse the repository at this point in the history
  5. Chordal decomposition for SDPs (#100)

    chordal decomposition
    goulart-paul committed May 17, 2024
    Configuration menu
    Copy the full SHA
    960cf42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e81b7be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ff0905 View commit details
    Browse the repository at this point in the history
  8. finalize edge metric

    goulart-paul committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c83a385 View commit details
    Browse the repository at this point in the history
  9. bump version

    goulart-paul committed May 17, 2024
    Configuration menu
    Copy the full SHA
    333aa18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfd7285 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

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

Commits on May 21, 2024

  1. documentation updates

    goulart-paul committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a75cf17 View commit details
    Browse the repository at this point in the history
  2. documentation updates

    goulart-paul committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3ac78ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    735e664 View commit details
    Browse the repository at this point in the history
  4. clippy appeasement

    goulart-paul committed May 21, 2024
    Configuration menu
    Copy the full SHA
    efa3e2c View commit details
    Browse the repository at this point in the history
  5. documentation updates

    goulart-paul committed May 21, 2024
    Configuration menu
    Copy the full SHA
    95ee36c View commit details
    Browse the repository at this point in the history
  6. fix #98

    goulart-paul committed May 21, 2024
    Configuration menu
    Copy the full SHA
    68768c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35d47ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25cb509 View commit details
    Browse the repository at this point in the history
  9. add chordal graph tests

    goulart-paul committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3abb5d0 View commit details
    Browse the repository at this point in the history
  10. add chordal graph tests

    goulart-paul committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eaf87d0 View commit details
    Browse the repository at this point in the history