crystal-data / num.cr

Scientific computing in pure Crystal
MIT License
151 stars 12 forks source link

Add dataset cache to avoid downloading it everytime #52

Closed hugoabonizio closed 3 years ago

hugoabonizio commented 3 years ago

Included the load_dataset_http method to be shared among datasets that handle caching to avoid downloading the file everytime it is called.

christopherzimmerman commented 3 years ago

Looks great, thank you for the PR!