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

support sparse array conversion #918

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    3839e6e View commit details
    Browse the repository at this point in the history
  2. fix shape

    Roger-luo committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    06a6c33 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Install SciPy on CI

    tkf committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    b1a461c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db4a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d115bbb View commit details
    Browse the repository at this point in the history
  4. Don't use pyimport_conda in lazy load

    This seems to be compatible with other uses in PyCall.jl.
    Also, doing accessing internet when invoking `convert` is rather wacky.
    tkf committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    874f5df View commit details
    Browse the repository at this point in the history
  5. Import at the opt of the file

    tkf committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    4f8f592 View commit details
    Browse the repository at this point in the history
  6. Use getproperty always

    tkf committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    a87ced5 View commit details
    Browse the repository at this point in the history
  7. Don't use import M: f

    tkf committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    6629f29 View commit details
    Browse the repository at this point in the history
  8. DEBUG: Rollback to Python 3.9

    tkf committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    fecc4c2 View commit details
    Browse the repository at this point in the history
  9. Revert "DEBUG: Rollback to Python 3.9"

    This reverts commit fecc4c2.
    tkf committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    f04535a View commit details
    Browse the repository at this point in the history