블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

 

'commons'에 해당되는 글 13

  1. 2009.10.22 Apache Commons BeanUtils 1.8.1 릴리즈
  2. 2009.08.08 Apache Commons Math 2.0 릴리즈
  3. 2009.03.21 Commons CLI 1.2 Released
 
아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache Commons BeanUtils 1.8.1 릴리즈

뉴스/소식 | 2009. 10. 22. 08:36 | Posted by 노안돼지

The Commons team is pleased to announce the release of Commons BeanUtils 1.8.1.

This release contains a number of bug fixes for the 1.8.0 release - full details of which can be found in the release notes:
http://commons.apache.org/beanutils/v1.8.1/RELEASE-NOTES.txt


For information on Commons BeanUtils please visit the BeanUtils website:
http://commons.apache.org/beanutils/


BeanUtils can be downloaded from the following page:
http://commons.apache.org/beanutils/download_beanutils.cgi


Niall
on behalf of the Commons community

:

Apache Commons Math 2.0 릴리즈

뉴스/소식 | 2009. 8. 8. 21:19 | Posted by 노안돼지

The Apache Commons team is pleased to announce the release of version 2.0 of Commons Math.  Commons Math is a library of lightweight, self-contained mathematics and statistics components addressing the most common problems not available in the Java programming language or Commons Lang.

Version 2.0 is a major release, including bug fixes, new features and enhancements to existing features.  Most notable among the new features are matrix decomposition algorithms, sparse matrices and vectors, genetic algorithms, new optimization algorithms, curve fitting algorithms,  state derivatives in ODE step handlers,  new multistep integrators,  multiple regression, correlation, rank transformations and Mersenne twister pseudo random number generator.

This release is NOT source and binary compatible with earlier versions of Commons Math.  Starting with version 2.0 of the  library, the minimal version of the Java platform required to compile and use commons-math is Java 5.
Source and binary distributions are available for download from the Apache Commons Math download site:
http://commons.apache.org/downloads/download_math.cgi

Please verify signatures using the KEYS file available at the above location when downloading the release.

Maven users please note that the maven repository groupId for Commons Math has changed in version 2.0 to "org.apache.commons."  The artifactId remains "commons-math."

For more information on Apache Commons Math, visit the Math home page:
http://commons.apache.org/math/

Feedback, suggestions for improvment or bug reports are welcome via the "Mailing Lists" and "Issue Tracking" links here:
http://commons.apache.org/math/project-info.html

Phil Steitz
- On behalf of the Apache Commons community

:

Commons CLI 1.2 Released

뉴스/소식 | 2009. 3. 21. 14:58 | Posted by 노안돼지

I'd like to announce that Commons CLI 1.2 has been released. Commons CLI provides an API for processing command line interfaces.

This is a minor release, containing the last 2 years of bugfixes and minor improvements to the CLI codebase. Full details of this can be found in the release notes:

   http://commons.apache.org/cli/release_1_2.html

The major item of note is an accidental change of behaviour between CLI 1.0 and CLI 1.1 (as noted in CLI-137) that has now been reverted.

For more information on Commons CLI, please visit the CLI website:

   http://commons.apache.org/cli/

The CLI jars have have been uploaded to the Maven repository, and CLI is also available in either binary or source form from:

   http://commons.apache.org/downloads/download_cli.cgi

: