-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.yaml
145 lines (145 loc) · 3.36 KB
/
changelog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
- changes:
added:
- Initialized changelogging
date: 2024-09-09 17:29:10
version: 1.0.0
- changes:
added:
- Improved changelog
date: 2024-09-09 17:29:10
- bump: minor
changes:
changed:
- Improved logging
- Updated required Python version
- Removed setuptools_scm
date: 2024-09-11 13:48:15
- bump: patch
changes:
fixed:
- Added GitHub Actions test job to PR and push
- Run publish to PyPI GitHub Actions job only on push
- Fix changelog GitHub Actions job
date: 2024-09-11 16:40:10
- bump: minor
changes:
added:
- Added conditional deletion of existing resource
- Added downloading of existing resources for backup purposes
- Added tqdm to download script
changed:
- Fixed upload script's use of tqdm
date: 2024-09-12 19:47:01
- bump: patch
changes:
fixed:
- Bug in docs where prerequisites wouldn't load in GCP.
date: 2024-09-16 08:04:08
- bump: minor
changes:
fixed:
- Moved heavy dependencies to dev.
date: 2024-09-17 10:27:10
- bump: patch
changes:
added:
- Jupyter Book documentation.
date: 2024-09-17 19:37:44
- bump: minor
changes:
added:
- Geography generation module (previously in US package)
changed:
- Fixed export structure within __init__ files
date: 2024-09-18 03:05:11
- bump: patch
changes:
fixed:
- Import errors in non-dev mode.
date: 2024-09-18 16:30:37
- bump: patch
changes:
fixed:
- Corrected versioning issues
date: 2024-09-18 19:49:48
- bump: patch
changes:
changed:
- Fixed CI/CD push script
date: 2024-09-18 20:57:03
- bump: patch
changes:
changed:
- Split push actions into two separate files
- Made run of second portion of push conditional upon run of first
date: 2024-09-19 15:36:00
- bump: patch
changes:
removed:
- Unnecessary info in CONTRIBUTING.md
date: 2024-09-22 21:15:27
- bump: minor
changes:
added:
- Migrate the ACS from the US-repository.
changed:
- Enhanced CPS now uses a 3-year pooled CPS.
date: 2024-09-23 10:28:55
- bump: patch
changes:
changed:
- Documentation updated.
- URLs for PUF data.
date: 2024-09-23 11:22:32
- bump: minor
changes:
added:
- State and household size as predictors for rent and property taxes.
date: 2024-09-25 10:40:39
- bump: minor
changes:
changed:
- Bump to policyengine-us 1.100.0.
date: 2024-09-29 15:03:05
- bump: minor
changes:
fixed:
- Moved PolicyEngine US out of setup.py dependencies.
date: 2024-09-29 18:08:57
- bump: minor
changes:
added:
- EITC calibration by child counts.
- 10% dropout during weight calibration.
date: 2024-10-07 11:45:52
- bump: minor
changes:
fixed:
- EITC calibration.
date: 2024-10-08 15:48:46
- bump: minor
changes:
changed:
- EITC targets improved by uprating 2020 rather than 2021 targets.
date: 2024-10-09 14:11:41
- bump: patch
changes:
changed:
- Reverted to using standard version of microdf
date: 2024-10-29 19:15:42
- bump: minor
changes:
added:
- Paper on methodology.
date: 2024-11-12 07:03:52
- bump: patch
changes:
added:
- Metric comparisons by dataset to the documentation.
date: 2024-11-12 15:03:39
- bump: minor
changes:
added:
- Metric comparisons by dataset to the documentation.
- Calibration of state populations.
date: 2024-11-19 12:29:11