Re: [Announce] Apache MADlib v1.15.1 released

2018-10-19 Thread Frank McQuillan
Thanks for sending this note with the details of the 1.15.1 release.  And
thanks for being the release manager again.

Frank

On Fri, Oct 19, 2018 at 10:21 AM Orhan Kislal  wrote:

> The Apache MADlib team is pleased to announce the immediate
> availability of the 1.15.1 release.
>
> The main goals of this release are:
> New features:
> - Add ubuntu support for MADlib (MADLIB-1256).
> - Elastic Net: Add grouping by non-numeric column support
> (MADLIB-1262).
> - KNN: Accept expressions for point_column_name and test_column_name
> (MADLIB-1060).
> - Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
> - Madpack: Add a script for automating changelist creation.
>
> Bug fixes:
> - Allocator: Remove 16-byte alignment in GPDB 6.
> - Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
> - Build: Remove primary key constraint in IC/DC.
> - CMake: Fix false positive for Postgres 10+ check.
> - Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
> - Margins: Copy summary table instead of renaming (MADLIB-1276).
> - MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
> - Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
> - Utilities: Use plpy.quote_ident if available.
>
> Others:
> - Simplify maintenance via removing online examples from sql functions
> (MADLIB-1260).
> - Re-enable PCA and PageRank tests (MADLIB-1264).
> - Build: Disable AppendOnly if available ( MADLIB-1273).
> - Improve documentation of various modules.
>
> The complete release notes can be found here:
>
>   https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1
>
> You can download the source release and convenience binary packages
> from Apache MADlib's download page here:
>
>   http://madlib.apache.org/download.html
>
> Alternatively, you can download through an ASF mirror near you:
>
>   https://www.apache.org/dyn/closer.lua/madlib/1.15.1
>
> 
>
> Apache MADlib is an open-source library for scalable in-database
> analytics. It provides data-parallel implementations of mathematical,
> statistical and machine learning methods for structured and
> unstructured data.
>
> The MADlib mission: to foster widespread development of scalable
> analytic skills, by harnessing efforts from commercial practice,
> academic research, and open-source development.
>
> We welcome your help and feedback. For more information on how to
> report problems, and to get involved, visit the project website at
> https://madlib.apache.org
>
> 
>
> Thank you, everyone who contributed to the MADlib 1.15.1 release. We
> look forward to continued community participation for the next
> release.
>
> Regards,
> Orhan Kislal
>


[GitHub] madlib issue #333: Update version numbers to 1.16-dev

2018-10-19 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/madlib/pull/333
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/madlib-pr-build/704/



---


[GitHub] madlib pull request #333: Update version numbers to 1.16-dev

2018-10-19 Thread orhankislal
GitHub user orhankislal opened a pull request:

https://github.com/apache/madlib/pull/333

Update version numbers to 1.16-dev



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/madlib/madlib release/new-version

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/madlib/pull/333.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #333


commit 5f4fdce8bf976914d7b929817ca5fbff0f1029ec
Author: Orhan Kislal 
Date:   2018-10-19T17:23:42Z

Update version numbers to 1.16-dev




---


[Announce] Apache MADlib v1.15.1 released

2018-10-19 Thread Orhan Kislal
The Apache MADlib team is pleased to announce the immediate
availability of the 1.15.1 release.

The main goals of this release are:
New features:
- Add ubuntu support for MADlib (MADLIB-1256).
- Elastic Net: Add grouping by non-numeric column support (MADLIB-1262).
- KNN: Accept expressions for point_column_name and test_column_name
(MADLIB-1060).
- Vec2Cols: Allow arrays of different lengths (MADLIB-1270).
- Madpack: Add a script for automating changelist creation.

Bug fixes:
- Allocator: Remove 16-byte alignment in GPDB 6.
- Build: Download compatible Boost if version >= 1.65 (MADLIB-1235).
- Build: Remove primary key constraint in IC/DC.
- CMake: Fix false positive for Postgres 10+ check.
- Graph: Add id of nodes with 0 in-degree (MADLIB-1279).
- Margins: Copy summary table instead of renaming (MADLIB-1276).
- MLP: Simplify momentum and Nesterov updates (MADLIB-1272).
- Upgrade: Fix issue with upgrading RPM to 1.15.1 (MADLIB-1278).
- Utilities: Use plpy.quote_ident if available.

Others:
- Simplify maintenance via removing online examples from sql functions
(MADLIB-1260).
- Re-enable PCA and PageRank tests (MADLIB-1264).
- Build: Disable AppendOnly if available ( MADLIB-1273).
- Improve documentation of various modules.

The complete release notes can be found here:

  https://cwiki.apache.org/confluence/display/MADLIB/MADlib+1.15.1

You can download the source release and convenience binary packages
from Apache MADlib's download page here:

  http://madlib.apache.org/download.html

Alternatively, you can download through an ASF mirror near you:

  https://www.apache.org/dyn/closer.lua/madlib/1.15.1



Apache MADlib is an open-source library for scalable in-database
analytics. It provides data-parallel implementations of mathematical,
statistical and machine learning methods for structured and
unstructured data.

The MADlib mission: to foster widespread development of scalable
analytic skills, by harnessing efforts from commercial practice,
academic research, and open-source development.

We welcome your help and feedback. For more information on how to
report problems, and to get involved, visit the project website at
https://madlib.apache.org



Thank you, everyone who contributed to the MADlib 1.15.1 release. We
look forward to continued community participation for the next
release.

Regards,
Orhan Kislal


[GitHub] madlib issue #332: Update Dockerfile to use ubuntu 16.04

2018-10-19 Thread orhankislal
Github user orhankislal commented on the issue:

https://github.com/apache/madlib/pull/332
  
Please do not merge this PR until we change the version to 1.16-dev. 


---


[GitHub] madlib issue #332: Update Dockerfile to use ubuntu 16.04

2018-10-19 Thread asfgit
Github user asfgit commented on the issue:

https://github.com/apache/madlib/pull/332
  

Refer to this link for build results (access rights to CI server needed): 
https://builds.apache.org/job/madlib-pr-build/703/



---


[GitHub] madlib pull request #332: Update Dockerfile to use ubuntu 16.04

2018-10-19 Thread jingyimei
GitHub user jingyimei opened a pull request:

https://github.com/apache/madlib/pull/332

Update Dockerfile to use ubuntu 16.04

This commit adds a new dockerfile to bake postgres 10.5 on ubuntu
16.04. Also updates docker_start.sh and README to pull the new docker image 
instead
of the old one (Postgres9.6 on Ubuntu 8.9).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/madlib/madlib update_dockerfile

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/madlib/pull/332.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #332


commit e745949b270bb633d9d02ca328363a1929478ea0
Author: Jingyi Mei 
Date:   2018-10-19T14:43:07Z

Update dockerfile to use ubuntu 16.04

This commit adds a new dockerfile to bake postgres 10.5 on ubuntu
16.04. Also updates docker_start.sh and README to pull the new docker image 
instead
of the old one (Postgres9.6 on Ubuntu 8.9).




---