Skip to content

Tags: findmyway/PyCall.jl

Tags

v1.18.0

Toggle v1.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
new appveyor script based on appveyor.jl (JuliaPy#524)

v1.17.1

Toggle v1.17.1's commit message
whoops

v1.17.0

Toggle v1.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix more 0.7 deprecations (JuliaPy#505)

* silence cfunction deprecations

* silence some more deprecations

* define and use constructors rather than convert where possible, but also define convert methods

* pymethod is used in only one place, so inline it so that we can avoid using local vars in at-cfunction

* PyError is no longer mutable

* detect changes to Conda location that may occur in Pkg3

* whoops, be consistent

* separate precompile step to get more Travis info, I hope

* missing Conda check

* don't use at-cfunction interpolation in PyGetSetDef (which can be removed entirely for now, as it is unused)

* rm another unused function

* Revert "define and use constructors rather than convert where possible, but also define convert methods"

This reverts commit 65cb003.

* add constructors for convert methods in 0.7

* rm redundant constructor methods

* defining constructor methods seems to give a huge load time slowdown even in 0.7

* more undef deprecations

* PYTHON=Conda to force conda

* make sure bytes conversions work for codeunits arrays

v1.16.1

Toggle v1.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bugfix in numpy scalars (JuliaPy#481) (JuliaPy#499)

v1.16.0

Toggle v1.16.0's commit message
more 0.7 fixes

v1.15.0

Toggle v1.15.0's commit message
clarify py eval/exec behavior (closes JuliaPy#434)

v1.14.0

Toggle v1.14.0's commit message
IO wrapper fixes: include newline char in 0.6 readline, accept nb < 0…

… in read functions

v1.13.0

Toggle v1.13.0's commit message
document/export pybytes

1.12.0

Toggle 1.12.0's commit message
don't load libpython during PyCall build, as that may interfere with …

…PyCall.__init__ later in the same process

v1.12.0

Toggle v1.12.0's commit message
don't load libpython during PyCall build, as that may interfere with …

…PyCall.__init__ later in the same process