-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev 2 #193
Merged
Merged
Dev 2 #193
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Upgraded ruff hook to v0.8.4 and added `--config=pyproject.toml` for both ruff-format and ruff hooks. Included `--unsafe-fixes` in the ruff hook for expanded linting capabilities. These changes enhance code quality and allow better customization. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Introduce reverse mapping functions to convert PyArrow dtypes back to NumPy equivalents. Update tests to validate round-trip conversions and ensure integrity across datetime, numeric, and object types. This enables better interoperability between PyArrow and NumPy backends. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Introduce a Makefile to streamline common tasks like install, test, and code checks. Updated GitHub workflows to leverage the Makefile for consistency and easier maintenance. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Upgraded the packages "attrs" to v24.3.0, "certifi" to v2024.12.14, and "charset-normalizer" to v3.4.1 for compatibility and improved functionality. Additionally, adjusted dependency details such as Python version requirements and file checksums. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #193 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 77 93 +16
=========================================
+ Hits 77 93 +16 ☔ View full report in Codecov by Sentry. |
Upgraded the pre-commit-hooks repo to version v5.0.0 for latest fixes and features. Removed the local mypy hook since it is no longer necessary or handled elsewhere. This stream Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Expanded time resolution to include seconds in datetime mappers. Removed deprecated or unused mappings and cleaned up related comments for clarity and consistency. These changes enhance compatibility and prepare for future implementation adjustments. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Removed commented code, added new test cases for numeric types, and introduced a new file for testing dtype mappings. Adjusted property-based test configurations and expanded index size range for generated DataFrames. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Including .pre-commit-config.yaml ensures that any changes to pre-commit settings trigger the appropriate CI workflows. This helps maintain code quality and consistency across the project. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Reorganized datetime and timedelta tests into separate files for better modularity and clarity. Enhanced testing by adding cases for additional datetime and timedelta resolutions, including seconds and microseconds. Updated dtype mappings to support these new resolutions. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.