Skip to content

Commit

Permalink
Release v.0.5 (Public Beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Mar 14, 2020
1 parent c7a28a3 commit c116a8a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
# Changes to the SimFin Python package

## Version 0.5.0 (2020-MM-DD)
## Version 0.5.0 (2020-03-14)

???
Public beta version.

This new version may help clean your bank-account from the bird-flu virus:
https://youtu.be/JNVjBQucIck

### Changes

- Added function `sf.moving_zscore()`
- Extended function `sf.clip()` with argument `clip`.

- Changed calculation of signals: ROA, ROE, ASSET_TURNOVER.

- Made function `sf.convert_to_periods()` public.

- Changed calculation of signals: ROA, ROE, ASSET_TURNOVER.
- Added function `sf.moving_zscore()`

- Added function `sf.shares()` and its use in various other functions.

- Added argument `exclude_columns` and support for Pandas Series to function
`sf.winsorize()`

- Added support for Pandas Series in function `sf.winsorize()`
- Added signals for `ASSETS_GROWTH` and changed the syntax for the function
`sf.growth_signals()` and updated the `StockHub` to support this.

- Added data quality tests to `test_bulk_data.ipynb`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# This is also defined in simfin/__init__.py and must be
# updated in both places.
MY_VERSION = '0.4.0'
MY_VERSION = '0.5.0'

setup(
name='simfin',
Expand Down
2 changes: 1 addition & 1 deletion simfin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is also defined in setup.py and must be updated in both places.
__version__ = "0.4.0"
__version__ = "0.5.0"

# Expose the following as top-level imports.

Expand Down

0 comments on commit c116a8a

Please sign in to comment.