https://github.com/javierbarbero/DataEnvelopmentAnalysis.jl
Revision 6d2e2e4405d58cbda81d565d418491cf0daf96ee authored by Javier Barbero on 14 March 2021, 17:02:48 UTC, committed by Javier Barbero on 14 March 2021, 17:02:48 UTC
1 parent 165575b
Raw File
Tip revision: 6d2e2e4405d58cbda81d565d418491cf0daf96ee authored by Javier Barbero on 14 March 2021, 17:02:48 UTC
Add Russell model.
Tip revision: 6d2e2e4
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