mayavi2 4.0.0-2 source package in Ubuntu

Changelog

mayavi2 (4.0.0-2) unstable; urgency=low

  * Team upload
  * Boosted X-Python-Version to 2.7 to avoid FTBFS and "fails to install"
    on wheezy and sid which have python 2.7 as the default now and
    python-vtk providing bindings only for 2.7 (Closes: #645136)
 -- Julian Taylor <email address hidden>   Tue,  25 Oct 2011 09:20:35 +0000

Upload details

Uploaded by:
Julian Taylor
Uploaded to:
Precise
Original maintainer:
Python Applications Packaging Team
Architectures:
any
Section:
science
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mayavi2_4.0.0.orig.tar.gz 7.3 MiB c17dfb1ba1cdad536a1e2c23fe3d073d48a9d7b7879d86adacda30be272f15ad
mayavi2_4.0.0-2.debian.tar.gz 12.3 KiB bc6214c9d9cff5340d7b49a76deb9e5bd2790897c92e2e67ccb7337df62bad77
mayavi2_4.0.0-2.dsc 1.4 KiB 53a8c21a522c50de17a3c06c86d7e8f7d221a7806ed525877ca0a896eafc46d7

Available diffs

View changes file

Binary packages built by this source

mayavi2: scientific visualization package for 2-D and 3-D data

 MayaVi2 is a cross-platform tool for 2-D and 3-D scientific data
 visualization. Its features include:
   * Visualization of scalar, vector and tensor data in 2 and 3 dimensions
   * Easy scriptability using Python
   * Easy extendability via custom sources, modules, and data filters
   * Reading several file formats: VTK (legacy and XML), PLOT3D, etc.
   * Saving of visualizations
   * Saving rendered visualization in a variety of image formats.
 .
 MayaVi2 has been designed with scriptability and extensibility in
 mind. While the mayavi2 application is usable by itself, it may be
 used as an Envisage plugin which allows it to be embedded in user
 applications natively. Alternatively, it may be used as a
 visualization engine for any application.
 .
 This package also provides TVTK, which wraps VTK objects to provide a
 convenient, Pythonic API, while supporting Traits attributes and
 NumPy/SciPy arrays. TVTK is implemented mostly in pure Python, except
 for a small extension module.