3.5.1
enekomartinmartinez
released this
11 Aug 20:12
·
230 commits
to master
since this release
Bug fixes
- Fix bug generated when :EXCEPT: keyword is used with subscript subranges (#352).
- Fix bug of precision error for pysd.py_backend.allocation.allocate_by_priority() (#353).
- Fix bug of constant cache assignment.
Performance
- Improve the performance of reading pysd.py_backend.external.External data with cellrange names by loading the data in memory with pandas. As recommended by openpyxl developers, this is a possible way of improving performance to avoid parsing all rows up each time for getting the data (issue 1867 in openpyxl).