File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 111.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
661.6.0 / 2018-06-27
77================== 
27271.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
35351.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
40401.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.
49491.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
55551.0.3 / 2013-03-13
Original file line number Diff line number Diff line change 11QUADPROG
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
66This module contains routines for solving quadratic programming problems,
77written in JavaScript.
@@ -102,7 +102,7 @@ Notes
102102index starts from 1 and not from zero. Please, be aware and give a look at the
103103examples 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
106106be not in sync. Latest release is here.
107107
108108Applications
Original file line number Diff line number Diff line change 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" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments