File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.2.0] - 2024-06-21
6+
7+ ### Bug Fixes
8+
9+ - Update notebook SBR; add ` to_csv ` for all dataframes
10+ - Reduce vibration velocity with reliability index
11+ - Update logic for building plot
12+
13+ ### Documentation
14+
15+ - Use more descriptive attribute names
16+
17+ ### Features
18+
19+ - * (sbr-b)* Allow multi building validation
20+ - Add SBR-B to notebook
21+ - Initial setup SBR-B
22+
523## [ 0.1.7] - 2024-03-19
624
725### Features
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " py-vibracore"
7- version = " 0.1.7 "
7+ version = " 0.2.0 "
88description = " Public python SDK for the CEMS VibraCore web-API."
99requires-python = " >=3.9"
1010dependencies = [
Original file line number Diff line number Diff line change 1- __version__ = "0.1.7 "
1+ __version__ = "0.2.0 "
You can’t perform that action at this time.
0 commit comments