descriptionutility library; metadata, maths, vector, random numbers
homepage URLhttp://pypi.python.org/pypi/pyion
owner00ai99@gmail.com
last changeMon, 23 Feb 2009 03:12:14 +0000 (23 13:42 +1030)
content tags
add:
readme
WHAT IS IT:
a collection of generally useful routines (and experimental algorithms :)

INCLUDING:

REQUIREMENTS:

just Python 2.5, as far as I know.

pyYAML is required if you want to de/serialize metadata from/to YAML.

having NumPy installed will make certain parts of the API more flexible and much faster, though. (eg. sum of series 1,2,3,4,5...N can be calculated using a single polynomial evaluation)

Matplotlib might be eventually required for generating function plots in docs. it will not be required for just using ion.

shortlog
2009-02-23 David Gowersimprove setup.py description stringmaster
2009-01-01 David Gowerssetup : provide a more comprehensive description, paste...
2009-01-01 David Gowerstests.numbers : fix buggy notional_nbits unittest
2009-01-01 David Gowersion, ion.n: update some doctests so that all but one...
2009-01-01 David Gowers* create dummy files to make sure doc/source/.static...
2009-01-01 David Gowers* oops, missing comma broke previous commit.
2009-01-01 David Gowers* adding extrapolated repo.or.cz download url to setup.py
2009-01-01 David Gowers* further clean up
2009-01-01 David Gowers* further cleanup
2009-01-01 David Gowers* cleanups in preparation for release :)
2008-12-30 David Gowers* move examples to a more canonical location
2008-12-30 David Gowers* turn ion.n.random.gotItem into an example.
2008-12-30 David Gowers* make a place in docs for example usage. move the...
2008-12-29 David Gowers* trivial and nice ion.n.subdivisions () for determinin...
2008-12-28 David Gowers* functions to calculate
2008-12-24 David Gowers* doc improvements for ion.n.coord.triangleWeighting...
...
heads
15 years ago master