[yt-svn] commit/yt: 3 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Mar 24 13:41:15 PDT 2017


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/97cc0a170c28/
Changeset:   97cc0a170c28
Branch:      yt
User:        al007
Date:        2017-03-22 19:30:20+00:00
Summary:     Add warning for OS X users concerning nightly builds.
Affected #:  1 file

diff -r 67f6393d8e53528357604621a5b5ad0ffbcc52bb -r 97cc0a170c283295a38654de5e4fbc25d5fb586b doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -279,6 +279,9 @@
 Nightly Conda Builds
 ^^^^^^^^^^^^^^^^^^^^
 
+**Note**: Nightly builds for OS X are currently unavailable. OS X users that
+want the most recent yt are encouraged to go to :ref:`conda-source-build`.
+
 If you would like to install latest development version of yt, you can download
 it from our custom anaconda channel:
 
@@ -314,7 +317,7 @@
 
 .. code-block:: bash
 
-  $ conda install cython mercurial sympy ipython matplotlib
+  $ conda install -c conda-forge cython mercurial sympy ipython matplotlib netCDF4
 
 In addition, you will need a C compiler installed.
 


https://bitbucket.org/yt_analysis/yt/commits/c256cd2f9e42/
Changeset:   c256cd2f9e42
Branch:      yt
User:        al007
Date:        2017-03-24 19:51:31+00:00
Summary:     Remove now unnecessary OS X warning.
Affected #:  1 file

diff -r 97cc0a170c283295a38654de5e4fbc25d5fb586b -r c256cd2f9e4297f9c759860e8e44d1651e94705f doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -279,9 +279,6 @@
 Nightly Conda Builds
 ^^^^^^^^^^^^^^^^^^^^
 
-**Note**: Nightly builds for OS X are currently unavailable. OS X users that
-want the most recent yt are encouraged to go to :ref:`conda-source-build`.
-
 If you would like to install latest development version of yt, you can download
 it from our custom anaconda channel:
 


https://bitbucket.org/yt_analysis/yt/commits/7a9c1db6eb09/
Changeset:   7a9c1db6eb09
Branch:      yt
User:        ngoldbaum
Date:        2017-03-24 20:41:07+00:00
Summary:     Merged in al007/yt (pull request #2555)

Add conda-forge channel to conda install command
Affected #:  1 file

diff -r c7f3b670327ec01fda6ad7e7210c840a91af754c -r 7a9c1db6eb09295e159e63c996c1a4399effa480 doc/source/installing.rst
--- a/doc/source/installing.rst
+++ b/doc/source/installing.rst
@@ -314,7 +314,7 @@
 
 .. code-block:: bash
 
-  $ conda install cython mercurial sympy ipython matplotlib
+  $ conda install -c conda-forge cython mercurial sympy ipython matplotlib netCDF4
 
 In addition, you will need a C compiler installed.

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

--

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