1
0
espelhamento de https://github.com/gsi-upm/soil sincronizado 2025-09-16 05:02:22 +00:00

v0.20.8 fix bugs

Esse commit está contido em:
J. Fernando Sánchez
2023-03-23 14:49:09 +01:00
commit bf481f0f88
68 arquivos alterados com 5398 adições e 85840 exclusões

Ver arquivo

@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [UNRELEASED]
## [0.20.8]
### Changed
* Tsih bumped to version 0.1.8
### Fixed
* Mentions to `id` in docs. It should be `state_id` now.
* Fixed bug: environment agents were not being added to the simulation
## [0.20.7]
### Changed
* Creating a `time.When` from another `time.When` does not nest them anymore (it returns the argument)