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

Revisit model interface #76

Closed
Tracked by #62
mastrof opened this issue Jan 1, 2023 · 0 comments · Fixed by #77
Closed
Tracked by #62

Revisit model interface #76

mastrof opened this issue Jan 1, 2023 · 0 comments · Fixed by #77
Labels
breaking Breaking change enhancement Enhancement to already existing features new feature New feature or request
Milestone

Comments

@mastrof
Copy link
Owner

mastrof commented Jan 1, 2023

Allow extra kwargs to be passed to the ABM constructor via initialise_model, so all its functionalities can be accessed.
Remove the update_model! keyword from model_step! and set model_step! as an internal property (model.update!); modifications to the basic model_step! will then be obtained by chaining functions to model.update!

@mastrof mastrof changed the title Allow extra keywords in model constructor Revisit model interface Jan 1, 2023
@mastrof mastrof added new feature New feature or request enhancement Enhancement to already existing features breaking Breaking change labels Jan 1, 2023
@mastrof mastrof added this to the v1.0.0 milestone Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change enhancement Enhancement to already existing features new feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant