Skip to content

Commit

Permalink
chore(release): version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Jun 21, 2024
1 parent 0d9af45 commit 1d45629
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

## [0.2.0] - 2024-06-21

### Bug Fixes

- Update notebook SBR; add `to_csv` for all dataframes
- Reduce vibration velocity with reliability index
- Update logic for building plot

### Documentation

- Use more descriptive attribute names

### Features

- *(sbr-b)* Allow multi building validation
- Add SBR-B to notebook
- Initial setup SBR-B

## [0.1.7] - 2024-03-19

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "py-vibracore"
version = "0.1.7"
version = "0.2.0"
description = "Public python SDK for the CEMS VibraCore web-API."
requires-python = ">=3.9"
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion src/pyvibracore/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.7"
__version__ = "0.2.0"

0 comments on commit 1d45629

Please sign in to comment.