nguyenv
nguyenv
* Currently, `datetime64` values in `QueryCondition`s should be casted to UNIX seconds
* Allow warning message `make_current is deprecated` * This warning message is emitted from the Hurricane library via Dask in Python 3.7 on POSIX
- Microsoft is currently issuing brownouts for macOS 10.15. Support in GitHub Actions will cease at the end of August and in Azure at the end of September. Our minimum...
* As of 0.17.0, a warning is emitted when running `test_init_config` for the aarch64 conda builds with the messsage: ``` : MADV_DONTNEED does not work (memset will be used instead)...
* Previously, the `tile_max` was only correctly calculated for `np.int64`. This correctly set the `dim_max` to `dtype_max - tile` but only for `np.int64` * All other integer dtypes had `dim_max`...
* Completely failing roundtrip * Seems to be outputting the same data regardless of data input, factor, and offset?
Previously, the following NumPy array would yield the data and offset buffers below. ``` >>> tiledb.main.array_to_buffer(np.array(["", "", "", "a", "", "", "", "", "", "b"], dtype=np.unicode_), True, False) (array([97, 98,...
* Deprecate `attr_cond` in favor of `cond`