Aniket
Aniket
## What does this PR do? Add resource(s) | Remove resource(s) | Add info | Improve repo ## For resources ### Description ### Why is this valuable (or not)? ###...
## What does this PR do? Add resource(s) | Remove resource(s) | Add info | Improve repo ## For resources ### Description ### Why is this valuable (or not)? ###...
## What does this PR do? Add resource(s) | Remove resource(s) | Add info | Improve repo ## For resources ### Description ### Why is this valuable (or not)? ###...
#2518 This PR addresses issue by making the `And` expression in pyiceberg.expressions fully JSON serializable using Pydantic. - Added a unit test to verify correct JSON serialization of the And...
#1219 This PR fixes an issue where Babel would raise a valueError when encountering a blank or malformed field in .po file header. Please provide feedback if my approach is...
#1141 Adds checks to `train`, `get_logprobs`, and generate in MegatronPolicyWorker to raise a clear error if the model is not prepared for GPU execution. Please let me know if my...
fix #59580 - ERR: consistent error messages for unsupported reduction operations
- [ ] closes #63040 (Replace xxxx with the GitHub issue number) - [x] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature Please let me...
- [ ] closes #56586 (Replace xxxx with the GitHub issue number) - [ ] [Tests added and passed](https://pandas.pydata.org/pandas-docs/dev/development/contributing_codebase.html#writing-tests) if fixing a bug or adding a new feature This PR...
This PR resolves (GH#62158) by removing the legacy special-casing for Python date objects in DatetimeIndex indexing logic. What’s Changed: Removed the special-case handling of date objects in DatetimeIndex.__getitem__. Updated/added tests...