Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudbuzing committed Jan 28, 2020
1 parent f980408 commit 5a7ec08
Show file tree
Hide file tree
Showing 541 changed files with 75,312 additions and 10 deletions.
13 changes: 10 additions & 3 deletions Prototypes/PacletInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Context -> {"Prototypes`"},
Symbols ->
{"Prototypes`AdjectiveQ","Prototypes`AdverbQ","Prototypes`AlphaChannelQ","Prototypes`Antepenultimate",
"Prototypes`Antonyms","Prototypes`BoxSyntaxQ","Prototypes`BuildCompilerLibraries",
"Prototypes`BoxSyntaxQ","Prototypes`BuildCompilerLibraries",
"Prototypes`BuildInfo","Prototypes`BuildWikiDocumentation","Prototypes`By",
"Prototypes`CapitalizeSentences","Prototypes`CaptureFromIPCamera","Prototypes`ClickToCopy",
"Prototypes`CommonestBy","Prototypes`CopyAsBitmap","Prototypes`CreateDock",
Expand All @@ -40,14 +40,14 @@
"Prototypes`NotebookTranslate","Prototypes`NounQ","Prototypes`OpenSky",
"Prototypes`PacletInformationDataset","Prototypes`Penultimate","Prototypes`PrimeCount",
"Prototypes`PrimeSum","Prototypes`Prototype","Prototypes`QuickSearch","Prototypes`RandomDelete",
"Prototypes`RandomGeoPosition", "Prototypes`RandomPosition","Prototypes`RandomRomanNumeral",
"Prototypes`RandomPosition","Prototypes`RandomRomanNumeral",
"Prototypes`RandomWikipediaData","Prototypes`Rarest","Prototypes`RarestBy",
"Prototypes`RenderOnlineNotebook","Prototypes`ResourceObjectDataset","Prototypes`ResourceObjectManager",
"Prototypes`RGBColor255","Prototypes`Runtime","Prototypes`Second","Prototypes`SetAutoStyleOptions",
"Prototypes`Seventh","Prototypes`Sixth","Prototypes`StandardDeviationBy","Prototypes`StringComplement",
"Prototypes`StringDisjointQ","Prototypes`StringFirst","Prototypes`StringIntersectingQ",
"Prototypes`StringIntersection","Prototypes`StringLast","Prototypes`StringMost","Prototypes`StringRest",
"Prototypes`StringSort","Prototypes`StringSwap","Prototypes`StringUnion","Prototypes`Synonyms",
"Prototypes`StringSort","Prototypes`StringSwap","Prototypes`StringUnion",
"Prototypes`SystemStringOpen","Prototypes`Tenth","Prototypes`Third","Prototypes`ToStringFileName",
"Prototypes`TranslationCell","Prototypes`Ultimate","Prototypes`Uniconize","Prototypes`UnmatchQ",
"Prototypes`URLHash","Prototypes`VarianceBy","Prototypes`VerbQ","Prototypes`What3Words",
Expand All @@ -65,3 +65,10 @@
}
}
]

(*
These functions have been adopted in the System` context:
"Prototypes`Synonyms"
"Prototypes`Antonyms"
"Prototypes`RandomGeoPosition"
*)
5 changes: 3 additions & 2 deletions Prototypes/Prototypes.wl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Module[ {files},

(* load in any session *)
files = {"Build.wl", "Dataset.wl", "Files.wl", "Cloud.wl",
"Image.wl", "Language.wl", "Paclet.wl", "Formats.wl",
"Image.wl", "Language.wl", "Paclet.wl", "Formats.wl", "Import.wl",
"Resources.wl", "Search.wl", "String.wl", "System.wl", "Color.wl", "Styles.wl",
"Entities.wl", "WolframAlpha.wl", "Translation.wl","GeoGraphics.wl", "Words.wl", "Packages.wl", "Random.wl",
"Cryptography.wl", "External.wl", "Service/What3Words.wl", "Service/OpenSky.wl", "Service/Satellite.wl", "Service/IPStack.wl",
Expand All @@ -44,14 +44,15 @@ Module[ {files},
];
];

(*
If[
$VersionNumber > 11.3,
(* functions which have become System functions *)
Prototypes`RandomGeoPosition=System`RandomGeoPosition;
Prototypes`Antonyms=System`Antonyms;
Prototypes`Synonyms=System`Synonyms;
]

*)

AppendTo[ timings, "End" ->N@SessionTime[] ];

Expand Down
1 change: 1 addition & 0 deletions Prototypes/Source/Import.wl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ImportExport`RegisterImport["SVG",Prototypes`JavaImport,"DefaultElement" -> "Image"];
Loading

0 comments on commit 5a7ec08

Please sign in to comment.