Skip to content
This repository was archived by the owner on Mar 6, 2018. It is now read-only.

Standalone Mac Lane 1.7.3

Choose a tag to compare

@saraedum saraedum released this 14 Jan 20:07
· 25 commits to master since this release

Stable version of the Mac Lane infrastructure for discrete (pseudo-)valuations which should work on an unmodified Sage 7.4 or later.

To use, download the attached archive and

$ tar zxf mac_lane-1.7.3.tgz
$ sage
sage: from mac_lane import *
sage: pAdicValuation(QQ, 2)
2-adic valuation

The code heavily uses assert statements. These checks can be quite expensive. To disable them, start sage as PYTHONOPTIMIZE=yes sage.

Changes in this version

  • Performance improvements