We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf974a commit 55b41b9Copy full SHA for 55b41b9
CHANGES.md
@@ -1,9 +1,25 @@
1
# The change history of PyCall
2
3
-## master
+## 1.3.0
4
5
* Add `PyCall.without_gvl` for explicitly releasing the RubyVM GVL
6
7
+* Fix for missing if in PyObjectWrapper
8
+
9
+ *Kouhei Sutou*
10
11
+* Fix for Anaconda environment
12
13
+ *Ryo MATSUMIYA*
14
15
+* Fix against `unknown symbol "PyInt_AsSsize_t"` (Fiddle::DLError)
16
17
18
19
+* Fix for `TypeError: Compared with non class/module`
20
21
+ *Archonic*
22
23
## 1.2.1
24
25
* Prevent circular require in pycall/iruby.rb
0 commit comments