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

Refactoring and finishing touches #59

Merged
merged 16 commits into from
Dec 15, 2024
Merged

Refactoring and finishing touches #59

merged 16 commits into from
Dec 15, 2024

Conversation

ondrej33
Copy link
Member

@ondrej33 ondrej33 commented Dec 10, 2024

This PR focuses on finalizing the code structure and finishing the last features before we make the 0.1.0 release.

We have made some changes to Rust's code structure, renaming a few classes and modules. This should mainly unify the way we call the inference session, at least on the backend. AnalysisSession is now InferenceSession, AnalysisState is now InferenceState, the analysis module is now inference, and so on. We also changed the relevant session names and buttons shown in the UI.

Further, we have extended the event for changing variable IDs. Originally, this change did not propagate into relevant static properties, causing inconsistencies. Now, static regulation properties should get updated when one of their variables changes. Further, we have removed the option for users to make changes to IDs of automatically generated static properties, as users should not have access to that (this was already restricted for names before).

Lastly, we made various updates to data, test frameworks and documentation. This includes adding a PDF manual and a short video tutorial, adding documentation to core front-end components, refactoring selenium tests, and restructuring the data folder.

@ondrej33 ondrej33 merged commit 9bcc8b0 into main Dec 15, 2024
6 checks passed
@ondrej33 ondrej33 deleted the dev-refactoring branch December 15, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant