File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,19 @@ Code contributions are very welcome and should comply to a few rules:
1414 (even advanced examples).
15153 . New code should be documented in the same style as the rest of
1616 the code.
17- 4 . New code should be
17+ 4 . New features or bugfixes have to be documented in the CHANGELOG.
18+ 5 . New code should be
1819 [ pep8-compliant] ( https://www.python.org/dev/peps/pep-0008/ ) . Help
1920 yourself with the [ style guide
2021 checker] ( https://pypi.org/project/pep8/ ) .
21- 5 . Before implementing a new PySCIPOpt feature, check whether the
22+ 6 . Before implementing a new PySCIPOpt feature, check whether the
2223 feature exists in SCIP. If so, implement it as a pure wrapper,
2324 mimicking SCIP whenever possible. If the new feature does not exist
2425 in SCIP but it is close to an existing one, consider if implementing
2526 that way is substantially convenient (e.g. Pythonic). If it does
2627 something completely different, you are welcome to pull your request
2728 and discuss the implementation.
28- 6 . PySCIPOpt uses [ semantic versioning] ( https://semver.org/ ) . Version
29+ 7 . PySCIPOpt uses [ semantic versioning] ( https://semver.org/ ) . Version
2930 number increase only happens on master and must be tagged to build a
3031 new PyPI release.
3132
You can’t perform that action at this time.
0 commit comments