Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xlsxwriter to improve to_excel performance #701

Merged
merged 9 commits into from
Sep 14, 2022
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Individual updates

- [#701](https://github.com/IAMconsortium/pyam/pull/701) Add xlsxwriter to improve to_excel performance
phackstock marked this conversation as resolved.
Show resolved Hide resolved
- [#699](https://github.com/IAMconsortium/pyam/pull/699) Add filter options to IIASA API `index()`, `meta()` and `properties()` methods
- [#697](https://github.com/IAMconsortium/pyam/pull/697) Add warning if IIASA API returns empty result
- [#695](https://github.com/IAMconsortium/pyam/pull/695) Remove unused meta levels during initialization
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ install_requires =
setuptools_scm
# required explicitly for Python 3.7
importlib_metadata
xlsxwriter
setup_requires =
setuptools >= 41
setuptools_scm
Expand Down