Skip to content

Commit

Permalink
update changelog and auto requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Dec 15, 2024
1 parent 761b784 commit 716e59e
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 46 deletions.
41 changes: 25 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,27 @@ project since the first release, with the latest changes at the top.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/seapagan/uprn-mangle/tree/HEAD)

These are the changes that have been merged to the repository since the last
release. If you want to try out these changes, you can install the latest
version from the main branch by running:
## [0.2.0](https://github.com/seapagan/uprn-mangle/releases/tag/0.2.0) (December 15, 2024)

```console
pip install git+https://github.com/seapagan/github-changelog-md
```
First proper release after the rewrite.

or, if using poetry:
Backend & frontend deps updated as of 15/12/24.

```console
poetry add git+https://github.com/seapagan/github-changelog-md
```
**Closed Issues**

Everything in this section will be included in the next official release.
- Action Required: Fix Renovate Configuration ([#472](https://github.com/seapagan/uprn-mangle/issues/472)) by [renovate[bot]](https://github.com/apps/renovate)

**New Features**

- Migrate from poetry to uv ([#425](https://github.com/seapagan/uprn-mangle/pull/425)) by [seapagan](https://github.com/seapagan)
- Take uvicorn server settings from `config.toml` ([#264](https://github.com/seapagan/uprn-mangle/pull/264)) by [seapagan](https://github.com/seapagan)
- Add nicer panels between Phases and tidy up the spacing. ([#261](https://github.com/seapagan/uprn-mangle/pull/261)) by [seapagan](https://github.com/seapagan)
- Add the API functionality (using FastAPI) ([#255](https://github.com/seapagan/uprn-mangle/pull/255)) by [seapagan](https://github.com/seapagan)
- Optimize phase 3 - rewrite from scratch ([#249](https://github.com/seapagan/uprn-mangle/pull/249)) by [seapagan](https://github.com/seapagan)
- Optimize phase 2, use parquet files to reduce memory usage ([#247](https://github.com/seapagan/uprn-mangle/pull/247)) by [seapagan](https://github.com/seapagan)
- Add settings file ([#246](https://github.com/seapagan/uprn-mangle/pull/246)) by [seapagan](https://github.com/seapagan)
- Re-write the project using FastAPI, speed up the mangling stage considerably and lower it's memory usage ([#228](https://github.com/seapagan/uprn-mangle/pull/228)) by [seapagan](https://github.com/seapagan)
- Refactor app to use `Poetry` and start optimizing Phase 1 & 2 ([#227](https://github.com/seapagan/uprn-mangle/pull/227)) by [seapagan](https://github.com/seapagan)
- Try to tidy and optimize the CSV conversion stage. ([#82](https://github.com/seapagan/uprn-mangle/pull/82)) by [seapagan](https://github.com/seapagan)

Expand All @@ -50,11 +45,25 @@ Everything in this section will be included in the next official release.

- Add the auto-generated CHANGELOG ([#253](https://github.com/seapagan/uprn-mangle/pull/253)) by [seapagan](https://github.com/seapagan)

[`Full Changelog`](https://github.com/seapagan/uprn-mangle/compare/0.1.0...HEAD) | [`Diff`](https://github.com/seapagan/uprn-mangle/compare/0.1.0...HEAD.diff) | [`Patch`](https://github.com/seapagan/uprn-mangle/compare/0.1.0...HEAD.patch)
**Dependency Updates**

- Update eslint monorepo to v9.17.0 ([#487](https://github.com/seapagan/uprn-mangle/pull/487)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency react-icons to v5.4.0 ([#486](https://github.com/seapagan/uprn-mangle/pull/486)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency globals to v15.13.0 ([#485](https://github.com/seapagan/uprn-mangle/pull/485)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency eslint-plugin-react to v7.37.2 ([#484](https://github.com/seapagan/uprn-mangle/pull/484)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency eslint-plugin-import to v2.31.0 ([#483](https://github.com/seapagan/uprn-mangle/pull/483)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency @eslint/eslintrc to v3.2.0 ([#482](https://github.com/seapagan/uprn-mangle/pull/482)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency @eslint/compat to v1.2.4 ([#481](https://github.com/seapagan/uprn-mangle/pull/481)) by [renovate[bot]](https://github.com/apps/renovate)
- Update astral-sh/setup-uv action to v4 ([#480](https://github.com/seapagan/uprn-mangle/pull/480)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency dask to v2024.12.0 ([#479](https://github.com/seapagan/uprn-mangle/pull/479)) by [renovate[bot]](https://github.com/apps/renovate)
- Update dependency eslint-plugin-react-refresh to v0.4.16 ([#477](https://github.com/seapagan/uprn-mangle/pull/477)) by [renovate[bot]](https://github.com/apps/renovate)
- *and 61 more dependency updates*

[`Full Changelog`](https://github.com/seapagan/uprn-mangle/compare/0.1.0...0.2.0) | [`Diff`](https://github.com/seapagan/uprn-mangle/compare/0.1.0...0.2.0.diff) | [`Patch`](https://github.com/seapagan/uprn-mangle/compare/0.1.0...0.2.0.patch)

## [0.1.0](https://github.com/seapagan/uprn-mangle/releases/tag/0.1.0) (June 15, 2023)

**_'Legacy Release'_**
**_Legacy Release_**

**Merged Pull Requests**

Expand All @@ -77,7 +86,7 @@ Everything in this section will be included in the next official release.
- Bump @testing-library/react from 13.4.0 to 14.0.0 in /frontend ([#159](https://github.com/seapagan/uprn-mangle/pull/159)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Update newrelic requirement from <8.5.0,>=7.2.2 to >=7.2.2,<8.8.0 in /backend ([#158](https://github.com/seapagan/uprn-mangle/pull/158)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Update pytest-xdist requirement from <3.1.0,>=2.4.0 to >=2.4.0,<3.3.0 in /backend ([#153](https://github.com/seapagan/uprn-mangle/pull/153)) by [dependabot[bot]](https://github.com/apps/dependabot)
- _and 64 more dependency updates_
- *and 64 more dependency updates*

---
_This changelog was generated using [github-changelog-md](http://changelog.seapagan.net/) by [Seapagan](https://github.com/seapagan)_
*This changelog was generated using [github-changelog-md](http://changelog.seapagan.net/) by [Seapagan](https://github.com/seapagan)*
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ coverage==7.6.9
cryptography==44.0.0
csscompressor==0.9.5
cursor==1.3.5
dask==2024.11.2
dask-expr==1.1.19
dask==2024.12.0
dask-expr==1.1.20
debugpy==1.8.11
decorator==5.1.1
deprecated==1.2.15
distlib==0.3.9
distributed==2024.11.2
distributed==2024.12.0
exceptiongroup==1.2.2 ; python_full_version < '3.11'
execnet==2.1.1
executing==2.1.0
faker==33.1.0
fastapi==0.115.5
fastapi==0.115.6
fastapi-pagination==0.12.32
filelock==3.16.1
fsspec==2024.10.0
Expand Down Expand Up @@ -142,14 +142,14 @@ termcolor==2.5.0
tomli==2.2.1
toolz==1.0.0
tornado==6.4.2
tqdm==4.67.0
tqdm==4.67.1
traitlets==5.14.3
typer==0.12.5
types-pytz==2024.2.0.20241003
typing-extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
uvicorn==0.32.0
uvicorn==0.33.0
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
virtualenv==20.28.0
watchdog==6.0.0
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ click==8.1.7
cloudpickle==3.1.0
colorama==0.4.6 ; platform_system == 'Windows' or sys_platform == 'win32'
cryptography==44.0.0
dask==2024.11.2
dask-expr==1.1.19
dask==2024.12.0
dask-expr==1.1.20
deprecated==1.2.15
distributed==2024.11.2
distributed==2024.12.0
exceptiongroup==1.2.2 ; python_full_version < '3.11'
fastapi==0.115.5
fastapi==0.115.6
fastapi-pagination==0.12.32
fsspec==2024.10.0
github-changelog-md==0.9.5
Expand Down Expand Up @@ -62,12 +62,12 @@ starlette==0.41.3
tblib==3.0.0
toolz==1.0.0
tornado==6.4.2
tqdm==4.67.0
tqdm==4.67.1
typer==0.12.5
typing-extensions==4.12.2
tzdata==2024.2
urllib3==2.2.3
uvicorn==0.32.0
uvicorn==0.33.0
uvloop==0.21.0 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
watchfiles==1.0.3
websockets==14.1
Expand Down
19 changes: 1 addition & 18 deletions uprn_mangle/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -487,24 +487,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^3.1.0":
version: 3.2.0
resolution: "@eslint/eslintrc@npm:3.2.0"
dependencies:
ajv: "npm:^6.12.4"
debug: "npm:^4.3.2"
espree: "npm:^10.0.1"
globals: "npm:^14.0.0"
ignore: "npm:^5.2.0"
import-fresh: "npm:^3.2.1"
js-yaml: "npm:^4.1.0"
minimatch: "npm:^3.1.2"
strip-json-comments: "npm:^3.1.1"
checksum: 10c0/43867a07ff9884d895d9855edba41acf325ef7664a8df41d957135a81a477ff4df4196f5f74dc3382627e5cc8b7ad6b815c2cea1b58f04a75aced7c43414ab8b
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^3.2.0":
"@eslint/eslintrc@npm:^3.1.0, @eslint/eslintrc@npm:^3.2.0":
version: 3.2.0
resolution: "@eslint/eslintrc@npm:3.2.0"
dependencies:
Expand Down

0 comments on commit 716e59e

Please sign in to comment.