Skip to content

Commit

Permalink
Merge pull request #91 from ONSdigital/development
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
dombean authored May 14, 2024
2 parents 78860aa + 2f21546 commit bf5950d
Show file tree
Hide file tree
Showing 9 changed files with 1,526 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1
current_version = 0.2.2
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0

### Removed

## [v0.2.2] - 2024-05-14

### Added
- Added `s3_utils.py` module located in `cdp/helpers/`.

### Changed
- Updated `reference.md`; included `s3_utils.py`.
- Updated `README.md`; added Ruff and Python versions badges.

### Deprecated

### Fixed

### Removed

## [v0.2.1] - 2024-05-10

### Added
Expand Down Expand Up @@ -277,6 +292,8 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0
> and GitHub Releases.

- rdsa-utils v0.2.2: [GitHub Release](https://github.com/ONSdigital/rdsa-utils/releases/tag/v0.2.2) |
[PyPI](https://pypi.org/project/rdsa-utils/0.2.2/)
- rdsa-utils v0.2.1: [GitHub Release](https://github.com/ONSdigital/rdsa-utils/releases/tag/v0.2.1) |
[PyPI](https://pypi.org/project/rdsa-utils/0.2.1/)
- rdsa-utils v0.2.0: [GitHub Release](https://github.com/ONSdigital/rdsa-utils/releases/tag/v0.2.0) |
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![Deploy to PyPI](https://github.com/ONSdigital/rdsa-utils/actions/workflows/deploy_pypi.yaml/badge.svg?branch=main)](https://github.com/ONSdigital/rdsa-utils/actions/workflows/deploy_pypi.yaml)
[![Deploy MkDocs](https://github.com/ONSdigital/rdsa-utils/actions/workflows/deploy_mkdocs.yaml/badge.svg?branch=main)](https://github.com/ONSdigital/rdsa-utils/actions/workflows/deploy_mkdocs.yaml)
[![PyPI version](https://badge.fury.io/py/rdsa-utils.svg)](https://pypi.org/project/rdsa-utils/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rdsa-utils.svg)](#)
[![Code style: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)


A suite of PySpark, Pandas, and general pipeline utils for **Reproducible Data Science and Analysis (RDSA)** projects.

Expand Down
1 change: 1 addition & 0 deletions docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ reference for the technical implementation of the`rdsa-utils` codebase.

## CDP

::: rdsa_utils.cdp.helpers.s3_utils
::: rdsa_utils.cdp.helpers.hdfs_utils
::: rdsa_utils.cdp.helpers.impala
::: rdsa_utils.cdp.io.pipeline_runlog
Expand Down
2 changes: 1 addition & 1 deletion rdsa_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.1'
__version__ = '0.2.2'
Loading

0 comments on commit bf5950d

Please sign in to comment.