Skip to content

Commit

Permalink
0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Nov 4, 2021
1 parent fdaff14 commit a59248c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## Version 0.3.3 – November 04 2021
## Version 0.3.4 – November 04 2021
### New Features
- added function `biopsykit.utils.time.extract_time_from_filename` that can parse time information from a filename
- added function `biopsykit.metadata.gender_counts`
- added function `biopsykit.utils.time.extract_time_from_filename()` that can parse time information from a filename
- added function `biopsykit.metadata.gender_counts()`
### Bugfixes
- fixed bug when importing Sleep Analyzer data using `biopsykit.io.sleep_analyzer.load_withings_sleep_analyzer_raw_file()`
- `biopsykit.io.load_time_log()`: time log dataframes imported using this function will now have "phase" as column name
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biopsykit"
version = "0.3.3"
version = "0.3.4"
description = "A Python package for the analysis of biopsychological data."
authors = [
"Robert Richer <robert.richer@fau.de>",
Expand Down
2 changes: 1 addition & 1 deletion src/biopsykit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"utils",
]

__version__ = "0.3.3"
__version__ = "0.3.4"


def version() -> None:
Expand Down

0 comments on commit a59248c

Please sign in to comment.