Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jul 17, 2024
1 parent 70f03d5 commit d33ea9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.0.4 (2024-07-17)
* Fixes an issue with the path of data files

## v0.0.3 (2024-07-17)
* Added characterize_dynamic_inventory function that can directly apply functions to a dynamic inventory dataframe. This also includes a function to add a set of default characterization functions based on the CAS-numbers of bioflows
* Improved computational perfomance by using arrays and namedtuple instead of pd.Series
* Adds characterize_dynamic_inventory function that can directly apply functions to a dynamic inventory dataframe. This also includes a function to add a set of default characterization functions based on the CAS-numbers of bioflows
* Improves computational perfomance by using arrays and namedtuple instead of pd.Series

## v0.0.2 (2024-07-11)
* Version bump to harmonize with conda package version.
Expand Down
2 changes: 1 addition & 1 deletion dynamic_characterization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Add functions and variables you want exposed in `dynamic_characterization.` namespace here
)

__version__ = "0.0.3"
__version__ = "0.0.4"

from .dynamic_characterization import characterize_dynamic_inventory
from . import temporalis
Expand Down

0 comments on commit d33ea9d

Please sign in to comment.