JuliaComputing / DataSets.jl

MIT License
107 stars 3 forks source link

The road to DataSets 1.0 #43

Open c42f opened 2 years ago

c42f commented 2 years ago

Here's a rough list of items I'm considering on the path to a DataSets-1.0 release. Several of these can and should be done prior to version 1.0 in case the APIs need to be adjusted a bit before the 1.0 release.

CarloLucibello commented 2 years ago

For dynamically loading Julia modules, in MLDatasets.jl we now use the @lazy import macro from LazyModules and our own @require import macro (similar to @lazy but requiring the user to add the import to its code).