Skip to content

Releases: scuervo91/dcapy

v0.1.14

26 Sep 12:42
6d2fe40

Choose a tag to compare

0.1.14

Features

  • 🎨 add compatibility to python 3.9, 3.10, 3.11. PR #26 by ne-warwick

v0.1.13

16 Jul 01:08

Choose a tag to compare

0.1.13

Fixes

👷 Ti (Smoothing Function): Resolved an issue with the Ti that affected the function of smoothing (exponential weighted average). The previous implementation incorrectly labeled the first value to be deleted. This issue has been fixed by utilizing the built-in function in pandas' ewm method. The beta parameter now acts as the alpha parameter in the pandas function.

Feature

di_freq Support: Introduced a new feature to fit data with dates of different di_freq.

v0.1.12

09 Jul 03:18
96a8248

Choose a tag to compare

0.1.12

Features

  • 🎨 Create cashflows from Pandas Series

v0.1.11

02 Nov 14:40
d13c87c

Choose a tag to compare

0.1.10

Feature

  • 🎨 When fitting a Arps class you can now choose the upper and lower bounds of parameter b

v0.1.10

14 Sep 12:48
c3a1803

Choose a tag to compare

0.1.9

Fixes

  • 👷 Fix bug when printing

v0.1.9

13 Sep 20:39
c2f4790

Choose a tag to compare

Merge pull request #12 from scuervo91/0.1.9

0.1.9

v0.1.8

11 Sep 03:55
3bffeed

Choose a tag to compare

0.1.8

Fixes

  • 👷 Fix Weiner Proccesses index when using with Schedule module

V0.1.7

10 Sep 21:38
9f238da

Choose a tag to compare

0.1.7

Fixes

  • 👷 Fix Broadcast shapes when provide multiple cashflow iteration and only one forecast

Fix Cashflow Multiple time frequency Management

07 Sep 03:02
02fe6f3

Choose a tag to compare

This release fix the way is managed the Time frequency in Cashflow Workflows, specially when using non-dates.

Fixes to Plots And Scheduling with relative dates

06 Sep 16:30
8f7b216

Choose a tag to compare

0.1.5

Fixes

  • 👷 Fix Schedule module when using relative time series instead of dates.
  • 👷 Fix when plotting the dca.Arps method.