Skip to content

Commit 3ebf48c

Browse files
pygarment version 2.0.1
1 parent 6611260 commit 3ebf48c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11

22
# Change Log
33

4+
## [2.0.1] - 2024-09-12
5+
6+
### Fixed
7+
- Allow disabling frame timeout in simulation through setting `None` (`null` in `.yaml`) as `max_frame_time` config value. This fixes #15.
8+
- Fix erroneous duplication of frame timeout value for all frames. Timeout is only prolonged for the first frame -- initialization requires more time compared to the following frames. Sim property files are updated to reproduce earlier behavior with erroneous timeout duplication
9+
410
## [2.0.0] - 2024-08-30
511

612
Major update with release of [GarmentCodeData](https://igl.ethz.ch/projects/GarmentCodeData/), new GUI, and a number of other improvements and library changes. For technical details, see our papers.
713

814

915
### Added
1016
- **[Mesh generation]** GarmentCode library can now generate box meshes for the sewing patterns.
11-
- **[Simulation]** We integrated our version of [NVIDIA warp]() # TODO UPD to support simulation of GarmentCode sewing patterns. It can be run from command line and from GUI.
17+
- **[Simulation]** We integrated our version of [NVIDIA warp](https://github.com/maria-korosteleva/NvidiaWarp-GarmentCode) to support simulation of GarmentCode sewing patterns. It can be run from command line and from GUI.
1218
- **[Desing Sampling]** We support random sampling of sewing pattern designs from the designs spaces. Sampling can be controlled though setting probabilities of sampling default values.
1319
- **[Generating synthetic 3D data]** Combining the new capabilities allows for creating diverse synthetic datasets of 3D garments. We provide high-level scripts to create such datasets from the GarmentCode-provided garment programs.
1420
- **[Labeling]** We added support for assigning labels to pattern elements (edges and panels) in both GarmentCode objects and JSON serialized pattern representation. These are currently utilized to guide the cloth simulation process, but can be assigned to enrich the data labeling.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pygarment
3-
version = 2.0.0
3+
version = 2.0.1
44
author = Maria Korosteleva
55
author_email = maria.korosteleva.public@gmail.com
66
description = A modular programming framework for designing parametric sewing patterns

0 commit comments

Comments
 (0)