Skip to content

Commit

Permalink
Release v.0.4 (Public Beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Jan 25, 2020
1 parent d78899e commit 560b5d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# Changes to the SimFin Python package

## Version 0.4.0 (2020-MM-DD)
## Version 0.4.0 (2020-01-25)

Public beta version.

Please be patient if you experience any problems. Although the system may look
fully automated, there is actually a little man sitting inside the server to
handle all of your requests: https://youtu.be/8cXF88XzALk

### Changes

- Added function `sf.max_drawdown()`

- Added documentation using the sphinx system and setup automatic generation
of the docs at: https://simfin.readthedocs.io/

- Setup automatic daily testing using GitHub Actions for both the simfin
package and the tutorials.


## Version 0.3.0 (2020-01-03)
Expand Down
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# Beta Warning

This is an early beta version which may set your computer on fire, cause
40 years of darkness, earth-quakes and volcanoes, the dead rising from
the grave, human sacrifice, dogs and cats living together.
[Mass hysteria!](https://www.youtube.com/watch?v=9S4cldkdCjE)

If you experience any problems, you could try and install the simfin
package using the following command, to get the latest developer version:

pip install git+https://github.com/simfin/simfin.git

If you still experience problems - and your computer still works - then
please open a GitHub issue with a detailed error report.


# SimFin - Simple financial data for Python

SimFin makes it easy to obtain and use financial data in Python.
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.3.0'
MY_VERSION = '0.4.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.3.0"
__version__ = "0.4.0"

# Expose the following as top-level imports.

Expand Down

0 comments on commit 560b5d8

Please sign in to comment.