You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by nc...@apache.org on 2018/03/01 02:33:58 UTC

[incubator-sdap-ningesterpy] branch master updated (0ccf08f -> 2f16a45)

This is an automated email from the ASF dual-hosted git repository.

nchung pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git.


    from 0ccf08f  Merge pull request #1 from fgreg/master
     add 7388987  SDAP-26 Create new ningesterpy processor to delete axis from data array
     add f880957  SDAP-26 Create new ningesterpy processor to delete axis from data array
     new 2f16a45  Merge pull request #2 from ntquach/SDAP-26

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdap/processors/__init__.py                        |  2 ++
 .../{kelvintocelsius.py => deleteunitaxis.py}      | 19 +++++++++++++++----
 ...vintocelsius_test.py => deleteunitaxis_test.py} | 22 +++++++++++-----------
 3 files changed, 28 insertions(+), 15 deletions(-)
 copy sdap/processors/{kelvintocelsius.py => deleteunitaxis.py} (67%)
 copy tests/{kelvintocelsius_test.py => deleteunitaxis_test.py} (74%)

-- 
To stop receiving notification emails like this one, please contact
nchung@apache.org.

[incubator-sdap-ningesterpy] 01/01: Merge pull request #2 from ntquach/SDAP-26

Posted by nc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nchung pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningesterpy.git

commit 2f16a45be14f6d435990abad22036744ce523479
Merge: 0ccf08f f880957
Author: Nga Quach <ng...@gmail.com>
AuthorDate: Wed Feb 28 18:33:57 2018 -0800

    Merge pull request #2 from ntquach/SDAP-26
    
    SDAP-26 Create new ningesterpy processor to delete axis from data array

 sdap/processors/__init__.py       |  2 ++
 sdap/processors/deleteunitaxis.py | 43 +++++++++++++++++++++++++++++++++
 tests/deleteunitaxis_test.py      | 51 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 96 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
nchung@apache.org.