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

Bitbucket commits-noreply at bitbucket.org
Tue Feb 19 06:41:21 PST 2013


5 new commits in yt-doc:

https://bitbucket.org/yt_analysis/yt-doc/commits/f6bfb7dc115e/
changeset:   f6bfb7dc115e
user:        ngoldbaum
date:        2013-02-16 02:01:25
summary:     Bumping dependency version numbers in the install notes.
affected #:  1 file

diff -r a8c617f1aee7175c1cca8f34e6e88661be73e0a7 -r f6bfb7dc115e462f430aa7b2cf4f8654dce75479 source/advanced/installing.rst
--- a/source/advanced/installing.rst
+++ b/source/advanced/installing.rst
@@ -48,24 +48,29 @@
 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
+ * Python-2.7.3, 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)
+ * HDF5-1.8.9 or higher (at least 1.8.7)
+ * h5py-2.1.0 (2.0 fixes a major bug)
+ * Matplotlib-1.2.0 or higher
+ * Mercurial-2.5.1 or higher (anything higher than 1.5 works)
+ * Cython-0.17.1 or higher (at least 0.15.1)
 
 Optional Libraries
 ++++++++++++++++++
 
 These libraries are all optional, but they are highly recommended.
 
- * Forthon-0.8.5 or higher (for halo finding and correlation functions)
- * libpng-1.2.43 or higher (for raw image outputting)
+ * Forthon-0.8.10 or higher (for halo finding and correlation functions)
+ * libpng-1.5.12 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 work)
- * ExtJS 3.3.1 and PhiloGL 1.4.2 (for Reason, the yt GUI)
+ * IPython-0.13.1 (0.10 will also work)
+ * PyX-0.11.1
+ * zeromq-2.2.0 (needed for IPython notebook)
+ * pyzmq-2.2.11 (needed for IPython notebook)
+ * tornado-2.2  (needed for IPython notebook)
+ * sympy-0.7.2 
+ * nose-1.2.1
 
 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


https://bitbucket.org/yt_analysis/yt-doc/commits/165483e3a8ef/
changeset:   165483e3a8ef
user:        ngoldbaum
date:        2013-02-16 02:06:07
summary:     Adding some content on Mike's ubuntu PPA.
affected #:  1 file

diff -r f6bfb7dc115e462f430aa7b2cf4f8654dce75479 -r 165483e3a8ef0c9a463fff29a1b455a7b5009e73 source/advanced/installing.rst
--- a/source/advanced/installing.rst
+++ b/source/advanced/installing.rst
@@ -119,7 +119,17 @@
 Ubuntu PPAs
 +++++++++++
 
-We do not yet provide PPAs for Ubuntu, but we hope to in the near future.
+Mike Kuhlen has kindly provided PPAs for Ubuntu. If you're running Ubuntu, you
+can install these easily:
+
+.. code-block:: bash
+
+   $ sudo add-apt-repository ppa:kuhlen
+   $ sudo apt-get update
+   $ sudo apt-get install yt
+
+If you'd like a development branch of yt, you can change yt for yt-devel to get
+the most recently packaged development branch.
 
 MacPorts
 ++++++++


https://bitbucket.org/yt_analysis/yt-doc/commits/7c5ab0f1695a/
changeset:   7c5ab0f1695a
user:        ngoldbaum
date:        2013-02-16 02:09:12
summary:     Minor rst fix.
affected #:  1 file

diff -r 165483e3a8ef0c9a463fff29a1b455a7b5009e73 -r 7c5ab0f1695a8a4a0a23bd347424987cf4a3a2a0 source/advanced/plugin_file.rst
--- a/source/advanced/plugin_file.rst
+++ b/source/advanced/plugin_file.rst
@@ -7,6 +7,8 @@
 objects and so on without modifying the source code of yt.  The plugin file
 will be executed if it is detected, and it must be::
 
+.. code-block:: bash
+
    $HOME/.yt/my_plugins.py
 
 The code in this file can thus add fields, add derived quantities, add


https://bitbucket.org/yt_analysis/yt-doc/commits/5a6a17e876b9/
changeset:   5a6a17e876b9
user:        ngoldbaum
date:        2013-02-16 02:12:04
summary:     Underscores -> dashes for radial column density tag.
affected #:  2 files

diff -r 7c5ab0f1695a8a4a0a23bd347424987cf4a3a2a0 -r 5a6a17e876b9dca47f19d6a696cf3510be709ca6 source/analysis_modules/radial_column_density.rst
--- a/source/analysis_modules/radial_column_density.rst
+++ b/source/analysis_modules/radial_column_density.rst
@@ -1,4 +1,4 @@
-.. _radial_column_density:
+.. _radial-column-density:
 
 Radial Column Density
 =====================

diff -r 7c5ab0f1695a8a4a0a23bd347424987cf4a3a2a0 -r 5a6a17e876b9dca47f19d6a696cf3510be709ca6 source/changelog.rst
--- a/source/changelog.rst
+++ b/source/changelog.rst
@@ -241,7 +241,7 @@
    (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`)
+ * Column density calculations (see :ref:`radial-column-density`)
  * Massive speedup for 1D profiles
  * Lots more, bug fixes etc.
  * Substantial improvements to the documentation, including


https://bitbucket.org/yt_analysis/yt-doc/commits/52ae39552850/
changeset:   52ae39552850
user:        MatthewTurk
date:        2013-02-19 15:41:14
summary:     Merged in ngoldbaum/yt-doc (pull request #79)

Updating out of date install information
affected #:  4 files
Diff not available.

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