https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl
Raw File
Tip revision: c2cffd94b09c7e94f1e23e8c735088b95d7592b2 authored by Javier Barbero on 03 January 2021, 13:22:30 UTC
Version 0.2.0
Tip revision: c2cffd9
NEWS.md
DataEnvelopmentAnalysis.jl release notes
========================================

Version 0.2.0 (January 3, 2021)
----------------------------

- Add input and output orientation in additive model.
- Add weak disposability in additive model.
- Cusotm weights in additive model are now specified with `rhoX` and `rhoY` instead of `wX` and `wY`.
- Add parameter to specify DMU names in all model functions.
- Add `peers` and `peersmatrix` functions to retur the peers.
- Add `targets` function to return optimal input and output targets.
- Add `normfactor` function to return normalization factor in economic models.
- Compatibility with GLPK 0.14.

Version 0.1.2 (Feb 25, 2020)
----------------------------

- Compatibility with JuMP 0.21.
- Weak disposability in radial, cost, and revenue models.
- Minor bugs fixed.

Version 0.1.1 (Oct 29, 2019)
----------------------------

- Compatibility with GLPK 0.12.

Version 0.1.0 (Oct 3, 2019)
---------------------------

- Initial release.
back to top