You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Drew Farris (JIRA)" <ji...@apache.org> on 2009/12/15 16:05:18 UTC

[jira] Updated: (MAHOUT-225) Rename mahout-matrix to mahout-math

     [ https://issues.apache.org/jira/browse/MAHOUT-225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Drew Farris updated MAHOUT-225:
-------------------------------

    Description: 
Per discussion on the dev list, this patch renames:

o.a.m.matrix -> o.a.m.math
o.a.m.jet -> o.a.m.math.jet

Things currently under o.a.m.matrix would retain their existing names,
with s/matrix/math, for example:

o.a.m.math.bitvector
o.a.m.math.buffer
o.a.m.math.function
o.a.m.math.list
o.a.m.math.map
o.a.m.math.matrix

The maven submodule is changed from mahout-matrix to mahout-math

Apply this patch with -E to delete empty files, and then 'svn delete matrix' and 'svn add math' -- I couldn't figure out how to get patch to set that up automatically.

Verified that patch applies cleanly to r890796, build completes and unit tests work.

  was:
Per discussion on the dev list, this patch renames:

o.a.m.matrix -> o.a.m.math
o.a.m.jet -> o.a.m.math.jet

Things currently under o.a.m.matrix would retain their existing names,
with s/matrix/math, for example:

o.a.m.math.bitvector
o.a.m.math.buffer
o.a.m.math.function
o.a.m.math.list
o.a.m.math.map
o.a.m.math.matrix

The maven submodule is changed from mahout-matrix to mahout-math

Apply this patch with -E to delete empty files, and then 'svn delete matrix' to remove the old matrix tree -- I couldn't figure out how to get patch to set that up automatically.

Verified that patch applies cleanly to r890796, build completes and unit tests work.


> Rename mahout-matrix to mahout-math
> -----------------------------------
>
>                 Key: MAHOUT-225
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-225
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Matrix
>    Affects Versions: 0.2
>            Reporter: Drew Farris
>         Attachments: mahout-matrix-rename.patch
>
>
> Per discussion on the dev list, this patch renames:
> o.a.m.matrix -> o.a.m.math
> o.a.m.jet -> o.a.m.math.jet
> Things currently under o.a.m.matrix would retain their existing names,
> with s/matrix/math, for example:
> o.a.m.math.bitvector
> o.a.m.math.buffer
> o.a.m.math.function
> o.a.m.math.list
> o.a.m.math.map
> o.a.m.math.matrix
> The maven submodule is changed from mahout-matrix to mahout-math
> Apply this patch with -E to delete empty files, and then 'svn delete matrix' and 'svn add math' -- I couldn't figure out how to get patch to set that up automatically.
> Verified that patch applies cleanly to r890796, build completes and unit tests work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.