• Joined on 2022-01-07
gkrou pushed to master at gourav/PyFacts 2022-04-12 17:10:18 +00:00
65f2e8434c More arithmatic tests
e8be7e9efa Math tests and series dtype param name change
49604a5ae9 Series parameter name change
b38a317b82 Added rmath dunder, create Series without specifying dtype
Compare 4 commits »
gkrou pushed to master at gourav/PyFacts 2022-04-11 17:19:53 +00:00
03a8045400 implemented arithmatic dunder methods
625c9228e9 Docs and corrections based on tests
3ec5b06e83 Added tests for TSC comparisons
e8dbc16157 implemented comparison in TSC, improved comparisons in Series
Compare 4 commits »
gkrou pushed to master at gourav/PyFacts 2022-04-10 18:23:07 +00:00
b246709603 expanded comparison for series, implemented gt in TSC
09365c7957 added tests for setitem in TSC
7bcd310652 Remove test check if instance is of type Mapping
2ee8f928af preprocess_timeseries converts numbers to float
d4bbaf7903 TimeSeriesCore no longer subclasses UserDict
Compare 10 commits »
gkrou pushed to master at gourav/PyFacts 2022-04-07 18:14:48 +00:00
88e7b3994b implemented sync method
gkrou pushed to master at gourav/PyFacts 2022-04-05 18:13:19 +00:00
8e8146a07d changed init to super().__init__
ce6326f4b5 Refactored with improved type hints
e06626dbca Added more ffill and bfill tests
Compare 3 commits »
gkrou pushed to master at gourav/PyFacts 2022-04-04 18:18:19 +00:00
33feb62015 corrected issue with ffill test
ed973cc259 improved expand function, handled issue with ffill
Compare 2 commits »
gkrou pushed to master at gourav/PyFacts 2022-04-03 19:19:07 +00:00
b5aa5d22d4 Added tests for expand
03ccbe0cb1 Added skip weekend parameters to expand and bfill/ffill
Compare 2 commits »
gkrou pushed to master at gourav/PyFacts 2022-04-03 09:58:11 +00:00
fa2ab84c92 renamed test_fincal2 to test_fincal
6ffa52f84e migrated tests from fincal to fincal2
d88acc5888 added read csv function
eb63766c1e Wrote tests for utils.py
Compare 4 commits »
gkrou pushed to master at gourav/PyFacts 2022-03-29 05:05:55 +00:00
faf0b44e46 Added tests for get and more tests for getitem
875089349e Added typehints for head and tail
Compare 2 commits »
gkrou pushed to master at gourav/PyFacts 2022-03-27 07:31:44 +00:00
3b96d231f4 fincal.expand now works by using .get and closest=previous
8be3359437 Added get_closest attribute to FincalOptions
ee48446c6e Added .get method with closest parameter
Compare 3 commits »
gkrou pushed to master at gourav/PyFacts 2022-03-05 17:53:46 +00:00
17b3e348a2 improved documentation and usage of date_parser decorator
32e4f25f59 improved limit calculation
Compare 2 commits »
gkrou pushed to master at gourav/PyFacts 2022-02-25 16:53:03 +00:00
77845ff501 updated requirements.txt
gkrou pushed to master at gourav/PyFacts 2022-02-25 05:09:15 +00:00
804609ac0e modified return tests to handle tuple output
gkrou pushed to master at gourav/PyFacts 2022-02-25 05:08:37 +00:00
870d0bd96b option to return nan in case of failure in return_calc
gkrou pushed to master at gourav/PyFacts 2022-02-25 04:18:48 +00:00
9e4049a973 One more test for date format
gkrou pushed to master at gourav/PyFacts 2022-02-24 18:05:40 +00:00
dfd718e106 Added one more test
gkrou pushed to master at gourav/PyFacts 2022-02-24 18:02:39 +00:00
50c423611d added tests for returns
308a4f1abb changed years to any period in return calc
0fbca4ae4c modified return calculation to include motnhs and days
66ccd2a3f8 added interval_to_years function
d9ec9b508b added tests for str & repr
Compare 6 commits »