Skip to content

Commit

Permalink
changed version number and added NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan committed Aug 27, 2015
1 parent 3db00ea commit bdff510
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 12 deletions.
25 changes: 25 additions & 0 deletions CONDUCT.md
@@ -0,0 +1,25 @@
# Contributor Code of Conduct

As contributors and maintainers of this project, we pledge to respect all people who
contribute through reporting issues, posting feature requests, updating documentation,
submitting pull requests or patches, and other activities.

We are committed to making participation in this project a harassment-free experience for
everyone, regardless of level of experience, gender, gender identity and expression,
sexual orientation, disability, personal appearance, body size, race, ethnicity, age, or religion.

Examples of unacceptable behavior by participants include the use of sexual language or
imagery, derogatory comments or personal attacks, trolling, public or private harassment,
insults, or other unprofessional conduct.

Project maintainers have the right and responsibility to remove, edit, or reject comments,
commits, code, wiki edits, issues, and other contributions that are not aligned to this
Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed
from the project team.

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by
opening an issue or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the Contributor Covenant
(http:contributor-covenant.org), version 1.0.0, available at
http://contributor-covenant.org/version/1/0/0/
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: dml
Version: 1.0.0
Version: 1.1.0
Date: 2015-08-26
Title: Distance Metric Learning with R
Title: Distance Metric Learning in R
Description: The dml package aims to implement the state-of-the-art
algorithms for distance metric learning.
It includes global and local methods such as
Expand Down
29 changes: 21 additions & 8 deletions NEWS
@@ -1,14 +1,27 @@
Version 1.0.0 (2012-01-10)
------------------------------------------------------------------------------

* initial release
* initial release

NEW FEATURES
NEW FEATURES

* initial version of the Relevant Component Analysis (RCA) algorithm
* initial version of the Kernel Relevant Component Analysis (KRCA) algorithm
* initial version of the Local Fisher Discriminant Analysis (LFDA) algorithm
* initial version of the Kernel Local Fisher Discriminant Analysis (KLFDA) algorithm
* initial version of the Discriminative Component Analysis (DCA) algorithm
* initial version of the Kernel Discriminative Component Analysis (KDCA) algorithm
* initial version of the Relevant Component Analysis (RCA) algorithm
* initial version of the Kernel Relevant Component Analysis (KRCA) algorithm
* initial version of the Local Fisher Discriminant Analysis (LFDA) algorithm
* initial version of the Kernel Local Fisher Discriminant Analysis (KLFDA) algorithm
* initial version of the Discriminative Component Analysis (DCA) algorithm
* initial version of the Kernel Discriminative Component Analysis (KDCA) algorithm

Version 1.1.0 (2015-08-27)
------------------------------------------------------------------------------

* development version

NEW FEATURE

* Semi-supervised Local Fisher Discriminant Analysis (SELF) algorithm

CHANGES

* All other existing algorithms in this package are tested

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/terrytangyuan/dml/badge.svg?branch=master)](https://coveralls.io/r/terrytangyuan/dml?branch=master)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat)](http://badges.mit-license.org)

# dml
# dml (Distance Metric Learning in R)

## Brief Intro

Expand Down
10 changes: 10 additions & 0 deletions cran-comments.md
@@ -0,0 +1,10 @@
## Test environments
* local Windows 8 install, R 3.2.1
* OS X (on travis-ci), R 3.2.1
* Ubuntu 12.04 (on travis-ci), R 3.2.1
* win-builder (devel and release)

## R CMD check results
* There were no ERRORs, WARNINGs.
* One NOTE from `checking CRAN incoming feasibility ...` can be safely ignored since this is just a note that reminds CRAN maintainers to check that the submission comes actually from his maintainer and not anybody else according to [this](https://mailman.stat.ethz.ch/pipermail/r-devel/2014-March/068497.html).
* Another NOTE from `checking CRAN incoming feasibility ...` can be safely ignored as well since it's a note that reminds notifies CRAN that this is a new maintainer/submission.
2 changes: 1 addition & 1 deletion dml.Rproj
@@ -1,4 +1,4 @@
Version: 1.0
Version: 1.1

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit bdff510

Please sign in to comment.