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

New user interface; major refactor of API and backend; docs and tests #11

Merged
merged 59 commits into from
Aug 27, 2024

Conversation

harmsm
Copy link
Collaborator

@harmsm harmsm commented Aug 27, 2024

User experience


  • User calls one function (dataprob.setup) to set up a calculation and a second (f.fit()) to run a calculation.
  • Dataframe-centric interface
  • Library now has plotting capabilities

Under the hood


  • ModelWrapper now holds fit parameters as pandas.DataFrame, with handles for setting and reading
  • Fitter now takes ModelWrapper as an argument
  • Removed FitParameters class

Docs and testing


  • Full documentation, ready for readthedocs
  • 100% unit test coverage
  • Multiple integrated unit tests

harmsm added 30 commits August 5, 2024 23:01
@harmsm harmsm merged commit d47d3d6 into harmslab:main Aug 27, 2024
7 checks passed
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