X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Subject: [geda-user] Oscopy 0.70 released From: Arnaud Gardelein To: oscopy-dev AT oscopy DOT org, geda-user AT delorie DOT com Date: Wed, 21 Sep 2011 22:00:12 +0200 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.3- Content-Transfer-Encoding: 7bit Message-ID: <1316635212.4049.11.camel@bomberx> Mime-Version: 1.0 Reply-To: geda-user AT delorie DOT com After more than a year of development, oscopy is sufficiently mature to be released in the wild as 0.70 aka 20110921. During this release cycle we focused on the API stabilisation and enhancement and also the documentation. It is now powered by IPython, and has improved support for data post-processing and automatic recomputations on file update. And http://oscopy.org is updated. Please download this version, check whether it installs fine on your system and report any bug you see. Installation instructions are at: http://oscopy.org/wiki/oscopy/install The documentation is at: http://oscopy.org/wiki/oscopy/documentation The source repository can be found at: http://repo.or.cz/w/oscopy.git Short ChangeLog: v0.70.0 * Update API documentation * Update spanish translation * Add long ChangeLog * Bugfix: translation v0.70.0-rc2 * Bugfixes: * Signals drag and drop * help for inherited numpy.[ufuncs|fft] functions * Include oscopy API manual in the documentation building process * Add trailing space to the prompt v0.70.0-rc1 * Use ipython interpreter * Use GObject event mechanism for Signals update process * Rewrite support for computed Signals based on numpy.[ufuncs|fft] * New commands: oimport, ogui, ocontext * Support for spanish translations * Add user manual * Update help for commands * Add comments to the code * Rename commands to o* Known regression: * Support for command line options Oscopy is a kind of oscilloscope on top of IPython. It features a waveform viewer and support most of common math operations on data for post-processing (arithmetic, trigonometric, FFT, ...). Oscopy is a contribution to the simplification of the electronic simulation workflow (change design->simulate->reload files->update plots). On reloading of modified data files post-processed signals are automatically recomputed and plots updated. Oscopy supports communication with other programs like gschem that can remotely trigger datafile reloading. Oscopy is designed to be easily extended to a multi-purpose viewer with minimum effort required to add support for new data file formats or new types of plots. Arnaud.