You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apps/calaccess_raw/changelog.rst
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,40 @@
1
1
Changelog
2
2
=========
3
3
4
+
1.4.0 (August 2016)
5
+
-------------------
6
+
7
+
* Added zipping up and archiving of cleaned zip files.
8
+
9
+
* Added ``RawDataVersion.clean_zip_archive``.
10
+
* Renamed ``RawDataVersion.zip_file_archive`` to ``RawDataVersion.download_zip_archive``.
11
+
12
+
* Smaller clean data files (removed unnecessary quote characters).
13
+
* Improvements to tracking models
14
+
15
+
* Replaced ``RawDataCommand`` model with easier-to-use datetime fields and properties
16
+
17
+
* Now storing most recent start and finish times of ``updatecalaccessrawdata`` in ``RawDataVersion.update_start_datetime`` and ``RawDataVersion.update_start_datetime``.
18
+
19
+
* ``.update_completed`` returns ``True`` if most recent update to version started and finished.
20
+
* ``.update_stalled`` returns ``True`` if most recent update to version started but did not finish.
21
+
22
+
* Now storing most recent start and finish times of ``downlowncalaccessrawdata`` in ``RawDataVersion.download_start_datetime`` and ``RawDataVersion.download_finish_datetime``.
23
+
24
+
* ``.download_completed`` returns ``True`` if most recent download of version started and finished.
25
+
* ``.download_stalled`` returns ``True`` if most recent download version started but did not finish.
26
+
27
+
* Now storing most recent start and finish times of ``cleancalaccessrawfile`` in ``RawDataFile.clean_start_datetime`` and ``RawDataVersion.clean_finish_datetime``.
28
+
29
+
* Now storing most recent start and finish times of ``loadcalaccessrawfile`` in ``RawDataFile.load_start_datetime`` and ``RawDataVersionload_finish_datetime``.
30
+
31
+
* Added ``extractcalaccessrawfiles`` management command for unzipping and extracting raw data files from downloaded CAL-ACCESS database export.
32
+
33
+
* Start and finish times stored in ``RawDataVersion.start_extract_datetime`` and ``RawDataVersion.finish_extract_datetime``
0 commit comments