Honeybee-idaice

Latest version: v1.1.0

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

Scan your dependencies

Page 3 of 6

0.4.4

[0.4.4](https://github.com/ladybug-tools/honeybee-idaice/compare/v0.4.3...v0.4.4) (2023-08-07)


Bug Fixes

* **writer:** Merge coplanar vertical walls before translation ([fd2ca34](https://github.com/ladybug-tools/honeybee-idaice/commit/fd2ca3492e1207f8ace123be04182f1dd27cfd21))

0.4.3

[0.4.3](https://github.com/ladybug-tools/honeybee-idaice/compare/v0.4.2...v0.4.3) (2023-07-27)


Bug Fixes

* **deps:** Bump honeybee-core and add support for units in CLI ([b8675f2](https://github.com/ladybug-tools/honeybee-idaice/commit/b8675f29d6e20e31221acd411689b840e0d008bf))
* **translate:** Take care of casting to string in the command ([8d8ceb8](https://github.com/ladybug-tools/honeybee-idaice/commit/8d8ceb802cae7aee3e692ebbf6ed706d2ae47cd4))
* **writer:** Expose adjacency-distance as its own parameter ([9433ebf](https://github.com/ladybug-tools/honeybee-idaice/commit/9433ebf83648a5e2d6b0bea5a082cfef531936c7))
* **writer:** Fix typos in the previous commit ([9fc9841](https://github.com/ladybug-tools/honeybee-idaice/commit/9fc98412bbc59e93971adc576949fa8ff8881e68))
* **writer:** Replace geometry_utils with reliable core library methods ([b3b50a5](https://github.com/ladybug-tools/honeybee-idaice/commit/b3b50a5611a8baca2eb1b568c1693b7060742da2))
* **writer:** support vertices with holes using contours ([e343008](https://github.com/ladybug-tools/honeybee-idaice/commit/e343008f4062b2885a73882f5e54207f8233273e))
* **writer:** Use better check for inserting wall vertices ([afdee06](https://github.com/ladybug-tools/honeybee-idaice/commit/afdee064f0e754531a2fd7bc59df0c95b900107c))

0.4.2

[0.4.2](https://github.com/ladybug-tools/honeybee-idaice/compare/v0.4.1...v0.4.2) (2023-06-27)


Bug Fixes

* **exporter:** catch the case for line-like floor segments ([1baef0c](https://github.com/ladybug-tools/honeybee-idaice/commit/1baef0c534aac1397cfba6c3b4d42168c8bb3343))

0.4.1

[0.4.1](https://github.com/ladybug-tools/honeybee-idaice/compare/v0.4.0...v0.4.1) (2023-06-26)


Bug Fixes

* **bldg body:** use a numeric ID instead of the full face id ([7737759](https://github.com/ladybug-tools/honeybee-idaice/commit/773775984c950af634b269a0d7148422b36a1d16))
* **exporter:** remove colinear vertices ([cf094c0](https://github.com/ladybug-tools/honeybee-idaice/commit/cf094c085c64c8ffdc892c0bf8ccca8ddc52f459))

0.4.0

[0.4.0](https://github.com/ladybug-tools/honeybee-idaice/compare/v0.3.6...v0.4.0) (2023-06-22)


Bug Fixes

* **apertures:** improve grouping non-rectangular apertures ([9c2b15e](https://github.com/ladybug-tools/honeybee-idaice/commit/9c2b15eb0227aef460e72138b856520d6b00be1b))
* **boundary:** remove the duplicate vertex from room floor ([1c43b37](https://github.com/ladybug-tools/honeybee-idaice/commit/1c43b3775e0ec015dcb0d81da3f32efde07b8509))
* **building body:** use an improved method for horizontal_room_boundary ([28074e1](https://github.com/ladybug-tools/honeybee-idaice/commit/28074e1988ff9cc3b3bff6c0ae24efc38e59f0f6))
* **building body:** use the new method for room boundaries ([51975b8](https://github.com/ladybug-tools/honeybee-idaice/commit/51975b8656952a38537e6da59f2fe559c66b7066))
* **cli:** set the default value to 0.4 ([6452c07](https://github.com/ladybug-tools/honeybee-idaice/commit/6452c07a05a41226e9b2e839a742f7fdbf7d847b))
* **writer:** improve the routine for catching duplicate apertures ([af670e3](https://github.com/ladybug-tools/honeybee-idaice/commit/af670e37213bc7a62a23db852e33f05230995c09))
* **writer:** raise an exception if model has no rooms ([47adfa1](https://github.com/ladybug-tools/honeybee-idaice/commit/47adfa18fe07fa96593bf3311d340f59dc7d0f38))
* **writer:** try to remove degenerate faces after scaling the model ([aa6ad08](https://github.com/ladybug-tools/honeybee-idaice/commit/aa6ad088cad7b23845aaeeeda1ccb5e908eccaa1))


Features

* **bldg body:** support protected bodies with holes ([9fec184](https://github.com/ladybug-tools/honeybee-idaice/commit/9fec18444fe5d444d46aad6ad9cb751d9e29319d))
* **writer:** support extruded boundaries and rooms with holes ([ce68c29](https://github.com/ladybug-tools/honeybee-idaice/commit/ce68c2945d4333d5dc17b8efe5c62f4535425835))
* **writer:** support holes in ceiling parts ([4c41722](https://github.com/ladybug-tools/honeybee-idaice/commit/4c41722515eff4cf7d58814db827758e2b63897d))

0.3.6

[0.3.6](https://github.com/ladybug-tools/honeybee-idaice/compare/v0.3.5...v0.3.6) (2023-06-08)


Bug Fixes

* **apertures:** add additional check for interior apertures ([fb5ed86](https://github.com/ladybug-tools/honeybee-idaice/commit/fb5ed86021ce84eb304b008b0fae2df6173dad47))
* **bldg bodies:** Try creating a merged floor with several tolerances ([0792c32](https://github.com/ladybug-tools/honeybee-idaice/commit/0792c321b3e45c7262e570105c9f5454c1ae88d1))
* **writer:** clean up the display name with \, / or \n ([f6dbcff](https://github.com/ladybug-tools/honeybee-idaice/commit/f6dbcffec641cbfe107f554518e6720bc141de25))
* **writer:** merge non-rectangular apertures when possible ([a86ca3c](https://github.com/ladybug-tools/honeybee-idaice/commit/a86ca3cdf064bcfeafae7ab1b8eea0520b7b10b6))

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.