Andre Bieler
Andre Bieler
I forgot I am on linux and v0.4.5
I now convert my dates to unix-time and save them as h5. then loading and converting back to dates with `Dates.unix2datetime()` I attached timings for two versions of loading the...
So most time is spent in `h5f_get_obj_ids()` in HDF5/src/plain.jl at line 2182 and 2186 which is a ccall to `(:H5Fget_obj_count, libhdf5)` and `(:H5Fget_obj_ids, libhdf5)` respectively. So not sure something can...
Not sure it is the same problem. This here is loading content from a small file a lot of times, the other is creating a file with lots of entries....
I do also experience this memory leak. I work in Jupyter notebook and have no automatic loop, but instead I manually "loop", e.g. create plots, look at them, close figure,...
I have the same issue on Arch Linux with Julia v0.4.5 since yesterday. For me also the Python example above fails with: /home/abieler/anaconda/bin/python: symbol lookup error: /usr/lib/libpangoft2-1.0.so.0: undefined symbol: FcWeightFromOpenType...
Thanks for the explanation. I was mainly just wondering because Julia emphasizes its built in parallel capabilities. So why not use it. (I might have a data analysis problem maybe...
I would be happy to make this a test case. I dont have access to anything with more than 2 cores at the moment though.. :)
So in 0.5 I had to adapt further, due to `chr != 0xfffd` being deprecated, however when doing `UInt8(chr) != 0xfffd` there are `InexactError()` if the character does not fit...
> it won't be exactly equivalent as the bounding boxes would be shifted compared to the ones in the original image, @bpotard can you elaborate on why the bounding boxes...