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

Use PyO3 functionality to remove Python files #302

Merged
merged 52 commits into from
Aug 15, 2024
Merged

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    be2b473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f98144 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    5aa3772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    356f86f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a14808 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    4f48a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aeddb82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d3c63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc6d466 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Update CHANGELOG.md

    Radonirinaunimi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    37c877e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bd81c0 View commit details
    Browse the repository at this point in the history
  3. fixed 'Python API'

    Radonirinaunimi committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    230b188 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    07cfb02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c05e008 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete .gitignore

    cschwan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    01a264f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca2fb73 View commit details
    Browse the repository at this point in the history
  5. Add build instructions

    cschwan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    66922b2 View commit details
    Browse the repository at this point in the history
  6. Add more doc fixes

    felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0f04923 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7606fb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f9005e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    144e791 View commit details
    Browse the repository at this point in the history
  10. Rename PyEvolveInfo

    felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a0e1ae4 View commit details
    Browse the repository at this point in the history
  11. Fix links to Rust docs

    felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5177473 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8bce28c View commit details
    Browse the repository at this point in the history
  13. Improve docs

    felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    872b01b View commit details
    Browse the repository at this point in the history
  14. Fix more broken links

    cschwan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5279c23 View commit details
    Browse the repository at this point in the history
  15. Run cargo fmt

    cschwan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    759f7fa View commit details
    Browse the repository at this point in the history
  16. Reformat CHANGELOG.md

    cschwan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4c53c71 View commit details
    Browse the repository at this point in the history
  17. Readd docs/gitignore

    felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    09460b6 View commit details
    Browse the repository at this point in the history
  18. Rename API header

    felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    53fba7b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2727c4c View commit details
    Browse the repository at this point in the history
  20. Drop requirements.txt

    felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    19e1564 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    77995e0 View commit details
    Browse the repository at this point in the history
  22. Fix installation instructions

    cschwan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6895357 View commit details
    Browse the repository at this point in the history
  23. Remove unneeded dependency

    cschwan committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    03e7d6a View commit details
    Browse the repository at this point in the history
  24. Remove yet another unneeded dependency

    Co-authored-by: Felix Hekhorn <felixhekhorn@users.noreply.github.com>
    cschwan and felixhekhorn committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6453887 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b0de152 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    43485a6 View commit details
    Browse the repository at this point in the history
  27. Add single quotes in pip install ...

    Co-authored-by: Alessandro Candido <candido.ale@gmail.com>
    cschwan and alecandido committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ba7aa7a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Run black

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3bf331d View commit details
    Browse the repository at this point in the history
  2. Fix most compilation warnings

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3a8064b View commit details
    Browse the repository at this point in the history
  3. Remove deprecated methods

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a7d461d View commit details
    Browse the repository at this point in the history
  4. Run cargo fmt

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    024bcd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea9d157 View commit details
    Browse the repository at this point in the history
  6. Remove comment

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e3174cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    803c460 View commit details
    Browse the repository at this point in the history
  8. Remove boilerplate code

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    011125b View commit details
    Browse the repository at this point in the history
  9. Reorder use statements

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5e73056 View commit details
    Browse the repository at this point in the history
  10. Add missing repr(transparent)

    cschwan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ad43951 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ef2297 View commit details
    Browse the repository at this point in the history
  12. Fix CHANGELOG.md

    Co-authored-by: Felix Hekhorn <felixhekhorn@users.noreply.github.com>
    cschwan and felixhekhorn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    73868e9 View commit details
    Browse the repository at this point in the history