Rapid-clay-formations-fab

Latest version: v0.7.1

Safety actively analyzes 638819 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.1.12

Added

- Logging added to `compas_rcf.fabrication.abb_rcf_runner`.
- Makes sure needles are retracted at start and end of `abb_rcf_runner`.
- Hardcoded compression at pickup in `abb_rcf_runner`. Needs to be removed.
- Added note about compas to `README.md`
- Added note about compatibility with Python 2 and \< 3.6.

Changed

- Whole package has had its imports sorted
- Set up black formatting and formatted everything
- Travis now handles build and releasing of tagged commit, using `setuptools_scm` to handle version setup.
- `setuptools_scm` replaces `MANIFEST.in` in handling what to include when building.
- Package now requires Python \>= 3.6 for installation.

Removed

- Lots of dev deps

0.1.10

Added

- Module `compas_rcf.fabrication.conf` added. Reads yaml files for fabrication settings. Provides template to validate files.
- Package `confuse` new dependecy, ("painless YAML config files for Python")
- Default config file (in YAML) added to `compas_rcf.fabrication`
- Module `compas_rcf.abb.helpers` added, for now only a dict mapping Zone data names to absolute value

Changed

- `compas_rcf.fabrication.abb_rcf_runner` updated to use YAML configs.
- docker compose dirs moved from `./docker` to `.data/docker-compose`

Removed

- Hard-coded fabrication configuration removed from `compas_rcf.fabrication.abb_rcf_runner`. Default values now stored in `compas_rcf.fabrication.default_config.yaml`

0.1.9

Added

- Print colored dict function added to `compas_rcf.utils.ui`.
- Packages Colorama and Questionary added to to requirements. They are used for CLI runner.

Changed

- `compas_rcf.fabrication.abb_fabrication_non_interactive` refactored
- `compas_rcf.fabrication.abb_fabrication_non_interactive` renamed to `abb_rcf_runner`.
- `compas_rcf.fabrication.abb_rcf_runner` now takes args and can edit conf setup during runtime.
- `compas.rcf.fabrication.ClayBullet` property `placement_frame` changed to be where the tool should stop while placing. New property `location` is the new required argument for the object and defines the clay bullets lowest point. `placement_frame` is derived from `location` and `compressed height`.
- `ClayBulley` attributes `pre_frames` and `post_frames` renamed to `trajectory_to` and `trajectory_from` to be more descriptive.
- Fixes to docs: In Updating section of `getting_started.rst` python was changed to pip. Inline comments removed from installation instructions.

0.1.8

Changed

- After some testing to find the best way to distribute this package given the dependency on private repository `compas_rrc` I've concluded to keep uploading to PyPi. This means that compas\_rrc will need to be installed manually before this package, since PyPi does not allow giving a \"direct dependency\`.

0.1.6

Added

- Set up sphinx docs
- Added deploy job for travis
- Open file dialog function added to new module `compas_rcf.util.ui`
- Open file dialog implemented in ABB fabrication runner

Changed

- Travis Python 3 version bumped up to 3.7
- docs moved from docsource to docs
- sphinx target directory now dist/docs
- Corrected compas\_fab version range (from `<0.12` to `<0.11`)
- Fixed compas\_rrc requirement syntax given it's installed from git repository
- Added compas\_rrc to installable packages for `compas_rcf.install_rhino`

0.1.5

Added

- `ClayBulletEncoder` to serialize `ClayBullet` added to `compas_rcf.fabrication.clay_obj`
- Frames before and after placement added to `ClayBullet`
- `from_data` constructor added to `ClayBullet`
- Function to parse list of ClayBullet instances from JSON added in new module `compas_rcf.utils.json_`
- `ensure_frame` function added to `compas_rcf.utils.util_funcs` to convert `Planes` to `Frames`
- `compas_rcf.IPY` global boolean that uses `compas` function to check if IronPython is running the code.

Changed

- `Rhino` modules are only loaded if IronPython is running the code
- `compas_rcf.fabrication.abb_fabrication_non_interactive` now reads JSON to load ClayBullets and extracts `Frames` from them
- Most settings in `abb_fabrication_non_interactive` are moved to top and set as globals.

Removed

- `compas_rcf.utils.databases` mock module removed in favor of `json_`.

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.