forked from PolicyEngine/policyengine-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.yaml
588 lines (588 loc) · 13.9 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
- changes:
added:
- OpenFisca-Core forked.
date: 2022-10-02 16:02:00
version: 0.1.0
- bump: major
changes:
changed:
- Non-essential (for Python simulations) code removed.
date: 2022-10-02 16:35:17
- bump: patch
changes:
fixed:
- Version update action.
date: 2022-10-02 16:38:34
- bump: patch
changes:
fixed:
- Push action doesn't attempt to publish nonexistent documentation.
date: 2022-10-02 16:45:22
- bump: patch
changes:
fixed:
- Build action always runs.
date: 2022-10-02 16:59:49
- bump: patch
changes:
added:
- Type hints to most functions and classes.
- Jupyter book documentation for all modules.
date: 2022-10-09 22:33:24
- bump: patch
changes:
added:
- Test that documentation builds
date: 2022-10-09 22:55:14
- bump: patch
changes:
fixed:
- Python 3.9 used in all GitHub actions.
date: 2022-10-09 23:00:35
- bump: minor
changes:
added:
- Microsimulation features
- Documentation for the CLI interface
date: 2022-10-12 15:33:59
- bump: patch
changes:
added:
- Behaviour to handle default datasets.
date: 2022-10-12 15:58:34
- bump: patch
changes:
fixed:
- Bug in the country template microsimulation class failing to load data.
date: 2022-10-12 16:25:33
- bump: patch
changes:
fixed:
- Git blame reassigns OpenFisca-Core authors.
date: 2022-10-12 18:08:43
- bump: minor
changes:
added:
- Parameter operations from openfisca-tools
- Dataset classes from openfisca-tools
date: 2022-10-14 10:14:40
- bump: minor
changes:
added:
- Tests and documentation.
date: 2022-10-14 17:18:21
- bump: minor
changes:
added:
- Performance improvements
- Import sorting and code health improvements
fixed:
- Axes now work in simulations
date: 2022-10-18 15:28:22
- bump: patch
changes:
added:
- Plotly to dependencies
date: 2022-10-18 18:13:09
- bump: minor
changes:
added:
- Branched simulations.
date: 2022-10-19 16:01:51
- bump: minor
changes:
added:
- Derivative calculation in simulations.
date: 2022-10-19 22:44:19
- bump: minor
changes:
added:
- Metadata dictionary input to Variables.
date: 2022-10-21 12:39:50
- bump: minor
changes:
changed:
- Parameter scale components now included in `get_descendants()`.
fixed:
- Folder paths in `Dataset`s are parsed as `Path`s.
- Empty `input:` fields are parsed as `{}`.
date: 2022-10-23 13:41:39
- bump: patch
changes:
removed:
- Python 3.6 stated support.
date: 2022-11-02 01:31:48
- bump: minor
changes:
fixed:
- Various fixes for PolicyEngine's server app.
date: 2022-11-08 15:00:26
- bump: minor
changes:
added:
- Variables can now specify an 'uprating' parameter.
- Variables can now specify 'adds' and 'subtracts' variable dependencies.
- Variable folders are now automatically stored in a tree.
fixed:
- Bugs in cloned simulations.
date: 2022-11-24 00:15:28
- bump: patch
changes:
added:
- Documentation page on reforms.
fixed:
- Moved the uprating logic to after formulas are checked.
date: 2022-11-24 00:33:05
- bump: patch
changes:
fixed:
- Bug in defined-for causing it to be ignored.
- Branched simulations now cache variables specifically for the branch and time
period, not sharing with the parent simulation.
date: 2022-11-27 14:33:53
- bump: patch
changes:
fixed:
- Fixed a bug causing Windows tests to fail.
date: 2022-11-27 16:08:33
- bump: patch
changes:
fixed:
- Removed debug lines.
date: 2022-11-27 16:16:29
- bump: patch
changes:
added:
- Functionality for getting all known branch-period caches.
date: 2022-11-28 10:37:23
- bump: patch
changes:
fixed:
- README.md files in parameter trees now inform metadata.
date: 2022-11-30 15:19:56
- bump: patch
changes:
fixed:
- Various safety checks.
date: 2022-11-30 20:33:21
- bump: patch
changes:
fixed:
- Singleton files have a shorter moduleName.
date: 2022-12-02 18:11:10
- bump: patch
changes:
fixed:
- Bug with Enum decoding.
date: 2022-12-03 15:21:15
- bump: patch
changes:
fixed:
- Removed warning on Enum decoding.
date: 2022-12-05 16:21:04
- bump: patch
changes:
fixed:
- Include scale brackets in descendants.
date: 2022-12-07 12:51:49
- bump: patch
changes:
fixed:
- Uprating bug affecting the UK.
date: 2022-12-07 13:41:29
- bump: patch
changes:
fixed:
- Git config now ignores JetBrains IDE config files
date: 2022-12-11 23:46:33
- bump: patch
changes:
fixed:
- Added documentation on populating changelog entries. Also created a CONTRIBUTING.md
symlink to make contributing guidelines easier to find.
date: 2022-12-11 23:52:13
- bump: patch
changes:
added:
- Hidden input field for variables.
date: 2022-12-12 15:28:47
- bump: patch
changes:
added:
- Added mypy to our test suite to prevent new type regressions
date: 2022-12-13 23:40:47
- bump: patch
changes:
added:
- Added `basic_inputs`, a metadata field for the basic inputs needed to get a
country model running.
date: 2022-12-14 15:33:46
- bump: patch
changes:
fixed:
- Bugs with Enum inputs.
date: 2022-12-15 15:27:35
- bump: patch
changes:
fixed:
- Fixed mypy errors in tests/core/test_entities.py
date: 2022-12-17 09:23:10
- bump: patch
changes:
fixed:
- Fixed mypy errors in policyengine_core/tracers/tracing_parameter_node_at_instant.py
date: 2022-12-17 16:36:53
- bump: patch
changes:
changed:
- Removed seemingly unused "N_" function
date: 2022-12-17 21:51:59
- bump: patch
changes:
added:
- Fixed mypy errors in several files.
date: 2022-12-18 06:07:32
- bump: patch
changes:
fixed:
- Fix incorrect type annotation in policyengine_core/variables/variable.py
date: 2022-12-18 06:12:52
- bump: patch
changes:
changed:
- Pin all package versions.
date: 2023-01-02 20:40:49
- bump: minor
changes:
added:
- Adds/subtracts option for parameter names.
date: 2023-01-03 20:50:02
- bump: patch
changes:
added:
- A metadata option to specify which policies are modelled and not modelled.
date: 2023-01-04 12:51:00
- bump: patch
changes:
added:
- Error message for an unknown variable.
date: 2023-01-04 13:05:49
- bump: patch
changes:
removed:
- aggr function, which is superseded by add.
date: 2023-01-10 17:32:23
- bump: patch
changes:
fixed:
- Labels and names aren't propagated in parameters.
date: 2023-01-11 23:44:12
- bump: minor
changes:
added:
- Likely high time savings for simulations making heavy usage of reforms and branches.
date: 2023-01-27 22:28:10
- bump: patch
changes:
added:
- Abolition parameters for each variable under `gov.abolitions`.
date: 2023-01-28 15:58:38
- bump: patch
changes:
added:
- Option for loading non-year-specific datasets.
date: 2023-02-09 21:59:16
- bump: patch
changes:
fixed:
- Branches stay persistent between variables.
date: 2023-03-04 22:58:51
- bump: patch
changes:
fixed:
- Removed bad dependency fixes.
date: 2023-03-08 21:35:17
- bump: major
changes:
changed:
- Datasets API simplified and made more consistent.
date: 2023-03-23 02:37:29
- bump: patch
changes:
fixed:
- A bug where public datasets would fail to download.
date: 2023-03-23 08:55:46
- bump: patch
changes:
changed:
- Added ability to pull datasets from GitHub releases.
date: 2023-03-31 18:27:52
- bump: patch
changes:
changed:
- Removed node homogenuity check for speed.
date: 2023-04-14 10:06:10
- bump: patch
changes:
fixed:
- Bug causing simulations containing multiple group entities and axes to fail
to simulate.
date: 2023-05-23 07:35:11
- bump: minor
changes:
added:
- Python 3.10 support.
fixed:
- PyTest syntax updated.
date: 2023-05-23 13:22:04
- bump: patch
changes:
fixed:
- Fixed pytest deprecated usages since version 7, and fixed a bug that prevented
new package from publishing.
date: 2023-05-24 15:11:39
- bump: minor
changes:
fixed:
- Bug causing unhelpful errors when variables are not found.
date: 2023-05-31 11:11:09
- bump: patch
changes:
fixed:
- A bug causing variable not found errors to sometimes fail to throw.
date: 2023-06-02 15:22:29
- bump: minor
changes:
added:
- Optional argument for saving datasets to a specific file path.
- Safety check for Path objects not being strings.
date: 2023-06-30 08:22:27
- bump: minor
changes:
added:
- Chart formatting utilities.
date: 2023-07-21 14:55:15
- bump: minor
changes:
added:
- Chart formatting utilities.
date: 2023-08-02 12:54:44
- bump: minor
changes:
fixed:
- Bump numpy version
- Fix numpy record compatibility issue
date: 2023-10-04 14:51:40
- bump: minor
changes:
added:
- Automatic period adjustment helper functionality.
changed:
- Default error threshold for tests widened to 1e-3.
date: 2023-10-04 19:05:58
- bump: patch
changes:
fixed:
- Fix bug affecting microsimulation runs in countries which use automatic period
adjustments.
date: 2023-10-05 11:00:40
- bump: minor
changes:
added:
- Support for adds/subtracts targeting parameters.
- Support for adds/subtracts targeting year ranges where no parameters exist.
changed:
- Deprecated sum_of_variables.
date: 2023-10-05 11:41:53
- bump: patch
changes:
fixed:
- Bug causing YAML tests to not populate `Simulation.input_variables`.
date: 2023-10-05 13:24:20
- bump: patch
changes:
changed:
- Unpinned lower NumPy pin.
date: 2023-10-09 17:52:02
- bump: minor
changes:
added:
- PolicyEngine API integration for reforms.
date: 2023-11-12 13:23:23
- bump: minor
changes:
fixed:
- Reforms always apply before parameter utilities.
date: 2023-11-22 15:05:43
- bump: minor
changes:
fixed:
- Reforms always apply before parameter utilities.
date: 2023-11-22 15:55:52
- bump: patch
changes:
fixed:
- Bug causing `subtracts` to not accept strings.
date: 2023-11-30 18:45:01
- bump: patch
changes:
fixed:
- Bug causing random behaviour differences between situations with and without
axes.
date: 2023-12-14 11:38:52
- bump: patch
changes:
fixed:
- Random seed fixed for each simulation.
date: 2023-12-16 15:34:37
- bump: patch
changes:
added:
- Tools for branching
date: 2023-12-19 11:12:24
- bump: patch
changes:
fixed:
- Randomness issue.
date: 2023-12-21 10:55:47
- bump: minor
changes:
added:
- API ID to reform object functionality.
date: 2023-12-26 18:31:31
- bump: patch
changes:
fixed:
- API to reform functionality made more editable.
date: 2023-12-27 13:28:08
- bump: minor
changes:
added:
- Simulation helper to extract individual households from a microsimulation.
date: 2024-01-02 15:26:52
- bump: patch
changes:
added:
- Improvements to error handling in bad variable declarations.
date: 2024-02-06 11:28:22
- bump: minor
changes:
changed:
- A variable must have a label.
- If a variable has formulas then it must not have adds/subtracts, and vice versa.
date: 2024-02-06 17:28:06
- bump: minor
changes:
added:
- Variable inheritance in declarations.
date: 2024-02-08 14:32:38
- bump: minor
changes:
removed:
- Error raising for adds/subtracts properties plus a formula.
date: 2024-02-14 14:49:15
- bump: patch
changes:
fixed:
- Fixed a bug in Core monthlyisation.
date: 2024-02-29 16:03:09
- bump: minor
changes:
changed:
- Add method for propagating units to descendants for ParameterScale objects
date: 2024-03-04 11:27:40
- bump: patch
changes:
fixed:
- Breakdown-added parameters no longer precede uprating indices.
date: 2024-03-05 13:01:42
- bump: minor
changes:
added:
- Parameters can now be uprated based upon fixed cadences
date: 2024-03-22 10:42:19
- bump: minor
changes:
added:
- Baseline parameter node.
date: 2024-04-16 12:51:42
- bump: patch
changes:
fixed:
- FutureWarning issue with bools and enums.
date: 2024-04-29 15:06:58
- bump: patch
changes:
added:
- IPython to dependencies
date: 2024-05-06 12:47:34
- bump: minor
changes:
added:
- Macro impact caching.
- Dictionary-input start-stop date reform handling.
fixed:
- Uprating bugs.
date: 2024-05-06 14:24:08
- bump: minor
changes:
added:
- Ability to turn off read and write features in the macro cache.
date: 2024-05-07 12:16:05
- bump: patch
changes:
fixed:
- Bug in macro caching logic.
date: 2024-05-07 15:44:58
- bump: patch
changes:
fixed:
- Generation of enum-typed variables
date: 2024-05-08 08:44:48
- bump: patch
changes:
added:
- Dependency upgrade for pytest, from 7 to 8.
date: 2024-05-08 13:36:00
- bump: patch
changes:
added:
- Added `.vscode` and `venv` to `.gitignore` file.
removed:
- Removed `.vscode` folder from the repository.
date: 2024-05-08 13:39:53
- bump: patch
changes:
fixed:
- Bug in macro cache logic.
date: 2024-05-08 15:07:51
- bump: patch
changes:
changed:
- Replaced unsafe numpy-Python comparison with use of numpy dtype to convert byte-string
arrays to Unicode ones within enums
date: 2024-05-13 16:26:53
- bump: patch
changes:
fixed:
- Remove name metadata tag in docs.
date: 2024-05-14 15:27:27
- bump: patch
changes:
fixed:
- Uncap coverage.
date: 2024-05-14 15:33:07
- bump: minor
changes:
fixed:
- Bug causing reforms affecting data to not affect caches.
date: 2024-05-31 11:12:13
- bump: minor
changes:
added:
- max_value and min_value in Variable class.
date: 2024-06-04 19:43:13
- bump: patch
changes:
added: Visualization option when running tests
date: 2024-06-06 09:09:41