-
Notifications
You must be signed in to change notification settings - Fork 6
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
Additional methods and fixes to DataFrameMixin #43
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24ce034 - Browse repository at this point
Copy the full SHA 24ce034View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d5201 - Browse repository at this point
Copy the full SHA f3d5201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e86635 - Browse repository at this point
Copy the full SHA 6e86635View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff812c9 - Browse repository at this point
Copy the full SHA ff812c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b049ee - Browse repository at this point
Copy the full SHA 8b049eeView commit details -
- move capacity to DiscreteSpaceDF
- create set_cells at DiscreteSpaceDF level
Configuration menu - View commit details
-
Copy full SHA for c2218c6 - Browse repository at this point
Copy the full SHA c2218c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6436186 - Browse repository at this point
Copy the full SHA 6436186View commit details -
- moved column names to SpaceDF
- created concrete swap in SpaceDF - update due to changes in mixin
Configuration menu - View commit details
-
Copy full SHA for 0777041 - Browse repository at this point
Copy the full SHA 0777041View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e3f457 - Browse repository at this point
Copy the full SHA 3e3f457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a5e1a - Browse repository at this point
Copy the full SHA 00a5e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dee33f5 - Browse repository at this point
Copy the full SHA dee33f5View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe2abfb - Browse repository at this point
Copy the full SHA fe2abfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e47742c - Browse repository at this point
Copy the full SHA e47742cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 365b240 - Browse repository at this point
Copy the full SHA 365b240View commit details -
- remove _place_agents_df and move it to move_agents
- add remaining capacity property - branching _update_capacity in cells and agents
Configuration menu - View commit details
-
Copy full SHA for 16dfd5d - Browse repository at this point
Copy the full SHA 16dfd5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e5617 - Browse repository at this point
Copy the full SHA 49e5617View commit details -
Configuration menu - View commit details
-
Copy full SHA for de5aaf6 - Browse repository at this point
Copy the full SHA de5aaf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d185f4 - Browse repository at this point
Copy the full SHA 6d185f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46500a7 - Browse repository at this point
Copy the full SHA 46500a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12bae83 - Browse repository at this point
Copy the full SHA 12bae83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00cb4be - Browse repository at this point
Copy the full SHA 00cb4beView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71281cf - Browse repository at this point
Copy the full SHA 71281cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0363e67 - Browse repository at this point
Copy the full SHA 0363e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26404e - Browse repository at this point
Copy the full SHA d26404eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1794388 - Browse repository at this point
Copy the full SHA 1794388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499e4e2 - Browse repository at this point
Copy the full SHA 499e4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3943365 - Browse repository at this point
Copy the full SHA 3943365View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1b5f1 - Browse repository at this point
Copy the full SHA fd1b5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91bc4aa - Browse repository at this point
Copy the full SHA 91bc4aaView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96307e6 - Browse repository at this point
Copy the full SHA 96307e6View commit details -
- changed index_col to index_cols across methods
- added some useful method (add, all, div, drop_columns, drop_duplicates, group_by_cum_count, mul, norm, reset_index, set_index, srs_to_df) - minor fixes
Configuration menu - View commit details
-
Copy full SHA for b33d083 - Browse repository at this point
Copy the full SHA b33d083View commit details -
- new methods in PandasMixin based on additions to DataFrameMixin
- fixes to the logic of some methods
Configuration menu - View commit details
-
Copy full SHA for 5c07e53 - Browse repository at this point
Copy the full SHA 5c07e53View commit details -
- Distinction between place and move: the first raises Warning if age…
…nts are already present, the second if agents aren't already present - Fixes to the logic of some methods of SpaceDF (random_agents, swap_agents), DiscreteSpaceDF (__repr__, __str__) GridDF (__init__, get_directions, get_distances, get_neighbors, get_neighborhood, get_cells, out_of_bounds, remove_agents, torus_adj, _compute_offsets, _get_df_coords)
Configuration menu - View commit details
-
Copy full SHA for b43449c - Browse repository at this point
Copy the full SHA b43449cView commit details -
addition of the new methods to PolarsMixin according to the new abstr…
…act DataFrameMixin
Configuration menu - View commit details
-
Copy full SHA for 054ebf9 - Browse repository at this point
Copy the full SHA 054ebf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e5bca4 - Browse repository at this point
Copy the full SHA 7e5bca4View commit details -
- specified _copy_with_method attribute for fast copy through CopyMixin
- added custom _empty_cell_condition - fixed the logic of some methods (_generate_empty_grid, _sample_cells, _update_capacity_agents, remaining_capacity)
Configuration menu - View commit details
-
Copy full SHA for e6e8f2a - Browse repository at this point
Copy the full SHA e6e8f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b181e7 - Browse repository at this point
Copy the full SHA 2b181e7View commit details -
Merge branch 'main' of https://github.com/adamamer20/mesa-frames into…
… 34-concrete-gridpandas
Configuration menu - View commit details
-
Copy full SHA for 34a6368 - Browse repository at this point
Copy the full SHA 34a6368View commit details -
Merge branch 'main' of https://github.com/adamamer20/mesa-frames into…
… 34-concrete-gridpandas
Configuration menu - View commit details
-
Copy full SHA for 2a2284e - Browse repository at this point
Copy the full SHA 2a2284eView commit details -
Merge branch 'main' of https://github.com/adamamer20/mesa-frames into…
… 34-concrete-gridpandas
Configuration menu - View commit details
-
Copy full SHA for b166d66 - Browse repository at this point
Copy the full SHA b166d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5106501 - Browse repository at this point
Copy the full SHA 5106501View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90cacd - Browse repository at this point
Copy the full SHA e90cacdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b3ab4 - Browse repository at this point
Copy the full SHA 02b3ab4View commit details