My personal suite of Mathematica utilities. This package was primarily created for my own needs, if however you find it useful, please drop me an email.
- The paclet building scripts are from szhorvat's excellent MaTeX package.
- I'll have a blog post out soon for a detailed introduction to mutils and up-to-date troubleshooting information out with the initial release.
-
Download the latest release, distributed as a
.paclet
file, -
Install it using the
PacletInstall
function in Mathematica:Needs["PacletManager`"] PacletInstall["~/Downloads/mutils-1.0.0.paclet"]
-
Beware loading the package file directly as things may break if installed this way:
Import @ "https://raw.githubusercontent.com/msollami/mutils/master/mutils/mutils.m"
Tests are stored in Tests/tests.wlt
- To run the package's tests, run
Tests/test_summary.nb
- To add new tests to the package, add them as testing cells in
Tests/test.nb
and then export toTests/tests.wlt
file.
- Send feedback or bug reports to
msollami
atgmail.com
or open an issue in the tracker.