What's Changed
* more commands
* Editing the master docs by evlrobinson in https://github.com/Mego/Seriously/pull/43
* Update commands.py by kckennylau in https://github.com/Mego/Seriously/pull/50
* Update commands.py by kckennylau in https://github.com/Mego/Seriously/pull/51
* Update SeriouslyCommands.py by kckennylau in https://github.com/Mego/Seriously/pull/54
* Update SeriouslyCommands.py -- faster Fibonacci by kckennylau in https://github.com/Mego/Seriously/pull/57
* New command: E0 (α): pop a,b: push [a]*b by kckennylau in https://github.com/Mego/Seriously/pull/62
* Update tests.py by kckennylau in https://github.com/Mego/Seriously/pull/64
* Optimization of prime-related functions by kckennylau in https://github.com/Mego/Seriously/pull/66
* URGENT: BUG-FIX (and heavy optimization of prime-related functions) by kckennylau in https://github.com/Mego/Seriously/pull/67
* math.factorial accepts only integers, but float division is used. by kckennylau in https://github.com/Mego/Seriously/pull/68
* Update SeriouslyCommands.py by kckennylau in https://github.com/Mego/Seriously/pull/80
* Optimizations by kckennylau in https://github.com/Mego/Seriously/pull/82
* Optimizations by kckennylau in https://github.com/Mego/Seriously/pull/83
* Added Rabin Miller primality test code, as well as added tests for it… by misingnoglic in https://github.com/Mego/Seriously/pull/87
* Merge from master by Mego in https://github.com/Mego/Seriously/pull/93
* basic file i/o commands by Mego in https://github.com/Mego/Seriously/pull/96
* Version cmd by Mego in https://github.com/Mego/Seriously/pull/97
* update nice names by Mego in https://github.com/Mego/Seriously/pull/98
New Contributors
* evlrobinson made their first contribution in https://github.com/Mego/Seriously/pull/43
* misingnoglic made their first contribution in https://github.com/Mego/Seriously/pull/87
**Full Changelog**: https://github.com/Mego/Seriously/compare/v2.0...v2.1.27