-
Notifications
You must be signed in to change notification settings - Fork 7
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
implementing the UNIMPLEMENTED_PARSERS #97
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
c8f77aa
to start the pr to add comments
Thomas-Lemoine 90517c4
removed spaces
Thomas-Lemoine 3617c9e
Merge remote-tracking branch 'origin/main' into implement_more_parsers
Thomas-Lemoine 049fb56
Merge remote-tracking branch 'origin/main' into implement_more_parsers
Thomas-Lemoine 6848dee
create logger_config and reorder the imports
Thomas-Lemoine 682e96e
main's logger
Thomas-Lemoine 3b38600
ignore the log files
Thomas-Lemoine 367f5df
postprocess notes
Thomas-Lemoine 932561a
fix test with new download order for pdfarticles
Thomas-Lemoine 728b124
Handle special docs
mruwnik b9999b4
Fetch new items from indices
mruwnik 7ee7f9a
fixed domain getter from network location
Thomas-Lemoine 042fc67
logger and minor fixes
Thomas-Lemoine f6b0afc
comment: add www2. and www6. handling
Thomas-Lemoine 3381f1b
Merge branch 'special_docs' into special_docs_with_parsers
Thomas-Lemoine e85b04c
removed logger_config
Thomas-Lemoine cad2749
Merge remote-tracking branch 'origin/main' into implement_more_parsers
Thomas-Lemoine 43905ef
merge with main and minor changes
Thomas-Lemoine 720ec97
Merge remote-tracking branch 'origin/implement_more_parsers' into imp…
Thomas-Lemoine 654d76a
rm logger_config.py
Thomas-Lemoine e41ad00
minor fixes
Thomas-Lemoine 40cc96c
minor fixes 2
Thomas-Lemoine d36687d
parsers type signature
Thomas-Lemoine 34ccba9
test_arxiv_process_entry_retracted fixed
Thomas-Lemoine a5115cd
Refactor of special_indices
Thomas-Lemoine f2a3b96
1239283019481293043902
Thomas-Lemoine 3cff71b
Merge remote-tracking branch 'origin/main' into implement_more_parsers
Thomas-Lemoine 7c5c4ab
Merge branch 'special_indices_refactor' into implement_more_parsers
Thomas-Lemoine 00b70be
alignmentdataset class removed some init fields
Thomas-Lemoine 6ef15f3
removed the wrong arxivpapers file
Thomas-Lemoine ad89b44
minor changes
Thomas-Lemoine 70a9757
Merge branch 'special_docs_with_parsers' into implement_more_parsers
Thomas-Lemoine cf0bdf4
Merge branch 'main' into implement_more_parsers
Thomas-Lemoine 8add5de
pdf date_published is a datetime
Thomas-Lemoine 057015b
revert some useless changes
Thomas-Lemoine 789a9c8
revert type annotation change
Thomas-Lemoine 662db51
Merge remote-tracking branch 'origin/main' into implement_more_parsers
Thomas-Lemoine e58292f
nits
henri123lemoine 15efdb8
nits 2
henri123lemoine f05c4a9
nits 2
henri123lemoine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from typing import List, Generator | ||
from typing import List | ||
import logging | ||
|
||
from contextlib import contextmanager | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you removing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not much of a reason but the reason was that the ide could already infer the type signature without it being explicitely written
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I brought it back