-
Notifications
You must be signed in to change notification settings - Fork 6
✨📄Compatibility matrix - Detect changes between BO4E-versions #751
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
Conversation
|
It works! Finally :) You can take a look at it here: https://bo4e.github.io/BO4E-python/test-453436/changelog.html |
|
I will add the Python files to linting and type checking and resolve issues. But you can start to review the code. |
hf-kklein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like :)👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ich glaube, unsere Zielgruppe sind zwar developer, aber wir erreichen mehr der Leute, die wir neu erreichen wollen mit BO4E, wenn wir das auf Deutsch schreiben.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Berechtigter Einwand, dann müsste man den Rest der Doku aber auch ins Deutsche übersetzen. Die anderen Sachen sind nämlich auch alle auf Englisch ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich lasse es für diesen PR mal auf Englisch, oder? Dann kann man die Aufgabe "Übersetze die Doku ins Deutsche" in einem Rutsch machen.
Resolves #488
Note: The code is written such that it should be easy to extend the compatibility matrix with another table listing the exact changes which were detected. There are several different
ChangeTypes e.g. when the doc-string changed. However, I will leave that for another PR in the future.