Skip to content

Commit

Permalink
v# + cl
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Sep 16, 2021
1 parent c8fd917 commit cae32d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
===========

0.0.36
------
- Added ``as_pct`` params to ``reports.metrics()`` for when you need display data as DataFrame


0.0.35
------
- Passing correct rolling windows in ``rolling_beta()``
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "QuantStats" %}
{% set version = "0.0.30" %}
{% set version = "0.0.35" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "ca7e0ad254087ae580197f45fb11cdb2a8c93403166d127ae5e74d443ab18b91"
sha256: "c09e9ad157f6cbbf76c7cace6d52e64486a64fffdb21f4a840152f7e9ea8f8a2"

build:
noarch: python
Expand Down

0 comments on commit cae32d9

Please sign in to comment.