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

Deprecation of create_access_module method #308

Merged
merged 20 commits into from
Apr 3, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions contributors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ contributors:
family-names: Chandra
given-names: Abhavya
affiliation: "Indian Institute of Technology, Gandhinagar"
-
family-names: Ojha
given-names: Hardik
affiliation: "Indian Institute of Technology Roorkee"
...
3 changes: 3 additions & 0 deletions signac/contrib/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,9 @@ class Crawler(SignacProjectCrawler):
for doc in docs:
yield doc

@deprecated(
deprecated_in="1.4", removed_in="2.0", current_version=__version__,
details="Uses deprecated functionality")
bdice marked this conversation as resolved.
Show resolved Hide resolved
def create_access_module(self, filename=None, master=True):
"""Create the access module for indexing
Expand Down