Skip to content

Commit

Permalink
chore(release): version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Feb 13, 2024
1 parent 17e2220 commit c05fa58
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 15 deletions.
41 changes: 28 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.1.3] - 2024-02-13

### Bug Fixes

- *(constants)* Update SOIL REFERENCE properties
- *(plot)* Update legend of vibration prediction reduction plot

### Documentation

- Update comments in notebook

### Styling

- Format markdown and bash file

## [0.1.2] - 2023-12-21

### Bug Fixes
Expand All @@ -10,16 +25,16 @@ All notable changes to this project will be documented in this file.
- *(notebook)* Add arguments to call endpoint method
- Use get methode to obtain data

### Refactor

- Move measurement_type parameter
- Move measurement_type and methode_safety_factor

### Documentation

- Add docstring sound calculation
- Add function reference and user guide

### Refactor

- Move measurement_type parameter
- Move measurement_type and methode_safety_factor

## [0.1.1] - 2023-11-14

### Bug Fixes
Expand All @@ -28,14 +43,6 @@ All notable changes to this project will be documented in this file.

## [0.0.1] - 2023-11-13

### Miscellaneous Tasks

- Update gitignore
- Remove fig save
- Silence SettingWithCopyWarning
- *(notebook)* Update notebook
- Init commit py-vibracore

### Documentation

- Add reference to docs
Expand All @@ -44,6 +51,14 @@ All notable changes to this project will be documented in this file.

- *(sound)* Add sound prediction

### Miscellaneous Tasks

- Update gitignore
- Remove fig save
- Silence SettingWithCopyWarning
- *(notebook)* Update notebook
- Init commit py-vibracore

### Styling

- Lint code with black isort and mypy
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.2"
version = "0.1.3"
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.2"
__version__ = "0.1.3"

0 comments on commit c05fa58

Please sign in to comment.