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

sort by:
Revision Author Date Message Commit Date
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
758a943 Fix tests in Linux ARM 18 September 2021, 12:29:11 UTC
ee3a7f8 Merge pull request #9 from tlorans/progressbarmeter add progress meter for simple radial model 07 September 2021, 12:32:14 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
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
3c5ee5a Code improvements in peers 09 July 2020, 08:50:57 UTC
bdf1d8d Add more tests 05 July 2020, 21:58:48 UTC
15ddfe8 Chore documentation 05 July 2020, 18:46:11 UTC
1313e73 Fix test 05 July 2020, 18:14:10 UTC
3f3ee75 Chores 05 July 2020, 18:02:02 UTC
e4bf674 Solve slacks using Ipopt in deagdf 05 July 2020, 17:51:39 UTC
71f7516 Set alpha as named optional parameter in deagdf. 05 July 2020, 16:50:48 UTC
5214fc0 Add peers structures and functions. - Add `DEAPeers` struct for peers of a DEA model. - Add `DEAPeersDMU` struct for peers of a DMU in a DEA model. - Add `ispeer` functions to test for peers. 23 June 2020, 20:29:25 UTC
b3971d6 Merge pull request #3 from javierbarbero/compathelper/new_version/2020-05-09-00-14-31-396-2205731412 CompatHelper: bump compat for "GLPK" to "0.13" 10 May 2020, 20:21:39 UTC
f82f929 CompatHelper: bump compat for "GLPK" to "0.13" 09 May 2020, 00:14:31 UTC
07555cc Add DMU names to results table. - Add DMU names to results table. - Add parameter to specify DMU names in all model function. 14 April 2020, 21:44:27 UTC
ea2ad5e Add AbstractDEAModel as supertype Add AbstractDEAModel as supertype for all technical, economic, and productivity models. 14 April 2020, 21:15:09 UTC
7483b29 Change parameter name for weights in additive model. Change parameter name for input and output weights in additive model, from "wX" and "wY" to "rhoX" and "rhoY". 14 April 2020, 15:46:47 UTC
6994675 Change parameter name for disposability Change parameter name for input and output disposability, from "disposalX" and "disposalY" to "disposX" and "disposY". 14 April 2020, 14:49:24 UTC
9761f4a Merge pull request #2 from javierbarbero/compathelper/new_version/2020-04-14-00-15-09-730-410955489 CompatHelper: bump compat for "StatsBase" to "0.33" 14 April 2020, 09:42:09 UTC
bce416b CompatHelper: bump compat for "StatsBase" to "0.33" 14 April 2020, 00:15:09 UTC
959eba3 Create CompatHelper.yml 13 April 2020, 19:34:34 UTC
c7fd985 Add Julia v1.4 in CI 25 March 2020, 09:59:20 UTC
6082363 Update weights in input and output oriented additive model. Update weights calculation in input and output oriented additive model. 20 March 2020, 16:34:20 UTC
d7e1f10 Add weak disposal in additive model Add weak input and output disposal in additive model. 17 March 2020, 16:30:00 UTC
7f356c9 Add input and output orientation in additive model. Add input and output orientation in additive model. 17 March 2020, 13:02:32 UTC
69e5e7e Merge pull request #1 from JuliaTagBot/master Install TagBot as a GitHub Action 25 February 2020, 23:17:20 UTC
13e58d0 Compatibility with JuMP 0.21 - Compatibility with JuMP 0.21 - Set package version to 0.1.2. 25 February 2020, 22:20:48 UTC
faeeb04 Add tests for weak disposal. Add test for weak disposal in radia dea, cost, and revenue models. 25 February 2020, 21:44:26 UTC
back to top