-
Notifications
You must be signed in to change notification settings - Fork 18
Revamp documentation content and navigation #190
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
69e407a
Revamp documentation content and navigation
adamamer20 ae64f6e
Merge branch 'main' of https://github.com/projectmesa/mesa-frames int…
adamamer20 3880b04
Merge branch 'main' of https://github.com/projectmesa/mesa-frames int…
adamamer20 0e0cf11
update uv.lock
adamamer20 7dc254c
Fix trigger condition in MoneyModel to use steps instead of schedule.…
adamamer20 37c3603
Enable notebook execution in mkdocs configuration
adamamer20 5bfcd8f
Refactor CLI model and agent options to use single string type
adamamer20 7ba15fc
Remove outdated documentation files for DataCollector tutorial and be…
adamamer20 b245f60
Add theme-aware image swapping and benchmark plots to documentation
adamamer20 7b50d07
Refactor Sugarscape model and agent interactions for improved perform…
adamamer20 0f53f51
update plots
adamamer20 221385d
delete old plot
adamamer20 a50a9fa
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4c8bf15
Fix commented installation command in Data Collector tutorial
adamamer20 32b05d2
Update benchmark plot paths in README for improved organization
adamamer20 37670c9
Merge branch 'split/docs-and-toptexts' of https://github.com/projectm…
adamamer20 aa09f63
revert changes to main
adamamer20 59db978
Update formatting in README and ROADMAP for consistency
adamamer20 647f5c7
Refactor README layout for improved readability and organization
adamamer20 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| ## Version 0.1.0-alpha — 2024-08-28 | ||
|
|
||
| ## What's Changed | ||
|
|
||
| * Refactoring mesa.Agent, mesa.AgentSet, mesa.Model -> AgentSetDF, AgentsDF, ModelDF by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/8> | ||
| * setup: Migrate from setup.py to pyproject.toml by @rht in <https://github.com/adamamer20/mesa-frames/pull/13> | ||
| * ci: Add pre-commit configuration by @rht in <https://github.com/adamamer20/mesa-frames/pull/14> | ||
| * Merge requirements.txt into pyproject.toml by @rht in <https://github.com/adamamer20/mesa-frames/pull/15> | ||
| * ci: Add GA for tests by @rht in <https://github.com/adamamer20/mesa-frames/pull/17> | ||
| * Changes to AgentSetDF and AgentsDF before time.py -> CopyMixin by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/16> | ||
| * benchmark: Split Polars agent into native and concise by @rht in <https://github.com/adamamer20/mesa-frames/pull/23> | ||
| * benchmark: Split pandas agent into native and concise by @rht in <https://github.com/adamamer20/mesa-frames/pull/24> | ||
| * speed up mesa readme_plot script by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/26> | ||
| * Adding DataFrameMixin for improved reusability/encapsulation by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/27> | ||
| * Abstract SpaceDF by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/29> | ||
| * Adding Abstract DiscreteSpaceDF by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/30> | ||
| * Adding abstract GridDF by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/32> | ||
| * Additional methods and fixes to DataFrameMixin by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/43> | ||
| * Concrete GridPandas by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/44> | ||
| * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in <https://github.com/adamamer20/mesa-frames/pull/55> | ||
| * Fixes and Tests for PolarsMixin by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/56> | ||
| * Adding Comparison and Indexing methods to DataFrameMixin by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/58> | ||
| * Concrete GridPolars by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/60> | ||
| * Sugarscape Instantaneous Growback (Pandas-with-loop implementation) by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/63> | ||
| * Adding pydoclint and properly format docstring by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/69> | ||
| * Docs with material-from-mkdocs by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/70> | ||
| * Enforce correct numpy docstring formatting with ruff.pydocstyle by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/74> | ||
| * API Documentation with Sphinx by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/75> | ||
| * Move images from docs to docs/general to make it available for mkdocs by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/79> | ||
| * Adding user guide by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/81> | ||
| * Adding SugarScape IG (polars with loops) by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/71> | ||
| * Automatic publishing on PyPI on new release by @adamamer20 in <https://github.com/adamamer20/mesa-frames/pull/77> | ||
|
|
||
| ## New Contributors | ||
|
|
||
| * @adamamer20 made their first contribution in <https://github.com/adamamer20/mesa-frames/pull/8> | ||
| * @rht made their first contribution in <https://github.com/adamamer20/mesa-frames/pull/13> | ||
| * @pre-commit-ci made their first contribution in <https://github.com/adamamer20/mesa-frames/pull/55> | ||
|
|
||
| **Full Changelog**: <https://github.com/adamamer20/mesa-frames/commits/v0.1.0-alpha> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.