Skip to content
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 9 commits into from
Dec 26, 2024
Merged

Dev 2 #193

merged 9 commits into from
Dec 26, 2024

Conversation

DanielAvdar
Copy link
Owner

No description provided.

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>
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (db80c90) to head (ffa8729).
Report is 28 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

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>
@DanielAvdar DanielAvdar merged commit b4c8468 into main Dec 26, 2024
21 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant