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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 6 09:05:53 PDT 2015


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/20ec822793b6/
Changeset:   20ec822793b6
Branch:      yt
User:        xarthisius
Date:        2015-08-03 19:17:24+00:00
Summary:     Covnert VERSION in accordanve with PEP-0440
Affected #:  1 file

diff -r fa08e386d0da0f697cce3b5fa5752bfe5101c189 -r 20ec822793b6b91ed7f93017eb8b9dac895388e3 setup.py
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@
 # End snippet
 ######
 
-VERSION = "3.3-dev"
+VERSION = "3.3.dev0"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')


https://bitbucket.org/yt_analysis/yt/commits/498e98b866d3/
Changeset:   498e98b866d3
Branch:      yt
User:        xarthisius
Date:        2015-08-04 13:44:55+00:00
Summary:     [doc] Fix typos
Affected #:  2 files

diff -r 20ec822793b6b91ed7f93017eb8b9dac895388e3 -r 498e98b866d392bc254a843716fd563b426f7759 doc/source/reference/command-line.rst
--- a/doc/source/reference/command-line.rst
+++ b/doc/source/reference/command-line.rst
@@ -42,9 +42,9 @@
 ~~~~~~~~~~~~~~~~~~~~~~
 
 The :code:`yt` command-line tool allows you to access some of yt's basic
-funcionality without opening a python interpreter.  The tools is a collection of
+functionality without opening a python interpreter.  The tools is a collection of
 subcommands.  These can quickly making plots of slices and projections through a
-dataset, updating yt's codebase, print basic statistics about a dataset, laucnh
+dataset, updating yt's codebase, print basic statistics about a dataset, launch
 an IPython notebook session, and more.  To get a quick list of what is
 available, just type:
 

diff -r 20ec822793b6b91ed7f93017eb8b9dac895388e3 -r 498e98b866d392bc254a843716fd563b426f7759 doc/source/reference/python_introduction.rst
--- a/doc/source/reference/python_introduction.rst
+++ b/doc/source/reference/python_introduction.rst
@@ -34,7 +34,7 @@
 called on it.  ``dir()`` will return the available commands and objects that
 can be directly called, and ``dir(something)`` will return information about
 all the commands that ``something`` provides.  This probably sounds a bit
-opaque, but it will become clearer with time -- it's also probably heldsul to
+opaque, but it will become clearer with time -- it's also probably helpful to
 call ``help`` on any or all of the objects we create during this orientation.
 
 To start up Python, at your prompt simply type:


https://bitbucket.org/yt_analysis/yt/commits/803700f0f408/
Changeset:   803700f0f408
Branch:      yt
User:        ngoldbaum
Date:        2015-08-06 16:05:45+00:00
Summary:     Merged in xarthisius/yt (pull request #1671)

Convert VERSION in accordanve with PEP-0440
Affected #:  3 files

diff -r 5157b9fc61144f54817ec418fdfba9e484c842a7 -r 803700f0f40882d5e291ce779e283fcfee509f22 doc/source/reference/command-line.rst
--- a/doc/source/reference/command-line.rst
+++ b/doc/source/reference/command-line.rst
@@ -42,9 +42,9 @@
 ~~~~~~~~~~~~~~~~~~~~~~
 
 The :code:`yt` command-line tool allows you to access some of yt's basic
-funcionality without opening a python interpreter.  The tools is a collection of
+functionality without opening a python interpreter.  The tools is a collection of
 subcommands.  These can quickly making plots of slices and projections through a
-dataset, updating yt's codebase, print basic statistics about a dataset, laucnh
+dataset, updating yt's codebase, print basic statistics about a dataset, launch
 an IPython notebook session, and more.  To get a quick list of what is
 available, just type:
 

diff -r 5157b9fc61144f54817ec418fdfba9e484c842a7 -r 803700f0f40882d5e291ce779e283fcfee509f22 doc/source/reference/python_introduction.rst
--- a/doc/source/reference/python_introduction.rst
+++ b/doc/source/reference/python_introduction.rst
@@ -34,7 +34,7 @@
 called on it.  ``dir()`` will return the available commands and objects that
 can be directly called, and ``dir(something)`` will return information about
 all the commands that ``something`` provides.  This probably sounds a bit
-opaque, but it will become clearer with time -- it's also probably heldsul to
+opaque, but it will become clearer with time -- it's also probably helpful to
 call ``help`` on any or all of the objects we create during this orientation.
 
 To start up Python, at your prompt simply type:

diff -r 5157b9fc61144f54817ec418fdfba9e484c842a7 -r 803700f0f40882d5e291ce779e283fcfee509f22 setup.py
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@
 # End snippet
 ######
 
-VERSION = "3.3-dev"
+VERSION = "3.3.dev0"
 
 if os.path.exists('MANIFEST'):
     os.remove('MANIFEST')

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