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

Complete refactor for v2 #13

Merged
merged 47 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
84646c7
oecd and imf
jm-rivera Feb 8, 2024
a7aa6ed
requirements
jm-rivera Feb 8, 2024
eb7506c
changes to base class
jm-rivera Feb 8, 2024
9dafc68
multiple exchanges
jm-rivera Feb 8, 2024
998ecee
load exchange wb
jm-rivera Feb 8, 2024
21cee1c
Delete requirements.txt
jm-rivera Oct 12, 2024
396ea93
Update poetry.lock
jm-rivera Oct 12, 2024
09bb30b
delete tests
jm-rivera Oct 12, 2024
c72781c
delete tests
jm-rivera Oct 12, 2024
c2e9405
delete tests
jm-rivera Oct 12, 2024
80dea73
Update pyproject.toml
jm-rivera Oct 12, 2024
faecf34
Update pydeflate_config.py
jm-rivera Oct 12, 2024
dcbd1b5
add check_file_age
jm-rivera Oct 12, 2024
5ca20ea
Update common.py
jm-rivera Oct 12, 2024
9c04611
Create imf.py
jm-rivera Oct 12, 2024
8783354
refactor
jm-rivera Oct 14, 2024
fb71768
prefix all columns
jm-rivera Oct 15, 2024
63ac6b6
add deflator methods
jm-rivera Oct 15, 2024
12b8a60
test
jm-rivera Oct 15, 2024
72a556f
exchange refactor
jm-rivera Oct 16, 2024
e9b5c6e
clean wb
jm-rivera Oct 16, 2024
4c48f04
Update exchange.py
jm-rivera Oct 16, 2024
2e5da98
Update exchange.py
jm-rivera Oct 16, 2024
b247d4d
reset index when getting data
jm-rivera Oct 19, 2024
b8955c3
create _idx attribute
jm-rivera Oct 19, 2024
4e67e52
Delete enums.py
jm-rivera Oct 19, 2024
2b52aab
Source classes
jm-rivera Oct 19, 2024
5484692
Deflator classes
jm-rivera Oct 19, 2024
259853f
define available deflators
jm-rivera Oct 19, 2024
b9aff96
exchange managed by source
jm-rivera Oct 19, 2024
58efef8
exchange managed by source
jm-rivera Oct 19, 2024
420f712
Update deflator.py
jm-rivera Oct 19, 2024
b740b9d
api first pass
jm-rivera Oct 19, 2024
914c24d
extend api
jm-rivera Oct 20, 2024
c3b758e
improve operations
jm-rivera Oct 21, 2024
6f44096
Update .gitignore
jm-rivera Nov 9, 2024
4683cd9
add exchange
jm-rivera Nov 9, 2024
0c5f254
add refactored tools
jm-rivera Nov 9, 2024
8c735ff
remove old code
jm-rivera Nov 9, 2024
92760af
update
jm-rivera Nov 9, 2024
dd9eeb6
implementing specific tools
jm-rivera Nov 9, 2024
7a9b45c
Update pyproject.toml
jm-rivera Nov 9, 2024
d975144
Update pyproject.toml
jm-rivera Nov 9, 2024
f5485a3
Update README.md
jm-rivera Nov 10, 2024
5814639
Merge branch 'main' into new_refactor
jm-rivera Nov 10, 2024
5e3133a
remove actions
jm-rivera Nov 10, 2024
022e5b8
tweaks
jm-rivera Nov 10, 2024
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
45 changes: 0 additions & 45 deletions .github/workflows/CI.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/documentation.yaml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/release.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ pydeflate/.DS_Store
# Packaged data
/pydeflate/.pydeflate_data/
/.reports/
pydeflate/experiments.py
22 changes: 0 additions & 22 deletions .readthedocs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022, Jorge Rivera
Copyright (c) 2021-2024, Jorge Rivera

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
18 changes: 0 additions & 18 deletions Makefile

This file was deleted.

Loading