Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jul 2, 2024
1 parent 5b05f78 commit dec3789
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@ Versioning currently follows `X.Y.Z` where
- `Y` should be the current bfabric release
- `Z` is increased for feature releases, that should not break the API

## Not released
## [tba] - tba


## [1.13.1] - 2024-07-02
### Changed
- bfabric_save_csv2dataset will raise an error if problematic characters are found in any of the cells
- Correctly define `bfabric_setWorkunitStatus_available.py`, and `processing` and `failed` variants.

### Added
- Add loguru for future logging refactoring.
- Easily runnable tests with `nox` and standardized formatting using `pre-commit`.

### Removed
- Pandas is no longer a dependency, and has been replaced by polars.
Expand Down

0 comments on commit dec3789

Please sign in to comment.