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

Abstract SpaceDF #29

Merged
merged 29 commits into from
Jul 17, 2024
Merged

Abstract SpaceDF #29

merged 29 commits into from
Jul 17, 2024

Conversation

adamamer20
Copy link
Collaborator

@adamamer20 adamamer20 commented Jul 16, 2024

This pull request implements an abstract interface for SpaceDF.

  • get methods for distances, directions, neighbors.
  • Methods to move, place and remove agents
  • Adds spatial types to types_.py
  • Adds space attribute to model.py

@adamamer20 adamamer20 added the enhancement Improvements to existing features or performance. label Jul 16, 2024
@adamamer20 adamamer20 self-assigned this Jul 16, 2024
@adamamer20 adamamer20 requested a review from rht July 16, 2024 15:01
@adamamer20 adamamer20 added this to the 1.0.0 Alpha Release milestone Jul 16, 2024
mesa_frames/abstract/space.py Outdated Show resolved Hide resolved
@adamamer20 adamamer20 merged commit 30e2475 into main Jul 17, 2024
6 checks passed
@adamamer20 adamamer20 deleted the abstract-space branch July 17, 2024 15:23
This was linked to issues Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features or performance.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactoring mesa.space Abstract SpaceDF
2 participants