Results 12 issues of Zahin Zaman

This is a work-in-progress pull request addressing issue #248, i.e. implementation of a method that reduces cache misses while computing the Matrix Profile using `stump`. # How it works right...

# Pull Request Checklist Below is a simple checklist but please do not hesitate to ask for assistance! - [x] Fork, clone, and checkout the newest version of the code...

We should have a tutorial for devs that outline everything relevant for the STUMP Tiles algorithm, described in issue #248 and outlined in PR #463. It should demonstrate how the...

documentation enhancement
communication and transparency

The fonts don't work when converted to HTML and just defaults to Times New Roman: ![image](https://user-images.githubusercontent.com/35665983/144008887-abe4e0c9-7737-47f7-9103-45697a056ec3.png) The solution to this is probably including a CSS `@font-face` definition in the HTML....

Added my first attempts at optimizing `stump` using unsigned integer indexing. I added a temporarity `stumpy.stump_uint` module, which (if successfully optimized) may replace `stump`. But I haven't had too much...

This is in reference to the discussion around the differences in using `np.int64` and `np.uint64` to index numpy errors in [this PR](https://github.com/TDAmeritrade/stumpy/pull/463) and [this numba discussion thread](https://numba.discourse.group/t/uint64-vs-int64-indexing-performance-difference/1500?u=seanlaw). Based on the...

Hi there, I've recently created some banners in my repository, [Hind's Banner](https://github.com/alvii147/hinds-banner), some of which use the datasets in this repository to display the total number of Palestinians killed: ```md...

#449 details the problem. The fix was to handle the cases of `float32` and `float64` separately, and use `strconv.FormatFloat` instead of `fmt.Sprint` in those cases. I've also added a couple...

ready for review

Let's set up a simple server that responds to one endpoint `/api/{value}`, where `value` is a floating point path parameter: ```go // main.go package main import ( "fmt" "net/http" )...

Hi there, I just created [piston-ruby-sdk](https://github.com/alvii147/piston-ruby-sdk), a lightweight Ruby gem for using Piston API. Would love for this to be officially endorsed as an extension. Let me know if you...