-
Notifications
You must be signed in to change notification settings - Fork 17
More default parameters in C API #40
Comments
Hi there, All these are valid issues. We are currently building a Python interface (it will be very similar to NumPy, SciPy and SciDB-Py), so probably all these issues will be resolved. Let's revisit this once we publish the Python interface. Thanks! |
I see. Is your development branch public on github yet? On Wed, Jul 20, 2016 at 8:23 AM, Stavros Papadopoulos <
|
Hello, Sorry about the late reply. I have just gotten back from vacation. This development work is on my local repo. I am still shaping the Python interface. I do not want to publish this yet, as it is undergoing too many changes. However, I could commit some skeleton work on my local fork, and you could gain access to it. It would be great if you could then share your thoughts about what is good and what to change! I'll try to have this done soon. Cheers, |
That sounds good thanks. On Tuesday, August 2, 2016, Stavros Papadopoulos [email protected]
|
Hello, any updates on Python interface? thx! |
Hi there. In fact yes, we are starting its more aggressive development now. Please stay tuned, we will try to have it out very soon! :) |
Hi, I think it would be great if the some of the functions in the C API had more default parameters (that the users do not have to specify), as well as serializing some additional data. For example:
float*, int*, char**
. This would be especially helpful for writing interfaces in dynamically typed languages such as Python and R.value
parameter intiledb_array_iterator_get_value
.The text was updated successfully, but these errors were encountered: