All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bumped max compas version to
<1.8
.
- Bumped max compas version to
1.2
.
- Monkeypatch added for
compas._os.prepare_environment
applied if compas version is less thanv0.19.2
to get around a bug affectingcompas.rpc.proxy
MeasurementPoint
moved to its own module and made available as second level import (compas_mobile_robot_reloc.MeasurementPoint
). Still available fromcompas_mobile_robot_reloc.utils
for backwards compatibility.
- Dependency version specifier for compas' low bound set to
0.17.2
.
- Bumped compas to
<2.0
.
No changes, version bumped to give give a clear indication of which conda package to use. (Lingering package compas-mobile-robot-reloc on conda forge.)
- Moved MeasurementPoint from grasshopper document to
compas_mobile_robot_reloc.utils
.
Package broken out from rapid_clay_formations_fab.
Typing and tests added.