Skip to content

Commit

Permalink
version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Aug 3, 2019
1 parent 6173579 commit 70f7457
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
===========

0.0.19
------
- Cleaning up data before calculations (replaces inf/-inf/-0 with 0)
- Removed usage of `pandas.compound()` for future `pandas` version compatibility
- Auto conversion of price-to-returns and returns-to-data as needed

0.0.18
------
- Fixed issue when last date in data is in the past (issue #4)
Expand Down
2 changes: 1 addition & 1 deletion quantstats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.18"
__version__ = "0.0.19"
__author__ = "Ran Aroussi"

from . import stats, utils, plots, reports
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='QuantStats',
version='0.0.18',
version='0.0.19',
description='Portfolio analytics for quants',
long_description=long_description,
url='https://github.com/ranaroussi/quantstats',
Expand Down

0 comments on commit 70f7457

Please sign in to comment.