Skip to content

Commit

Permalink
Update version to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Feb 14, 2024
1 parent c918da2 commit 80850f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG
### 3.8.1
- fix: propagate input las format to output las (in particular epsg which comes either from input or config)

### 3.8.0
## 3.8.0
- dev: log confusion matrices to Comet after each epoch.
- fix: do not mix the two way to log IoUs to avoid known lightning [Common Pitfalls](https://lightning.ai/docs/torchmetrics/stable/pages/lightning.html#common-pitfalls).

Expand All @@ -9,7 +11,7 @@

## 3.7.0
- Update all versions of Pytorch, Pytorch Lightning, and Pytorch Geometric.
Changes are retrocompatible for models trained with older versions (with adjustment to the configuration file).
Changes are retrocompatible for models trained with older versions (with adjustment to the configuration file).
- Refactor logging of single-class IoUs to go from num_classes+1 torchmetrics instances to only 1.

### 3.6.1
Expand Down Expand Up @@ -64,4 +66,4 @@
- Fix dataset description for pacasam: there was an unwanted int-to-int mapping in classification_dict

## 3.4.0
- Allow inference for the smallest possible patches (num_nodes=1) to have consistent inference behavior
- Allow inference for the smallest possible patches (num_nodes=1) to have consistent inference behavior
2 changes: 1 addition & 1 deletion package_metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__: "3.8.0"
__version__: "3.8.1"
__name__: "myria3d"
__url__: "https://github.com/IGNF/myria3d"
__description__: "Deep Learning for the Semantic Segmentation of Aerial Lidar Point Clouds"
Expand Down

0 comments on commit 80850f8

Please sign in to comment.