Skip to content

Releases: ONSdigital/research-and-development

0.3.1-alpha-release: Merge pull request #116 from ONSdigital/495-export-config

02 Nov 16:36
f47ee18
Compare
Choose a tag to compare

v0.3.0

30 Oct 16:17
ebd8a25
Compare
Choose a tag to compare

This release includes:

  • Expansion imputation
  • Further outputs
  • Post code fix

What's Changed

Full Changelog: 0.2.7-alpha-release...0.3.0-alpha-release

Imputation through the whole pipeline

26 Oct 08:04
6fbbb67
Compare
Choose a tag to compare

The results of TMI imputation (long forms only) now feed through to the outputs.

Outlier-detection and Estimation modules have been updated to deal with short forms in long-form format.

Output schemas have been moved from the outputs folder to the config folder.

Run-id bug fix

21 Sep 14:10
b41a8b2
Compare
Choose a tag to compare

Increased version to 0.2.5

Fixed the bug where the run id was not updating in the DAP prod environment.

The short form output is now complete.

What's Changed

Full Changelog: 0.2.3-alpha-release...0.2.5-alpha-release

To test postcode validation in DAP

19 Sep 19:31
Compare
Choose a tag to compare
0.2.4-alpha-release

Increased version to 0.2.4 to build a new release

correct config paths for DAP

13 Sep 14:37
0ffdc10
Compare
Choose a tag to compare

The pipeline as of 13 Sept 23. It includes:

  • staging of spp snapshot data
  • staging of mappers
  • postcode validation
  • outlier implementation
  • estimation
  • some short from output

0.2.2-alpha-z-release

13 Sep 12:51
Compare
Choose a tag to compare

Moved postcodes to src/

Zipped postcodes added to the repo

13 Sep 10:53
Compare
Choose a tag to compare
0.2.2-alpha-release

Increase version to 0.2.2

0.2.0-alpha

22 Jun 09:43
06d8a72
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

Release notes

  • Changes to src/utils/hdfs_mods.py. Several modifications were made involving the imports and usage of the read_hdfs_csv, write_hdfs_csv, and hdfs_load_json functions.
  • Added new functionality for data validation, including validation of postcodes and checking for real postcodes.
  • Introduced utility functions for reading and writing CSV files from HDFS and loading JSON files from HDFS.
  • Implemented schema loading and data shape checking functions.
  • Updated test cases to cover the new functionality.

Dummy file additions

Addition of a new file: src/data_visualisations.py which is currently empty, just there as a placeholder. This will later introduct new functionality related to data visualisations.

Addition of a new file src/outlier_detection.py which is currently empty, just there as a placeholder. Will contain functionality related to outlier detection.

Tidying up

  • Deleted init.py files in tests/test_data_validation, tests/test_data_visualisations, and tests/test_outlier_detection directories.
  • Renamed the tests/test_utils/test_hdfs_mods.py file to tests/test_utils/test_hdfs.py.

What's Changed

New Contributors

  • @gallmand made their first contribution in #29

Full Changelog: 0.1.0-alpha...0.2.0-alpha

Test Jenkins build, and build ver. 0.1.0

22 Jun 13:49
Compare
Choose a tag to compare
release-0.1.0

Changed .jenkins file so that it builds develop branch and tags start…