30 Commits

Author SHA1 Message Date
Palash Tyagi
f1ab33ed96 Fix comments to remove placeholder text in usage examples for BDatesList and DatesList 2025-06-07 11:35:55 +01:00
Palash Tyagi
bc00035bc0 Add type alias for DateFreq to enhance clarity in business date frequency representation 2025-05-15 00:09:23 +01:00
Palash Tyagi
8f3bc6843b Refactor module exports in mod.rs for clarity and consistency 2025-05-15 00:09:11 +01:00
Palash Tyagi
127e178b79 Remove commented-out code and streamline module exports in dateutils 2025-05-15 00:08:58 +01:00
Palash Tyagi
52729e55be Clean up comments and improve code clarity 2025-05-15 00:00:56 +01:00
Palash Tyagi
c37659f09d removing unused comments and cleaning up the code structure 2025-05-14 23:54:11 +01:00
Palash Tyagi
629c9d84e2 Refactor groups method in BDatesList to use dates::group_dates_helper 2025-05-14 23:52:11 +01:00
Palash Tyagi
f5fd935475 Refactor groups method in DatesList to use a helper function for modularity 2025-05-14 23:51:36 +01:00
Palash Tyagi
86fec0a6b1 Remove outdated comments from tests to improve code clarity 2025-05-13 00:06:27 +01:00
Palash Tyagi
df28440dfd Refactor BDatesGenerator to utilize DatesGenerator for improved date handling and remove unused functions 2025-05-13 00:04:41 +01:00
Palash Tyagi
f4d52f0ce8 Make fields in DatesGenerator public for improved accessibility 2025-05-13 00:04:33 +01:00
Palash Tyagi
d8239114cf Refactor date utility exports for clarity and maintainability 2025-05-11 22:39:56 +01:00
Palash Tyagi
c1834c0141 Comment out unused date utility exports for clarity 2025-05-11 22:39:51 +01:00
Palash Tyagi
fb63b3fd3d refactored bdates to depend on dates util 2025-05-11 22:39:45 +01:00
Palash Tyagi
b1a2a2260d Make date utility functions public for improved accessibility 2025-05-11 22:39:08 +01:00
Palash Tyagi
1213d588ec Refactor date frequency handling in DatesList to improve clarity and reduce code duplication 2025-04-29 23:43:12 +01:00
Palash Tyagi
a76963ec2e move bdates and dates modules into dateutils module 2025-04-29 00:03:06 +01:00
Palash Tyagi
5d5b3408dc updating comments in bdates implementation 2025-04-23 22:51:24 +01:00
Palash Tyagi
25e3405d85 Update documentation to use rustframe::utils for BDatesList and DatesList 2025-04-21 01:27:41 +01:00
Palash Tyagi
488f101618 Update module exports to include BDatesGenerator and DatesGenerator 2025-04-21 01:27:28 +01:00
Palash Tyagi
0bfadd5f97 added modifications to use generator in dates util 2025-04-20 05:54:09 +01:00
Palash Tyagi
1588f05b9d added docstring for bdatesGenerator 2025-04-20 05:24:13 +01:00
Palash Tyagi
40f5f68e65 added docstring for bdateslist 2025-04-20 05:23:30 +01:00
Palash Tyagi
5dc683ffae added modifications to use generator in bdates util 2025-04-20 05:22:59 +01:00
Palash Tyagi
fcbea050a4 apply formatting 2025-04-19 17:44:41 +01:00
Palash Tyagi
65d88f4af2 add dates module and re-export DateFreq and DatesList 2025-04-19 16:01:25 +01:00
Palash Tyagi
3e4378c525 added DatesList util 2025-04-19 16:01:19 +01:00
Palash Tyagi
4043632a68 update BDateFreq parsing and add string representation methods, added more tests 2025-04-19 15:32:58 +01:00
Palash Tyagi
3dec894cd0 add mod.rs for utils 2025-04-19 14:06:59 +01:00
Palash Tyagi
54e5810100 added util for bdates list 2025-04-19 14:04:16 +01:00