[yt-svn] commit/yt-doc: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Tue Dec 13 08:50:11 PST 2011


2 new commits in yt-doc:


https://bitbucket.org/yt_analysis/yt-doc/changeset/24036ceb8942/
changeset:   24036ceb8942
user:        MatthewTurk
date:        2011-12-13 17:10:38
summary:     Updating dependencies and adding WebGL stuff to changelog and reason section.
affected #:  3 files

diff -r 808e74fa05e113491a56e8021e892586c7471c9f -r 24036ceb8942f84fcaa38948a9f4d5f6572d7c59 source/advanced/installing.rst
--- a/source/advanced/installing.rst
+++ b/source/advanced/installing.rst
@@ -39,26 +39,32 @@
 document; if you run into any problems, your best course of action is to
 consult with the documentation for the individual projects.
 
+.. _dependencies:
+
 Required Libraries
 ++++++++++++++++++
 
- * Python-2.7.x, but not (yet) 3.0 or higher
- * NumPy-1.5.1 or higher (preferably 1.5.1)
- * HDF5-1.8.6 or higher 
- * h5py-1.3.1
- * Matplotlib-1.0.0 or higher
- * Mercurial-1.8 or higher
- * Cython-0.14 or higher
+This is a list of libraries installed by the installation script.  The version
+numbers are those used by the installation script -- ``yt`` may work with lower
+versions or higher versions, but these are known to work.
+
+ * Python-2.7.2, but not (yet) 3.0 or higher
+ * NumPy-1.6.1 (at least 1.4.1)
+ * HDF5-1.8.7 or higher (at least 1.8.7)
+ * h5py-2.0.1 (2.0 fixes a major bug)
+ * Matplotlib-1.1.0 or higher
+ * Mercurial-2.0 or higher (anything higher than 1.5 works)
+ * Cython-0.15.1 or higher (at least 0.15.1)
 
 Optional Libraries
 ++++++++++++++++++
 
 These libraries are all optional, but they are highly recommended.
 
- * Forthon-0.8.4 or higher (for halo finding and correlation functions)
+ * Forthon-0.8.5 or higher (for halo finding and correlation functions)
  * libpng-1.2.43 or higher (for raw image outputting)
  * FreeType-2.4.4 or higher (for text annotation on raw images)
- * IPython-0.10 (not higher)
+ * IPython-0.11 (0.10 will also wrok)
 
 If you are attempting to install manually, and you are not installing into a
 fully-isolated location, you should probably use your system's package


diff -r 808e74fa05e113491a56e8021e892586c7471c9f -r 24036ceb8942f84fcaa38948a9f4d5f6572d7c59 source/interacting/reason.rst
--- a/source/interacting/reason.rst
+++ b/source/interacting/reason.rst
@@ -107,6 +107,8 @@
 
 Now you can open the URL printed out.
 
+.. _within-reason:
+
 What is Within Reason?
 ++++++++++++++++++++++
 
@@ -147,8 +149,7 @@
 useful if you are iterating on a command.
 
 You can also right-click on a parameter file to create slices, projections and
-to view grid information.  *(There is also an experimental WebGL component that
-is currently disabled!)*  If you right click on a parameter file, you can
+to view grid information.  If you right click on a parameter file, you can
 choose to project the dataset.  Progress bars have been added, so you should be
 mapserver.png
 able to view progress as normal:
@@ -172,8 +173,15 @@
 and the option to upload the image to `imgur.com <http://imgur.com/>`_, a
 simple image sharing service on the web.
 
-There are also phase plot widgets, slice widgets, and we're working on a few
-other fun WebGL widgets.
+You can also click the button "Pannable Map" to open up a Google Maps-style
+interface, using the same underlying code as described in :ref:`mapserver`.
+
+Once you have created a data object, for instance by creating a sphere or a
+region inside the scripting window, you can right click on that object to
+extract isocontours.  The resultant widget, based on `PhiloGL
+<http://senchalabs.github.com/philogl/>`_, will be colored with the field you
+sampled and will be shaped like the extracted isocontour at your specified
+value.
 
 What Special Things Can Reason Do?
 ++++++++++++++++++++++++++++++++++


diff -r 808e74fa05e113491a56e8021e892586c7471c9f -r 24036ceb8942f84fcaa38948a9f4d5f6572d7c59 source/reference/changelog.rst
--- a/source/reference/changelog.rst
+++ b/source/reference/changelog.rst
@@ -17,6 +17,8 @@
  * Bug fixes for tests
  * Parallel data loading for RAMSES, along with other speedups and improvements
    there
+ * WebGL interface for isocontours and a pannable map widget added to Reason
+   (see :ref:`within-reason`)
  * Performance improvements for volume rendering
  * Adaptive HEALpix support (see :ref:`adaptive_healpix_volume_rendering`)
  * Column density calculations (see :ref:`radial_column_density`)



https://bitbucket.org/yt_analysis/yt-doc/changeset/fef59d1e79f9/
changeset:   fef59d1e79f9
user:        MatthewTurk
date:        2011-12-13 17:11:36
summary:     Adding ExtJS and PHiloGL
affected #:  1 file

diff -r 24036ceb8942f84fcaa38948a9f4d5f6572d7c59 -r fef59d1e79f9e5eb709cf3c83fbf493c10c5ef00 source/advanced/installing.rst
--- a/source/advanced/installing.rst
+++ b/source/advanced/installing.rst
@@ -64,7 +64,8 @@
  * Forthon-0.8.5 or higher (for halo finding and correlation functions)
  * libpng-1.2.43 or higher (for raw image outputting)
  * FreeType-2.4.4 or higher (for text annotation on raw images)
- * IPython-0.11 (0.10 will also wrok)
+ * IPython-0.11 (0.10 will also work)
+ * ExtJS 3.3.1 and PhiloGL 1.4.2 (for Reason, the yt GUI)
 
 If you are attempting to install manually, and you are not installing into a
 fully-isolated location, you should probably use your system's package

Repository URL: https://bitbucket.org/yt_analysis/yt-doc/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list