Skip to content

Adding backend to pydatastructs APIs #435

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

Merged
merged 6 commits into from
Nov 21, 2021

Conversation

czgdp1807
Copy link
Member

References to other Issues or PRs or Relevant literature

Closes #433

Brief description of what is fixed or changed

Other comments

cc: @HarshCasper

@czgdp1807 czgdp1807 added enhancement New feature or request utils labels Nov 21, 2021
@czgdp1807 czgdp1807 marked this pull request as draft November 21, 2021 12:21
@czgdp1807 czgdp1807 added this to the v1.0.1 milestone Nov 21, 2021
@codecov
Copy link

codecov bot commented Nov 21, 2021

Codecov Report

Merging #435 (bc73e51) into master (64bb29b) will increase coverage by 0.031%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master      #435       +/-   ##
=============================================
+ Coverage   98.551%   98.583%   +0.031%     
=============================================
  Files           29        29               
  Lines         3660      3741       +81     
=============================================
+ Hits          3607      3688       +81     
  Misses          53        53               
Impacted Files Coverage Δ
pydatastructs/utils/__init__.py 100.000% <ø> (ø)
pydatastructs/__init__.py 100.000% <100.000%> (ø)
pydatastructs/graphs/adjacency_list.py 98.000% <100.000%> (ø)
pydatastructs/graphs/adjacency_matrix.py 97.916% <100.000%> (ø)
pydatastructs/graphs/algorithms.py 99.502% <100.000%> (+0.011%) ⬆️
pydatastructs/graphs/graph.py 100.000% <100.000%> (ø)
pydatastructs/linear_data_structures/algorithms.py 99.731% <100.000%> (+0.011%) ⬆️
pydatastructs/linear_data_structures/arrays.py 100.000% <100.000%> (ø)
...datastructs/linear_data_structures/linked_lists.py 99.197% <100.000%> (+0.006%) ⬆️
...tructs/miscellaneous_data_structures/algorithms.py 94.000% <100.000%> (+0.250%) ⬆️
... and 12 more

Impacted file tree graph

@czgdp1807 czgdp1807 marked this pull request as ready for review November 21, 2021 14:39
@czgdp1807 czgdp1807 merged commit ce0643b into codezonediitj:master Nov 21, 2021
@czgdp1807 czgdp1807 deleted the backend branch November 21, 2021 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request utils
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a backend option to all the APIs in PyDataStructs and default to pydatastructs.Backend.Python.
1 participant