Skip to content

Commit

Permalink
changelog + ver #
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Dec 24, 2019
1 parent bf3cc8b commit dbf219c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
===========

0.0.24
------
- Added mtd/qtd/ytd methods for panda (usage: `df.mtd()`)
- Fixed Pandas deprecation warning
- Fixed Matplotlib deprecation warning
- Try setting `%matplotlib inline` automatic in notebooks

0.0.23
------
- Fixed profit Factor formula
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.23"
__version__ = "0.0.24"
__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 @@ -21,7 +21,7 @@

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

0 comments on commit dbf219c

Please sign in to comment.