-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
flip phillips
committed
Apr 24, 2018
1 parent
81de18a
commit e0135d5
Showing
11 changed files
with
161 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,66 @@ | ||
Paclet[ | ||
Name -> "FPTools", | ||
Description -> "Tools for introspection, debugging, syntatic sugar, etc.", | ||
Creator -> "Flip Phillips <[email protected]>", | ||
Publisher -> "Skidmore Vision Lab", | ||
Copyright -> "©2018- Flip Phillips & Misc Contributors", | ||
License -> "MIT", | ||
Version -> "0.1.14", | ||
BuildNumber -> "124", | ||
MathematicaVersion -> "11.2+", | ||
URL -> "https://github.com/flipphillips/FPTools", | ||
Thumbnail -> "Documentation/icon.png", | ||
Loading -> Automatic, | ||
Extensions -> { | ||
{ "Documentation", | ||
MainPage -> "Guides/FPTools", | ||
Language -> "English"}, | ||
{ "Kernel", | ||
Symbols -> { | ||
"FPTools`$FPToolsVersion","FPTools`$FPToolsDebug", | ||
|
||
"FPTools`Spelunk","FPTools`PropertiesAvailability","FPTools`PropertiesDataset", | ||
|
||
"FPTools`EntityPropertiesDataset", | ||
"FPTools`ConceptBroaden","FPTools`ConceptDistance","FPTools`ConceptDepth", | ||
|
||
"FPTools`RectangleToDisk", | ||
|
||
"FPTools`ImageIdentifyFP","FPTools`BlurFaces","FPTools`AddAlphaChannel", | ||
"FPTools`LensDistortPoint", "FPTools`LensDistortionCorrection", | ||
"FPTools`$MachineAddressesExternal", | ||
|
||
"FPTools`ApplyIf", | ||
|
||
"FPTools`VersionInformation", | ||
"FPTools`VersionString","FPTools`VersionBuildString", | ||
"FPTools`VersionWriteInformation","FPTools`VersionBumpBuild", | ||
"FPTools`UpdatePacletFile", | ||
|
||
"FPTools`ImportAsDataset", "FPTools`FindZeroCrossings","FPTools`UnitizedGaussianPDF", | ||
|
||
"FPTools`$FFMpegPath", "FPTools`ImportMP4Frame", "FPTools`ImportMP4Frames", "FPTools`ImportWebFrame", | ||
|
||
"FPTools`GARepopulate","FPTools`GAMutate","FPTools`GACrossover" | ||
}, | ||
Context -> {"FPTools`"} } | ||
} | ||
Name -> "FPTools", | ||
Description -> "Tools for introspection, debugging, syntatic sugar, etc.", | ||
Creator -> "Flip Phillips <[email protected]>", | ||
Publisher -> "Skidmore Vision Lab", | ||
Copyright -> "©2018- Flip Phillips & Misc Contributors", | ||
License -> "MIT", | ||
Version -> "0.1.15", | ||
BuildNumber -> "129", | ||
MathematicaVersion -> "11.2+", | ||
URL -> "https://github.com/flipphillips/FPTools", | ||
Thumbnail -> "Documentation/icon.png", | ||
Loading -> Automatic, | ||
Extensions -> { | ||
{ "Documentation", | ||
MainPage -> "Guides/FPTools", | ||
Language -> "English"}, | ||
{ "Kernel", | ||
Symbols -> { | ||
(* globals *) | ||
"FPTools`$FPToolsVersion","FPTools`$FPToolsDebug", | ||
|
||
(* data *) | ||
"FPTools`ImportAsDataset", | ||
|
||
(* Entity *) | ||
"FPTools`EntityPropertiesDataset", | ||
"FPTools`ConceptBroaden","FPTools`ConceptDistance","FPTools`ConceptDepth", | ||
|
||
(* GAs *) | ||
"FPTools`GARepopulate","FPTools`GAMutate","FPTools`GACrossover", | ||
|
||
(* Graphics *) | ||
"FPTools`RectangleToDisk", | ||
|
||
(* Image *) | ||
"FPTools`ImageIdentifyFP", | ||
"FPTools`BlurFaces","FPTools`FindFaceImages", | ||
"FPTools`AddAlphaChannel", | ||
"FPTools`LensDistortPoint", "FPTools`LensDistortionCorrection", | ||
(* ffmpeg *) | ||
"FPTools`$FFMpegPath", "FPTools`ImportMP4Frame", "FPTools`ImportMP4Frames", "FPTools`ImportWebFrame", | ||
|
||
(* internet *) | ||
"FPTools`$MachineAddressesExternal", | ||
|
||
(* introspection *) | ||
"FPTools`Spelunk","FPTools`PropertiesAvailability","FPTools`PropertiesDataset", | ||
"FPTools`NewKernelEvaluate","FPTools`GetSymbolsDefinedInMX", | ||
|
||
(* signals *) | ||
"FPTools`FindZeroCrossings","FPTools`UnitizedGaussianPDF", | ||
|
||
(* sugar *) | ||
"FPTools`ApplyIf", | ||
|
||
(* versioning *) | ||
"FPTools`VersionInformation", | ||
"FPTools`VersionString","FPTools`VersionBuildString", | ||
"FPTools`VersionWriteInformation","FPTools`VersionBumpBuild", | ||
"FPTools`UpdatePacletFile" | ||
|
||
}, | ||
Context -> {"FPTools`"} } | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters