From 4b2119ad4f61d8af028fa23302e59643c1e00733 Mon Sep 17 00:00:00 2001 From: pvl-bot Date: Mon, 28 Oct 2024 17:11:33 -0400 Subject: [PATCH] Update CHANGELOG and __version__ to v1.10.0 --- docs/CHANGELOG.md | 9 ++++++++- infinigen/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fac288f5..0ab328c2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -128,4 +128,11 @@ v1.9.1 - Fix gin configs not correctly passed to slurm jobs in generate_individual_assets - Fix integration test image titles - Fix integration test asset image alignment -- Make multistory houses disabled by default \ No newline at end of file +- Make multistory houses disabled by default + +v1.10.0 +- Add Configuring Cameras documentation +- Add config for multiview cameras surrounding a point of interest +- Add MaterialSegmentation output pass +- Add passthrough mode to direct manage_jobs stdout directly to terminal +- Add "copyfile:destination" upload mode \ No newline at end of file diff --git a/infinigen/__init__.py b/infinigen/__init__.py index 9f7272bb..944db1c6 100644 --- a/infinigen/__init__.py +++ b/infinigen/__init__.py @@ -6,7 +6,7 @@ import logging from pathlib import Path -__version__ = "1.9.2" +__version__ = "1.10.0" def repo_root():