https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl

sort by:
Revision Author Date Message Commit Date
9314245 Version 0.6.0 27 September 2021, 21:09:56 UTC
e89659f Add Radial model in multiplier form 27 September 2021, 18:59:56 UTC
32fb50b Merge pull request #10 from tlorans/bigdata Bigdata 21 September 2021, 07:27:45 UTC
4f2f40d Merge branch 'master' into bigdata 21 September 2021, 06:54:29 UTC
5362a7d Display error if no efficient DMUs in the initial subset 21 September 2021, 06:47:02 UTC
8c7343b Add `atol` parameter to `deabigdata` and update documentation 20 September 2021, 20:19:31 UTC
f668502 Changes to the Project.toml 20 September 2021, 17:11:50 UTC
e42f208 Version 0.5.2 20 September 2021, 09:06:24 UTC
264f402 Merge pull request #13 from javierbarbero/compathelper/new_version/2021-09-20-01-10-16-417-02669373878 CompatHelper: bump compat for GLPK to 0.15, (keep existing compat) 20 September 2021, 08:02:47 UTC
8a78fdb Merge branch 'master' into compathelper/new_version/2021-09-20-01-10-16-417-02669373878 20 September 2021, 07:41:39 UTC
a84b94c Merge pull request #12 from javierbarbero/compathelper/new_version/2021-09-20-01-10-11-006-02778960701 CompatHelper: bump compat for Ipopt to 0.8, (keep existing compat) 20 September 2021, 07:40:30 UTC
4bb8ce3 CompatHelper: bump compat for GLPK to 0.15, (keep existing compat) 20 September 2021, 01:10:18 UTC
937ee16 CompatHelper: bump compat for Ipopt to 0.8, (keep existing compat) 20 September 2021, 01:10:14 UTC
6089765 Improve performance - 19 September 2021, 18:43:04 UTC
c05331d Fix bug in targets and add progress parameter Fix bug in targets 19 September 2021, 10:58:16 UTC
e59d7ad Increase speed of initial subset selection 19 September 2021, 09:55:26 UTC
44472a2 Add test with Uniform random data 19 September 2021, 09:38:42 UTC
ceace14 Merge pull request #1 from javierbarbero/pr/10 Pr/10 19 September 2021, 07:04:19 UTC
5eb588c Fix issues in lambda matrix and model without slacks 18 September 2021, 14:51:16 UTC
3c87905 Merge branch 'master' into pr/10 18 September 2021, 14:42:00 UTC
758a943 Fix tests in Linux ARM 18 September 2021, 12:29:11 UTC
3aa5a15 Add compat entry for InvertedIndices 18 September 2021, 12:01:53 UTC
5039790 less verbose function 14 September 2021, 12:28:28 UTC
53345c7 Lambda matrix issue fixed 13 September 2021, 12:38:46 UTC
718a963 Improvements in KZCT algorithm - Simplify code to select DMU's with the minimum input or the maximum output. - Fix best practicers and exteriors selection for output oriented models. - Allow for slacks = false. - Add default LP optimizer. - Add Unit tests' file. 12 September 2021, 17:57:38 UTC
dd5fd81 Radial model results replicated 09 September 2021, 15:47:06 UTC
0cf1966 solution found, still slacks to be treated 08 September 2021, 13:08:08 UTC
b9645cb merge with branchprogressbarmeter 08 September 2021, 12:17:16 UTC
461cb0e merge with progressbarmeter 08 September 2021, 09:53:49 UTC
ee3a7f8 Merge pull request #9 from tlorans/progressbarmeter add progress meter for simple radial model 07 September 2021, 12:32:14 UTC
21e577d algorithm 07 September 2021, 06:53:25 UTC
6574868 Update progress meter - Add compat entry to Project.toml - Change `show_progress` to `progress`. - Add `desc` parameter for descriptive text. - Update test to run both with and without progress meter. 06 September 2021, 18:17:39 UTC
ccb9946 add algorithm for DEA Radial Model 06 September 2021, 14:49:24 UTC
732de09 add progress meter for simple radial model 06 September 2021, 07:35:01 UTC
170e789 Version 0.5.1 28 June 2021, 14:36:45 UTC
25f3865 Merge pull request #7 from javierbarbero/compathelper/new_version/2021-06-21-01-08-06-518-1562401153 CompatHelper: bump compat for "Ipopt" to "0.7" 28 June 2021, 14:15:06 UTC
db568af Merge pull request #6 from simeonschaub/patch-1 fix typo in show method 28 June 2021, 14:09:55 UTC
0083ffa CompatHelper: bump compat for "Ipopt" to "0.7" 21 June 2021, 01:08:11 UTC
702735a fix typo in show method This will get a different meaning in 1.7 (ref https://github.com/JuliaLang/julia/pull/33697) 21 May 2021, 13:27:54 UTC
ef5caf7 Version 0.5.0 05 May 2021, 10:22:41 UTC
0d35ad0 Improvements in MDDF model - Change default solver of MDDF model to GLPK. - Return zero efficiency if DDF or MDDF models are solved with zero directions. 19 April 2021, 10:31:39 UTC
a1274d5 Update deaerg.jl Preserve empty elements in sparse matrix. 15 April 2021, 15:48:51 UTC
13cca53 Version 0.4.0 10 April 2021, 13:17:22 UTC
376bfef Update unit tests 10 April 2021, 13:02:24 UTC
77c803c Add Reverse Directional Distance Function model 10 April 2021, 12:39:12 UTC
b4e66e0 Updater documentation 10 April 2021, 09:13:35 UTC
9e35aab Update unit tests 03 April 2021, 10:05:07 UTC
ece27f1 Add Holder Distance Function model 03 April 2021, 09:34:11 UTC
6203aaf Update documentation to last version of Julia 02 April 2021, 09:25:29 UTC
aecf648 Add default LP and NLP optimizers Add `:LP` and `:NLP` option to DEAOptimizer. Defaults to GLPK and Ipopt, respectively. 01 April 2021, 17:28:45 UTC
f47bba7 Update README.md Update DOI to the DOI that represents all versions. 29 March 2021, 13:25:42 UTC
f18fd60 Update unit tests Decrease tolerance of tests that randomly fail in Windows Julia 1.6. 27 March 2021, 14:52:37 UTC
5001096 Version 0.3.1 27 March 2021, 13:07:18 UTC
02fca36 Update unit tests 27 March 2021, 11:19:45 UTC
44c3d62 Update error messages Update error message to throw DimensionMismatch and ArgumentError exceptions. 27 March 2021, 10:35:40 UTC
2204253 Version 0.3.0 18 March 2021, 19:57:27 UTC
06a7356 Update documentation 17 March 2021, 15:38:33 UTC
ad1e823 Update documentation 17 March 2021, 15:34:22 UTC
5de92ce Add Modified Directional Distance Function model 17 March 2021, 15:13:15 UTC
fd1d483 Update documentation 16 March 2021, 16:17:53 UTC
84eaa28 Add Enhanced Russell Graph model 14 March 2021, 22:34:19 UTC
6d2e2e4 Add Russell model. 14 March 2021, 17:02:48 UTC
165575b Update Documenter 14 March 2021, 08:18:13 UTC
bc3b988 Add more tests. 13 March 2021, 21:17:51 UTC
e5ce5e1 New functions for economic optimizarion. Create new functions for economic optimization problems: - deamincost - deamaxrevenue - deamaxprofit These functions are intended for internal use and package extensions. 13 March 2021, 19:48:32 UTC
1f8c17e Add option to change optimizer Add option to change the optimizer for solving the DEA models. 06 February 2021, 20:32:50 UTC
8253d99 Update tests 06 February 2021, 08:47:15 UTC
0874321 Add `monetary` option to profit model 01 February 2021, 19:03:48 UTC
bf5b83c Update display of results 31 January 2021, 08:56:44 UTC
2221eec Update README.md 03 January 2021, 14:55:02 UTC
c2cffd9 Version 0.2.0 03 January 2021, 13:22:30 UTC
cc7bdd3 Add `peersmatrix` function 03 January 2021, 13:10:21 UTC
42ed9c6 Update peers.jl deepcopy lambda matrix. 03 January 2021, 12:38:52 UTC
f0da138 Add `normfactor' function Add function to return the normalization factor of an economic DEA model. 03 January 2021, 12:25:55 UTC
3ee7dc4 Update documentarion 03 January 2021, 11:57:10 UTC
f22b529 Update tests Change tolerance to pass CI in some systems. 29 December 2020, 13:08:27 UTC
2daa29a Add `targets` function Add `targets` function that returns the projection to the efficient frontier. 29 December 2020, 12:54:30 UTC
79ddb88 Update README.md 29 December 2020, 10:05:38 UTC
838499e Move wordmark file 29 December 2020, 10:04:41 UTC
66b4588 Add wordmark file 29 December 2020, 09:58:00 UTC
0708cd9 Fix tests in Julia 1.0 Move type definition outside test local scope. 29 December 2020, 09:32:06 UTC
3f1c5d1 Merge branch 'master' of https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl 29 December 2020, 09:17:10 UTC
2c316c6 Add more tests 29 December 2020, 09:17:01 UTC
3c09ece Update documentation.yml Build documentation with Julia 1.0 24 November 2020, 16:46:21 UTC
3c08c34 Switch CI to Github actions Replace Travis and AppVeyor. 24 November 2020, 12:01:17 UTC
18464eb Remove Coveralls Remove Coveralls as it is failing in CI. 24 November 2020, 08:09:42 UTC
681cb24 Remove Julia 1.4 from CI 21 November 2020, 12:58:45 UTC
22623fb Add logo to documentation Add logo to documentation. 21 November 2020, 11:46:37 UTC
c781f3a Merge pull request #4 from javierbarbero/compathelper/new_version/2020-09-15-00-54-33-921-2252966546 CompatHelper: bump compat for "GLPK" to "0.14" 22 September 2020, 08:13:12 UTC
cc234dd CompatHelper: bump compat for "GLPK" to "0.14" 15 September 2020, 00:54:34 UTC
edfb0ea Update documentation 03 August 2020, 14:02:19 UTC
e401936 Add Julia v1.5 in CI 03 August 2020, 09:25:59 UTC
a6aae7e Update documentation 30 July 2020, 11:56:31 UTC
0ef67b1 Update documentation 30 July 2020, 11:54:39 UTC
38414b2 Minor code updates 30 July 2020, 11:25:46 UTC
0c7d008 Use Julia Type Unions to simplify code 19 July 2020, 07:11:58 UTC
9927cf1 Add directions to DDF model - Add directions to the DDF and Profit DDF models that can be specified with a Symbol. - Set directions as named arguments. This is a breaking change. 18 July 2020, 17:43:19 UTC
478f17a Add more tests Add more tests 18 July 2020, 14:02:26 UTC
607a458 Add sum function to DEAPeers 10 July 2020, 15:02:43 UTC
86f3e11 Add more tests 09 July 2020, 10:07:30 UTC
back to top