Skip to content

Commit

Permalink
Update CHANGELOG and __version__ to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvl-bot committed Oct 28, 2024
1 parent 4a1cfda commit 4b2119a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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
2 changes: 1 addition & 1 deletion infinigen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
from pathlib import Path

__version__ = "1.9.2"
__version__ = "1.10.0"


def repo_root():
Expand Down

0 comments on commit 4b2119a

Please sign in to comment.