Releases: arnoudbuzing/prototypes
Releases · arnoudbuzing/prototypes
Version 0.3.8
Start of adding proper documentation files
Version 0.3.7
Add RandomRomanNumeral
function
Version 0.3.6
Adds RandomWikipediaData
to get a random Wikipedia article
Version 0.3.5
- Extend
Needs
syntax to allowNeeds[ <list of packages> ]
to work - Change
Prototypes
loading fromAutomatic
to"Startup"
(so it always loads when the kernel starts).
Version 0.3.4
Make StringSwap
work in a more sensible way
Version 0.3.3
Rename StringFlip
to StringSwap
and add Antonyms
, Synonyms
, NounQ
, VerbQ
, AdjectiveQ
, and AdverbQ
Version 0.3.2
Add StringFlip
Version 0.3.1
Add FilePartition
and FileJoin
Version 0.3.0
Adds Prototype["StringJoin"]
, a function which, when called, modifies the StringJoin
function to automatically convert integers and reals to strings:
"a" <> 1 (* gives "a1" *)
and:
"a" <> 3.14 (* gives "a3.14" *)
Version 0.2.9
Add image capture from live RTSP
stream (requires FFMPEG
)