Skip to content

Commit

Permalink
Format CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGaydon authored Aug 10, 2023
1 parent b4d2ef8 commit 53ee7a9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
# main

# 3.4.8
- Raise an informative error in case of unexpected task_name.
### 3.4.8
- Raise an informative error in case of unexpected task_name

# 3.4.7
- Remove tqdm when splitting a lidar tile to avoid cluttered logs during data preparation.
### 3.4.7
- Remove tqdm when splitting a lidar tile to avoid cluttered logs during data preparation

# 3.4.6
- Document the possible use of ign-pdal-tools for colorization.
### 3.4.6
- Document the possible use of ign-pdal-tools for colorization

# 3.4.5
- Set a default task_name (fit) to avoid common error at lauch time.
### 3.4.5
- Set a default task_name (fit) to avoid common error at lauch time

# 3.4.4
- Remove duplicated experiment configuration.
### 3.4.4
- Remove duplicated experiment configuration

# 3.4.3
- Remove outdated and incorrect hydra parameter in config.yaml.
### 3.4.3
- Remove outdated and incorrect hydra parameter in config.yaml

# 3.4.2
- Reconstruct absolute path of input LAS files explicitely, removing a costly glob operation.
### 3.4.2
- Reconstruct absolute path of input LAS files explicitely, removing a costly glob operation

# 3.4.1
- Fix dataset description for pacasam: there was an unwanted int-to-int mapping in classification_dict.
### 3.4.1
- 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
## 3.4.0
- Allow inference for the smallest possible patches (num_nodes=1) to have consistent inference behavior

0 comments on commit 53ee7a9

Please sign in to comment.