-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Open
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationhelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request
Description
There are still usages of Array{T, 1} throughout the codebase. In some rare cases they are intentional but in many cases this is a holdover from very old versions of Julia. Especially in example output we should pretty much always be using Vector and Matrix rather than Array{T, 1} and Array{T, 2}.
Tagging with the docs label because it is most important to fix this for documentation and less important (if at all) to make the change in source code.
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationhelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull request