Skip to content

Releases: SongshGeoLab/ABSESpy

v0.7.5

16 Feb 14:38
6b71769
Compare
Choose a tag to compare

0.7.5 (2025-02-16)

Bug Fixes

  • api: 🐛 Fix agent select by time incorrectly in Container (fabaa35)
  • api: 🐛 fix draw actors methods (fff471b)
  • docs: 🐛 Fix all the outdated notebook docs (a3667ab)
  • docs: 📝 Remove docs for decision, deprecated feature (a87bf6a)

v0.7.4

06 Feb 15:22
071ecb8
Compare
Choose a tag to compare

0.7.4 (2025-02-06)

Bug Fixes

  • 💚 Fix python version update in release please (365df5c)

v0.7.3

06 Feb 15:10
59ed931
Compare
Choose a tag to compare

0.7.3 (2025-02-06)

Bug Fixes

  • 💚 Fix python version update in release please (68c2dae)

v0.7.2

06 Feb 13:56
40e9beb
Compare
Choose a tag to compare

0.7.2 (2025-02-06)

Bug Fixes

  • src: 🐛 Fix bug in visualizing empty agent sets (96abff1)
  • src: 🐛 Parse parameters in correct order now (cd648c7)

v0.7.1

03 Feb 13:16
e02f6c4
Compare
Choose a tag to compare

0.7.1 (2025-02-03)

Bug Fixes

  • 💚 Only generate joss draft on main, using poetry instead of pip (fb8dafc)
  • docs: 📝 Moved contributing guideness to main repo and fixed it's docs style (6601f3c)
  • project: 💚 remove griffle plugin from mkdocs-material (9805663)

v0.7.0 🌈

17 Nov 21:00
Compare
Choose a tag to compare

What’s Changed

v0.6.9 🌈

08 Jun 03:11
Compare
Choose a tag to compare

What’s Changed

  • Update to version 0.6.9 (#87) @SongshGeo
  • update to version 0.6.8, Using new datacollector especificially for absespy. (#86) @SongshGeo

v0.6.8 🌈

04 Jun 05:57
Compare
Choose a tag to compare

What’s Changed

  • update to version 0.6.8, Using new datacollector especificially for absespy. (#86) @SongshGeo
  • Fixed some known bugs (#85) @SongshGeo

v0.6.7 🌈

29 May 02:52
Compare
Choose a tag to compare

What’s Changed

v0.6.6 🌈

19 May 13:30
Compare
Choose a tag to compare
  • version 0.6.6: Improved visualization and generation of actors (#84) @SongshGeo

Fixed bugs

  • #bug🐛 Fixed Actor's indices transforming bug.
  • #bug🐛 Fixed flipud raster when loading data with different y coords.

Refactoring

  • #refactor♻️ Improved the coding structure of AgentsContainer
  • #refactor♻️ Improved the generator of unique_id for new Actors
  • #refactor♻️ Improved coding structure of visualizations.

Documentation changes

  • #docs📄 A new tutorial for creating actors by importing network
  • #docs📄 Improved the tutorials of geodata.ipynb and model_viz.ipynb

New Features

  • #feat✨ PatchCell also has the accessibility of TimeDriver now.
  • #feat✨ Actors can be created by passing a sequence of unique_id now.
  • #feat✨ Normal Actor now has a geometry of point according to the pos
  • #feat✨ A new property of geo_type for Actor and Cell.
  • #feat✨ New .summary method to check attributes of Actor and ActorsList
  • #feat✨ Plotting network and shapefile