magnus167
  • Joined on 2025-01-23
magnus167 created repository magnus167/rusttest 2025-04-25 11:30:04 +00:00
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-21 00:36:41 +00:00
1275e7c2c9 refactor: rename apply_blacklist_lazy to apply_blacklist and update documentation
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-20 04:36:40 +00:00
0e4d58a9d8 fix: update .gitattributes to correctly mark all notebook files as linguist-vendored
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-20 02:06:40 +00:00
d16764944b chore: add .gitattributes to mark notebooks as linguist-vendored
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-16 23:16:40 +00:00
80603aa951 Implement code changes to enhance functionality and improve performance
fb2efa99ac wip: apply blacklist
178de83d1a testing...
Compare 3 commits »
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-16 18:36:41 +00:00
ee531deb7a update create_blacklist_from_qdf function signature to accept metrics as a vector
0443906cc9 feat: refactor create_blacklist_from_qdf to accept multiple metrics and improve null handling
Compare 2 commits »
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-16 00:56:40 +00:00
f0a9242d10 rerean notebook
df22667d63 updated notebook
7d4c198067 feat: update create_blacklist_from_qdf function signature to include group_by_cid and blacklist_name parameters
25192e425d completed wdf.columns implementation
e602b8b2b4 fix: change code block syntax to ignore in documentation examples
Compare 7 commits »
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-15 18:36:41 +00:00
ed9d5d01a2 update notebook
dda6e3e12f wip: blacklist util
Compare 2 commits »
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-15 14:36:41 +00:00
5ef2c7e6c7 refactor: simplify type annotations in reduce_dataframe function
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-13 23:26:41 +00:00
5c3862c297 refactor: reorganize module exports for clarity
3559a90ad2 adding blacklist ability
b7368a366e add weight_xcat capability
24a4176e17 fix: correct import statement for reduce_dataframe in historic_vol.rs
165e1c19e4 updating linear composite binding
Compare 6 commits »
magnus167 synced commits to rawdf at magnus167/msyrs from mirror 2025-04-13 10:46:40 +00:00
19e91cfe47 Merge branch 'main' into rawdf
4e4d1c6625 Merge pull request #2 from Magnus167/bdate_opt
cfbd54be7a add notebook with some benchmarks
a4645dbc93 Update utils module: add get_bdates_series_default_opt function and include it in __all__ exports
658eb0d121 Rename and update functions in utils module for clarity: change get_bdates_series_default to get_bdates_series_default_pl
Compare 9 commits »
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-13 10:46:40 +00:00
4e4d1c6625 Merge pull request #2 from Magnus167/bdate_opt
cfbd54be7a add notebook with some benchmarks
a4645dbc93 Update utils module: add get_bdates_series_default_opt function and include it in __all__ exports
658eb0d121 Rename and update functions in utils module for clarity: change get_bdates_series_default to get_bdates_series_default_pl
93f88ab537 Refactor date utilities: remove BDateFreq and AggregationType enums, integrate frequency handling in get_bdates_series_default_opt
Compare 7 commits »
magnus167 synced and deleted reference refs/tags/stable-home at magnus167/msyrs from mirror 2025-04-13 10:46:40 +00:00
magnus167 synced and deleted reference refs/tags/int_parsing at magnus167/msyrs from mirror 2025-04-13 10:46:40 +00:00
magnus167 synced and deleted reference refs/tags/bdate_opt at magnus167/msyrs from mirror 2025-04-13 10:46:40 +00:00
magnus167 synced commits to bdate_opt at magnus167/msyrs from mirror 2025-04-13 10:26:40 +00:00
cfbd54be7a add notebook with some benchmarks
a4645dbc93 Update utils module: add get_bdates_series_default_opt function and include it in __all__ exports
658eb0d121 Rename and update functions in utils module for clarity: change get_bdates_series_default to get_bdates_series_default_pl
93f88ab537 Refactor date utilities: remove BDateFreq and AggregationType enums, integrate frequency handling in get_bdates_series_default_opt
39d1a1b632 Reorder module declarations in mod.rs for improved organization
Compare 5 commits »
magnus167 synced new reference bdate_opt to magnus167/msyrs from mirror 2025-04-12 23:56:40 +00:00
magnus167 synced commits to bdate_opt at magnus167/msyrs from mirror 2025-04-12 23:56:39 +00:00
magnus167 synced commits to main at magnus167/msyrs from mirror 2025-04-12 23:16:40 +00:00
8343e93b46 Add from_string method to BDateFreq enum for easier conversion from String
magnus167 synced commits to rawdf at magnus167/msyrs from mirror 2025-04-12 22:36:41 +00:00
b4d42c1dda add BSeries struct and conversion implementations for FSeries and ISeries