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

Optimization of some functions #462

Merged
merged 40 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ea3bdd2
Some optimizations
hrshdhgd Nov 13, 2023
d47bf81
poetry update
hrshdhgd Nov 13, 2023
2b93a34
formatted
hrshdhgd Nov 13, 2023
0a32cf8
cleaned list comprehension
hrshdhgd Nov 13, 2023
8a8c0fe
pandas apply() over iterrows()
hrshdhgd Nov 14, 2023
62f7691
filter notnull() rows out before entering the for loop
hrshdhgd Nov 14, 2023
48225df
rollback prev commit
hrshdhgd Nov 14, 2023
e2e7288
check value first and then check if k is multivalued
hrshdhgd Nov 14, 2023
4c738f5
switched to dict comprehension from for loop
hrshdhgd Nov 14, 2023
4ab2660
dict comprehension instead of for loop
hrshdhgd Nov 14, 2023
1618b52
Use sets instead of lists
hrshdhgd Nov 14, 2023
77e02ab
corrected previous commit
hrshdhgd Nov 14, 2023
14b0475
Use sets instead of lists
hrshdhgd Nov 14, 2023
d74e72a
Improved SchemaView instantiation and persistence
hrshdhgd Nov 14, 2023
52b2e12
log warnings only if bad_attrs exists
hrshdhgd Nov 14, 2023
f2fb5b5
avoid unnecessary variable assignments
hrshdhgd Nov 14, 2023
c12dc61
move line into try except
hrshdhgd Nov 14, 2023
c24e0a8
updated lock file
hrshdhgd Nov 14, 2023
a9ed963
Merge branch 'master' into optimize
hrshdhgd Nov 14, 2023
5d2f327
use of @ cached_property
hrshdhgd Nov 14, 2023
964f032
shortened code
hrshdhgd Nov 14, 2023
d5390fb
formatted
hrshdhgd Nov 14, 2023
c8e4ea5
Added test for get_dict_from_mapping()
hrshdhgd Nov 15, 2023
a666ea1
Added extra comments
hrshdhgd Nov 15, 2023
6af4979
Merge branch 'master' into optimize
hrshdhgd Nov 16, 2023
788cc7e
extended prefix map change effect
hrshdhgd Nov 16, 2023
f3d16ae
Revert inclusion in try/except
cthoyt Nov 20, 2023
4ec556e
Revert style change
cthoyt Nov 20, 2023
8681b81
Cache reused constants
cthoyt Nov 20, 2023
92e8158
Add TODOs
cthoyt Nov 20, 2023
558ca15
Reduce diff
cthoyt Nov 20, 2023
2b2be7b
Fix list
cthoyt Nov 20, 2023
aa8a45c
changed assertion test
hrshdhgd Nov 20, 2023
2fe6430
Merge branch 'optimize' of https://github.com/mapping-commons/sssom-p…
hrshdhgd Nov 20, 2023
964aac8
added real orcids
hrshdhgd Nov 20, 2023
036f66e
orcid updated
hrshdhgd Nov 20, 2023
d2338f0
removed comments
hrshdhgd Nov 20, 2023
7cae890
moved constants to the SSSOMSchemaView class as attributes
hrshdhgd Nov 20, 2023
fbeeb88
docstring update and mypy check fix
hrshdhgd Nov 20, 2023
6f8a87f
Merge branch 'master' into optimize
matentzn Nov 20, 2023
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
Loading