Last change
on this file since 456 was
43,
checked in by mmc, 19 years ago
|
- Added a new Rappture.result() function to the Python library.
This makes it easy to finalize results. See examples/graph
for example use.
- Added examples/graph to illustrate a simple tool with a string
and two numbers for input.
- Fixed the XY graph to show crosshairs and pop-up info when
you mouse over particular points.
- Fixed Rappture::exec so that it doesn't add stray newlines when
a program has lots (more than 8k) of output.
- Fixed the analyzer to recognize the <tool><analyzer> tag.
When set to "last", this automatically clears the last result.
Handy for programs like SPICE, where you don't compare much,
but keep running one new simulation after another.
- Fixed <string> entries to enable the Simulate button after
each editing keystroke.
|
File size:
276 bytes
|
Line | |
---|
1 | from distutils.core import setup |
---|
2 | setup(name='Rappture', |
---|
3 | version='0.1', |
---|
4 | description='Rapid Application Infrastructure library for nanoHUB.org', |
---|
5 | url='http://www.nanohub.org/', |
---|
6 | py_modules=['Rappture.library','Rappture.interface','Rappture.number','Rappture.result'], |
---|
7 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.