2fc1ea0255
* some refactoring and code cleaning * execute pre-commit * pre-commit: limit large files * add license to .pre-commit * add pre-commit to env * solve: tidy memory logger * travis: add conda list for easier debugging * undo config test/tutorial without plotting, rm matplotlibrc, .licenses * remove {networks} wildcard * unadd pre-commit config * add release notes * restore REUSE compliance * fix docs environment python version * env: remove gurobi from dependencies * fix unclean merge block * fix elif to if * lighter rtd style * lighter rtd style II
736 B
736 B
Closes # (if applicable).
Changes proposed in this Pull Request
Checklist
- I tested my contribution locally and it seems to work fine.
- Code and workflow changes are sufficiently documented.
- Newly introduced dependencies are added to
envs/environment.yaml
andenvs/environment.docs.yaml
. - Changes in configuration options are added in all of
config.default.yaml
,config.tutorial.yaml
, andtest/config.test1.yaml
. - Changes in configuration options are also documented in
doc/configtables/*.csv
and line references are adjusted indoc/configuration.rst
anddoc/tutorial.rst
. - A note for the release notes
doc/release_notes.rst
is amended in the format of previous release notes.