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

Refactor #360

Merged
merged 18 commits into from
Oct 25, 2023
Merged

Refactor #360

merged 18 commits into from
Oct 25, 2023

Commits on Sep 16, 2023

  1. factor out _CPython module

    Christopher Doris committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    861c34c View commit details
    Browse the repository at this point in the history
  2. factor out _Py module

    Christopher Doris committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    ac6e402 View commit details
    Browse the repository at this point in the history
  3. factor out _pyconvert, _pymacro and _pywrap modules

    Christopher Doris committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    1d5a3a1 View commit details
    Browse the repository at this point in the history
  4. move pyconst macro

    Christopher Doris committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    c5b2f1c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Merge branch 'main' of https://github.com/JuliaPy/PythonCall.jl into …

    …refactor
    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    ede18cb View commit details
    Browse the repository at this point in the history
  2. _Py module now loads Python juliacall module

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e566609 View commit details
    Browse the repository at this point in the history
  3. pyconvert now forward-declared in _Py

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a5564f6 View commit details
    Browse the repository at this point in the history
  4. standard module layout

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    6e61f4e View commit details
    Browse the repository at this point in the history
  5. don't depend on top-level of PythonCall

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    bc27dcb View commit details
    Browse the repository at this point in the history
  6. factor out _jlwrap module

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    1659dad View commit details
    Browse the repository at this point in the history
  7. adds conversion rules for ctypes, numpy and pandas

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5438f88 View commit details
    Browse the repository at this point in the history
  8. compat

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a90e30a View commit details
    Browse the repository at this point in the history
  9. case hack

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    b8698ac View commit details
    Browse the repository at this point in the history
  10. case hack pt 2

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    7271eae View commit details
    Browse the repository at this point in the history
  11. test coverage

    Christopher Doris committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5e25785 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Merge branch 'main' into refactor

    Christopher Doris committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    47bff7c View commit details
    Browse the repository at this point in the history
  2. add non-exported conversion API

    Christopher Doris committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cf6bb14 View commit details
    Browse the repository at this point in the history
  3. tests

    Christopher Doris committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6ab348f View commit details
    Browse the repository at this point in the history