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

release: 0.18.2 #3028

Merged
merged 48 commits into from
Mar 24, 2023
Merged

release: 0.18.2 #3028

merged 48 commits into from
Mar 24, 2023

Commits on Mar 23, 2023

  1. Disable default features of chrono

    To avoid bringing `time` v0.1.x into dependency graph, see time-rs/time#293
    messense authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    b79e3fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b609b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b16e6b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    702c22a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56f0cbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d5940d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e2b73c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1eb3b6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0e5fc5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    107dcc6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c49c3a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3c49993 View commit details
    Browse the repository at this point in the history
  13. docs: fix typo in method name

    lycantropos authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    44f8d1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8ac03db View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39b6a04 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4e11d29 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24b7a83 View commit details
    Browse the repository at this point in the history
  18. Update Example projects

    Interestingly, it may be used for ChatGPT 😅 
    Also I removed my old project because it's way too outdated (around pyo3 0.10?)
    kngwyu authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a41b20f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    825eed9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    45bea2a View commit details
    Browse the repository at this point in the history
  21. Provide a special purpose FromPyObject impl to efficiently and safely…

    … get a byte slice from either bytes or byte arrays.
    adamreichold authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    38d7e15 View commit details
    Browse the repository at this point in the history
  22. Add ToPyObject and IntoPy impl for Cow<[u8]> to support return values…

    … as well as function arguments.
    adamreichold authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6e32107 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    880578e View commit details
    Browse the repository at this point in the history
  24. Make tests of Cow::<[u8]> compatible with older Python versions by us…

    …ing native code instead inline Python.
    adamreichold authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c1be6a8 View commit details
    Browse the repository at this point in the history
  25. explain STATUS_DLL_NOT_FOUND

    mejrs authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c3662b3 View commit details
    Browse the repository at this point in the history
  26. Make changes

    mejrs authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    99eed49 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2439626 View commit details
    Browse the repository at this point in the history
  28. unpin 3.11 ci jobs

    davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0b313d6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ec54954 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    26b4ed9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c5cfbbd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a8d5dea View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e1cd4bc View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e47ea42 View commit details
    Browse the repository at this point in the history
  35. mangle exported functions for PyPy

    mattip authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    9d2dacc View commit details
    Browse the repository at this point in the history
  36. add newsfragment

    mattip authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d57f891 View commit details
    Browse the repository at this point in the history
  37. add as_tuple() method to PyList

    samuelcolvin authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    0d35aa1 View commit details
    Browse the repository at this point in the history
  38. add fragment

    samuelcolvin authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    bcd5fcc View commit details
    Browse the repository at this point in the history
  39. revert .gitignore change

    samuelcolvin authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ab2f499 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    189b69e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ba364e1 View commit details
    Browse the repository at this point in the history
  42. mangle exported functions for PyPy

    mattip authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3da3d5f View commit details
    Browse the repository at this point in the history
  43. Conditionally mangle the function name

    Co-authored-by: David Hewitt <[email protected]>
    mattip and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2055698 View commit details
    Browse the repository at this point in the history
  44. Update README.md

    Add How we extended the River stats module with Rust using PyO3 blog post
    AdilZouitine authored and davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    cc41315 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    df4fb07 View commit details
    Browse the repository at this point in the history
  46. Add PyTuple::to_list

    davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    37e5f54 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    cf94106 View commit details
    Browse the repository at this point in the history
  48. release: 0.18.2

    davidhewitt committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    13779d2 View commit details
    Browse the repository at this point in the history