Skip to content

Releases: ABSESpy/ABSESpy

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

v0.6.5 🌈

17 May 02:50
Compare
Choose a tag to compare

What’s Changed

v0.6.4 🌈

16 May 13:09
Compare
Choose a tag to compare

What’s Changed

v0.6.3 🌈

12 May 12:20
Compare
Choose a tag to compare

What’s Changed

  • version 0.6.3 now experiment can record model's dynamic vars (#81) @SongshGeo

v0.6.2 🌈

12 May 02:52
Compare
Choose a tag to compare

What’s Changed

v0.6.0 🌈

11 May 09:44
Compare
Choose a tag to compare

Fixed bugs

  • #bug🐛 Fixed hotelling model's multiple preferences bug.
  • #bug🐛 Fixed dataset unavailable in the tests

Performance improvements

  • #zap⚡️ Improved speed by removing some dead codes.

Refactoring

  • #refactor♻️ Refactored structure of BaseNature for better performance.

New Features

  • #feat✨ Added an Experiment class for advanced model batch running.
  • #feat✨ Now BaseNature module can manipulate the major layer directly.
  • #feat✨ Added the basic model visualization methods.

v0.5.8 🌈

17 Apr 20:31
Compare
Choose a tag to compare

What’s Changed

  • refactored nature patches for more convenience and consistency (#77) @SongshGeo
  • Fixed random list problem (#76) @ekmanib
  • Fix some bugs for setting/getting values and typos in docs (#75) @SongshGeo

v0.5.7 🌈

10 Apr 03:28
Compare
Choose a tag to compare

What’s Changed

  • Fix some bugs for setting/getting values and typos in docs (#75) @SongshGeo
  • fix(docs): 📝 adding authors' orcid of the paper (#74) @SongshGeo
  • docs(docs): 📝 update changelog (#73) @SongshGeo