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

Switch to tools4rdf #182

Merged
merged 8 commits into from
Mar 28, 2025
Merged

Switch to tools4rdf #182

merged 8 commits into from
Mar 28, 2025

Conversation

srmnitc
Copy link
Member

@srmnitc srmnitc commented Mar 27, 2025

This pull request includes significant updates to the atomrdf package, focusing on refactoring imports, updating dependencies, and removing deprecated code. The most important changes are summarized below:

Refactoring Imports:

  • atomrdf/graph.py: Updated import statements to remove atomrdf.network.network and atomrdf.network.ontology, replacing them with atomrdf.ontology.
  • atomrdf/namespace.py: Changed import from atomrdf.network.network to tools4rdf.network.network.

Code Removal:

Dependency Updates:

  • environment-docs.yml and environment.yml: Added tools4rdf >=0.2.0 to dependencies. [1] [2]

Function Modifications:

These changes aim to streamline the codebase by removing outdated components and improving the overall structure and dependencies.

Copy link

codecov bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.92%. Comparing base (b561599) to head (788bfce).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #182      +/-   ##
==========================================
- Coverage   64.70%   59.92%   -4.79%     
==========================================
  Files          25       21       -4     
  Lines        3907     3266     -641     
==========================================
- Hits         2528     1957     -571     
+ Misses       1379     1309      -70     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@srmnitc srmnitc merged commit b177c88 into main Mar 28, 2025
3 of 4 checks passed
@srmnitc srmnitc deleted the switch_to_tools4rdf branch March 28, 2025 08:09
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