# Changelog

## 1.5.4 (2024-01-16)

### Refactor

- **SaveAndLogConfigCallback**: move log_hyperparams to save_config func

## 1.5.3 (2024-01-16)

### Fix

- **modelcheckpoint**: fix link bug for best checkpoint

## 1.5.2 (2024-01-16)

### Fix

- **progress**: fix divide zero bug

## 1.5.1 (2024-01-15)

### Fix

- **log-code**: fix log code include files bug for wandb logger

## 1.5.0 (2024-01-14)

### Feat

- **eval-metrics**: only update evaluators when metric dicts is set explicitly
- **split-name**: add feature to customize split names

## 1.4.12 (2024-01-10)

### Fix

- **LightningModule**: fix output is not dict bug

## 1.4.11 (2024-01-10)

### Fix

- **ActionJsonFile**: fix multi ActionConfigFile bug
- **LightningModule**: fix recursive_parse_modules is not staticmethod bug

## 1.4.10 (2024-01-04)

### Fix

- **ci**: add write permission to contents for release ci

## 1.4.9 (2024-01-04)

### Fix

- **ci**: fix publish twice on tagged commit bug
- **ci**: fix check commit messages protect master br bug

## 1.4.8 (2024-01-04)

### Fix

- **ci**: fix fetch depth = 0 bug in check pre commit hooks

## 1.4.7 (2024-01-03)

### Fix

- **pyproject.commitizen**: use annotated tags instead of light weighted tags

## 1.4.6 (2024-01-03)

### Fix

- **parsers**: fix using non-public api of jsonargparse bug

## 1.4.5 (2024-01-03)

### Fix

- **changelog**: fix changelog name bug, add title for changelog

## 1.4.4 (2024-01-03)

### Fix

- **changelog**: move changelog.md to docs/get_started

## 1.4.3 (2024-01-03)

### Fix

- **commitizen**: add config for commitizen

## 1.4.2 (2023-12-28)

## 1.4.1 (2023-12-28)
