Skip to content

Commit ea406f8

Browse files
Fix node-quadprog to quadprog
1 parent 1aec399 commit ea406f8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
1.6.1 / 2018-07-28
22
==================
33

4-
* Refactor testing to be more general [PR #5](https://github.com/albertosantini/node-quadprog/pull/5) (thanks @erikbrinkman).
4+
* Refactor testing to be more general [PR #5](https://github.com/albertosantini/quadprog/pull/5) (thanks @erikbrinkman).
55

66
1.6.0 / 2018-06-27
77
==================
@@ -27,20 +27,20 @@
2727
1.4.0 / 2015-12-10
2828
==================
2929

30-
* Fixed iterations and constraints condition [issue #4](https://github.com/albertosantini/node-quadprog/issues/4) (thanks @castek).
30+
* Fixed iterations and constraints condition [issue #4](https://github.com/albertosantini/quadprog/issues/4) (thanks @castek).
3131
* Added input arguments validation.
3232
* Added third, fourth and fifth examples.
3333
* Updated dev deps.
3434

3535
1.3.0 / 2015-02-27
3636
==================
3737

38-
* Fixed Number.EPSILON regression [issue #3](https://github.com/albertosantini/node-quadprog/issues/3) (thanks @cygnyx).
38+
* Fixed Number.EPSILON regression [issue #3](https://github.com/albertosantini/quadprog/issues/3) (thanks @cygnyx).
3939

4040
1.2.0 / 2015-02-19
4141
==================
4242

43-
* Added Lagrangian [PR #2](https://github.com/albertosantini/node-quadprog/pull/2) (thanks @cygnyx).
43+
* Added Lagrangian [PR #2](https://github.com/albertosantini/quadprog/pull/2) (thanks @cygnyx).
4444
* Used Number.EPSILON instead of manually calculating machine epsilon.
4545
* Updated Travis CI for latest version of node and iojs.
4646
* Converted .eslintrc to YAML format.
@@ -49,7 +49,7 @@
4949
1.1.0 / 2014-06-07
5050
==================
5151

52-
* Fixed [issue #1](https://github.com/albertosantini/node-quadprog/issues/1) (thanks @vladimir-konnov).
52+
* Fixed [issue #1](https://github.com/albertosantini/quadprog/issues/1) (thanks @vladimir-konnov).
5353
* Added eslint linting.
5454

5555
1.0.3 / 2013-03-13

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
QUADPROG
22
========
33
[![NPM version](https://badge.fury.io/js/quadprog.svg)](http://badge.fury.io/js/quadprog)
4-
![](https://github.com/albertosantini/node-quadprog/workflows/CI/badge.svg)
4+
![](https://github.com/albertosantini/quadprog/workflows/CI/badge.svg)
55

66
This module contains routines for solving quadratic programming problems,
77
written in JavaScript.
@@ -102,7 +102,7 @@ Notes
102102
index starts from 1 and not from zero. Please, be aware and give a look at the
103103
examples in the test folder**.
104104

105-
If you are using `node-quadprog` via Numeric.js, don't forget the releases may
105+
If you are using `quadprog` via Numeric.js, don't forget the releases may
106106
be not in sync. Latest release is here.
107107

108108
Applications

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Module for solving quadratic programming problems",
44
"version": "1.6.1",
55
"main": "index",
6-
"repository": "http://github.com/albertosantini/node-quadprog",
6+
"repository": "http://github.com/albertosantini/quadprog",
77
"keywords": [
88
"quadprog",
99
"solving",

0 commit comments

Comments
 (0)