Skip to content

Commit 0514ac9

Browse files
author
Christopher Doris
committed
documentation
1 parent 512c093 commit 0514ac9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/src/releasenotes.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## v0.6.1 (2022-02-21)
4+
* Conversions from simple ctypes types, e.g. `ctypes.c_float` to `Cfloat`.
5+
* Conversions from simple numpy types, e.g. `numpy.float32` to `Float32`.
6+
* Bug fixes.
7+
38
## v0.6.0 (2022-02-17)
49
* **Breaking:** JuliaCall now uses JuliaPkg to manage Julia dependencies.
510
* Bug fixes.

test/runtests.jl

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using PythonCall, Test, Dates, Aqua
22

3+
# The unbound_args test fails on methods with signature like foo(::Type{Tuple{Vararg{V}}}) where V
4+
# Seems like a bug.
35
Aqua.test_all(PythonCall, unbound_args=false)
46

57
@testset "PythonCall.jl" begin

0 commit comments

Comments
 (0)