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

Remove public API of indexing module. #580

Merged
merged 7 commits into from
Aug 3, 2021
Merged

Remove public API of indexing module. #580

merged 7 commits into from
Aug 3, 2021

Conversation

bdice
Copy link
Member

@bdice bdice commented Jul 26, 2021

Description

This PR removes a large portion of the public API of the indexing module. It appears the only internal use of the indexing APIs may be the SignacProjectCrawler (now a private class) in Project.index(). We may also choose to make Project.index() private, but I think I would wait for a subsequent PR instead of expanding the scope of this PR.

This depends on #574 and #576.

To-do:

  • Update and remove outdated tests / make CI pass.
  • Update setup.cfg to remove exclusions for pydocstyle and pytest deprecation warnings for the indexing module.

For tasks to be accomplished in subsequent PRs, see issue #588.

Motivation and Context

Part of signac 2.0 API cleanup.

Types of Changes

  • Documentation update
  • Bug fix
  • New feature
  • Breaking change1

1The change breaks (or has the potential to break) existing functionality.

Checklist:

If necessary:

  • I have updated the API documentation as part of the package doc-strings.
  • I have created a separate pull request to update the framework documentation on signac-docs and linked it here.
  • I have updated the changelog and added all related issue and pull request numbers for future reference (if applicable). See example below.

@bdice bdice changed the base branch from master to remove/db-host July 26, 2021 05:41
@bdice bdice added this to the v2.0.0 milestone Jul 26, 2021
@bdice bdice added the blocked Dependent on something else label Jul 26, 2021
@bdice bdice self-assigned this Jul 27, 2021
@bdice bdice force-pushed the remove/db-host branch 3 times, most recently from c524915 to 012118a Compare July 28, 2021 21:09
@bdice bdice mentioned this pull request Jul 28, 2021
12 tasks
Base automatically changed from remove/db-host to next July 30, 2021 19:07
@bdice bdice force-pushed the remove/indexing branch from 9a0ca2d to b4e97ea Compare July 30, 2021 19:26
@codecov
Copy link

codecov bot commented Jul 30, 2021

Codecov Report

Merging #580 (47bcef4) into next (6d9568e) will increase coverage by 0.98%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #580      +/-   ##
==========================================
+ Coverage   82.41%   83.40%   +0.98%     
==========================================
  Files          54       54              
  Lines        5845     5597     -248     
  Branches     1097     1033      -64     
==========================================
- Hits         4817     4668     -149     
+ Misses        785      696      -89     
+ Partials      243      233      -10     
Impacted Files Coverage Δ
signac/__init__.py 100.00% <ø> (ø)
signac/contrib/__init__.py 100.00% <ø> (ø)
signac/__main__.py 75.17% <100.00%> (+0.45%) ⬆️
signac/contrib/indexing.py 83.51% <100.00%> (+13.25%) ⬆️
signac/contrib/project.py 85.91% <100.00%> (ø)
signac/contrib/collection.py 83.82% <0.00%> (-0.20%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d9568e...47bcef4. Read the comment docs.

@bdice bdice marked this pull request as ready for review July 30, 2021 20:52
@bdice bdice requested review from a team as code owners July 30, 2021 20:52
@bdice bdice removed the blocked Dependent on something else label Jul 30, 2021
@bdice bdice force-pushed the remove/indexing branch from 2609544 to 7f2a67d Compare August 1, 2021 18:18
@bdice bdice mentioned this pull request Aug 2, 2021
5 tasks
@mikemhenry mikemhenry merged commit 257c931 into next Aug 3, 2021
@mikemhenry mikemhenry deleted the remove/indexing branch August 3, 2021 15:38
vyasr pushed a commit that referenced this pull request Nov 9, 2021
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
bdice added a commit that referenced this pull request Dec 5, 2021
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Dec 25, 2021
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Jan 4, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Jan 27, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Feb 4, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Feb 21, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Feb 21, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Mar 14, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Apr 19, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Apr 21, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request May 2, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
bdice added a commit that referenced this pull request Jun 14, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
bdice added a commit that referenced this pull request Aug 1, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
bdice added a commit that referenced this pull request Oct 7, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
bdice added a commit that referenced this pull request Oct 27, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
vyasr pushed a commit that referenced this pull request Oct 30, 2022
* Remove public API for indexing module.

* Remove index command from signac.__main__.

* Remove tests for methods and classes that have been removed.

* Remove index from CLI help message.

* Make indexing features adhere to pydocstyle.

* Fix typo.

* Remove index shell test.
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.

2 participants