You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
fromsetuptoolsimportsetup
6
6
frompathlibimportPath
7
7
8
-
AK_VERSION='0.4.0'
8
+
AK_VERSION='0.4.1'
9
9
10
10
defget_long_description() ->str:
11
11
return'''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.
// NOTE: we use platform size types here, which are appropriate for the values, but might pose issues if trying to pass pickles between 32 and 64 bit machines.
// Returns NULL on error, None otherwise. This checks and raises on non-array inputs, dimensions other than 1 or 2.
4780
+
// Returns NULL on error, True if the block should be reatained, False if the block has zero columns and should not be retained. This checks and raises on non-array inputs, dimensions other than 1 or 2, and mis-aligned columns.
0 commit comments