Skip to content

Releases: arnoudbuzing/prototypes

Version 0.3.8

31 Aug 17:42
Compare
Choose a tag to compare
Version 0.3.8 Pre-release
Pre-release

Start of adding proper documentation files

Version 0.3.7

29 Aug 21:43
Compare
Choose a tag to compare
Version 0.3.7 Pre-release
Pre-release

Add RandomRomanNumeral function

Version 0.3.6

29 Aug 20:05
Compare
Choose a tag to compare
Version 0.3.6 Pre-release
Pre-release

Adds RandomWikipediaData to get a random Wikipedia article

Version 0.3.5

16 Aug 15:12
Compare
Choose a tag to compare
Version 0.3.5 Pre-release
Pre-release
  • Extend Needs syntax to allow Needs[ <list of packages> ] to work
  • Change Prototypes loading from Automatic to "Startup" (so it always loads when the kernel starts).

Version 0.3.4

14 Aug 18:39
Compare
Choose a tag to compare
Version 0.3.4 Pre-release
Pre-release

Make StringSwap work in a more sensible way

Version 0.3.3

14 Aug 14:39
Compare
Choose a tag to compare
Version 0.3.3 Pre-release
Pre-release

Rename StringFlip to StringSwap and add Antonyms, Synonyms, NounQ, VerbQ, AdjectiveQ, and AdverbQ

Version 0.3.2

13 Aug 18:57
Compare
Choose a tag to compare
Version 0.3.2 Pre-release
Pre-release

Add StringFlip

Version 0.3.1

06 Aug 21:31
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

Add FilePartition and FileJoin

Version 0.3.0

06 Jun 20:11
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

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

05 Jun 15:23
Compare
Choose a tag to compare
Version 0.2.9 Pre-release
Pre-release

Add image capture from live RTSP stream (requires FFMPEG)