Skip to content

msollami/mutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub (pre-)release Github All Releases

mutils

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.

Installation

  1. Download the latest release, distributed as a .paclet file,

  2. 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"

Testing

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 to Tests/tests.wlt file.

Feedback