Tags give the ability to mark specific points in history as being important
-
0.9.0
7761468e · ·**Version 0.9.0** - Added support to virtual sensors (replacing forge ones) in `SensorManager`. Possible to enable them through a flag in the manager's constructor (and hence through the `SimulatorBuilder` class).
-
-
0.8.2
97d98af1 · ·**Version 0.8.2** - Fix in `SensorManager`. - `Sensor` not a Python dataclass anymore but still only the `sensor_temperature` field is allowed to be updated. - Added `__str__` and `__repr__` to `Simulator`.
-
-
-
-
0.7.2
a462f73b · ·**Version 0.7.2** - Improved tracking history functions (using callbacks instead of reading a flag and act accordingly every time).
-
-
0.7.0
78a9eaed · ·**Version 0.7.0** - Renamed `WarmKeepingManager` as `WarmholdingManager` and all parameters, functions, variable name that talk about warm-keeping and not about warmholding (better keep same names everywhere). - Added parameter to control whether to save intermediate positions and temperatures or not on the rod and on the sensors. - Updated all managers with new changes in the original simulator.
-
0.6.1
ebad9409 · ·**Version 0.6.1** - Updated `efficiency` method in `ThermalProperties` class (removed self argument and made static method).
-
0.6.0
eac0a66b · ·**Version 0.6.0** - Updated `ThermalProperties` and `ElectroMagneticProperties` with new values.
-
0.5.0
ba4a2380 · ·**Version 0.5.0** - Updated `SensorManager` with improvements from the original simulator.
-
0.4.2
6bef1357 · ·**Version 0.4.2** - Fixed types in `SimulatorState`'s properties `CUTTING_MACHINE_POS` and `MAGAZINE_BACK_POS`.
-
0.2.6
c1eab285 · ·**Version 0.2.6** - `Simulator` saves the initial state and uses it for resetting it with `reset_state` so to have an initial copy
-
-
-
0.4.0
cc231f10 · ·**Version 0.4.0** - Removed Python coroutines and replaced with sequential code.
-
0.3.0
255f3e2d · ·**Version 0.3.0** - Removed Simpy and substituted its processes with Python coroutines.
-
0.2.5
2bfa1b20 · ·**Version 0.2.5** - Fix in `MovementManager`: the `current_pos` field was erroneously accessed and yet not updated.
-
0.2.4
58e94511 · ·**Version 0.2.4** - Fix in `MovementManager` and `SensorManager`: while resetting the state, their inner properties (i.e., the so called "manager state") was not reset.