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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jan 7 07:34:22 PST 2015


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/346cd035dd9b/
Changeset:   346cd035dd9b
Branch:      yt
User:        jzuhone
Date:        2015-01-06 20:21:03+00:00
Summary:     Prefixing Amperes doesn't work without this
Affected #:  1 file

diff -r 0fb4a3521239a0f0bba010cc34dd1dddf160dd84 -r 346cd035dd9b726841e41688775a0016cd40d336 yt/units/unit_lookup_table.py
--- a/yt/units/unit_lookup_table.py
+++ b/yt/units/unit_lookup_table.py
@@ -200,6 +200,7 @@
     "T",
     "A",
     "C",
+    "statA",
 )
 
 cgs_base_units = {


https://bitbucket.org/yt_analysis/yt/commits/076a6a053084/
Changeset:   076a6a053084
Branch:      yt
User:        xarthisius
Date:        2015-01-07 15:34:14+00:00
Summary:     Merged in jzuhone/yt-3.x (pull request #1393)

Prefixing Amperes doesn't work without this
Affected #:  1 file

diff -r a6e653dcc211d19eccbda71956e29a0ca71d764f -r 076a6a053084aba1fcbc670d916e05c5828e109f yt/units/unit_lookup_table.py
--- a/yt/units/unit_lookup_table.py
+++ b/yt/units/unit_lookup_table.py
@@ -201,6 +201,7 @@
     "T",
     "A",
     "C",
+    "statA",
 )
 
 cgs_base_units = {

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