Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Polkas committed Feb 11, 2024
1 parent 7f9a0b8 commit fed1851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.1.5
## v0.1.6 (11/02/2024)

- New `cat2cat_ml_run` function to check the ml models performance before `cat2cat` with ml option is run. Now, the ml models are more transparent.
- Improved the lack of support for NaN and None in the `get_mappings`.
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "Unifying an inconsistently coded categorical variable in a panel/longtitudal dataset."
readme = "README.md"
version = "0.1.5"
version = "0.1.6"
requires-python = ">=3.8"
keywords = ["panel", "categorical", "longtitudal", "inconsistent", "cat2cat"]
license = {text = "Apache License 2.0 | file LICENSE"}
Expand Down Expand Up @@ -44,10 +44,10 @@ styler = ["flake8", "black"]
all = ["cat2cat[test,docs,build,benchmark,styler]"]

[project.urls]
homepage = "https://github.com/Polkas/multidim"
documentation = "https://multidim.readthedocs.io/en/latest/"
repository = "https://github.com/Polkas/multidim"
changelog = "https://raw.githubusercontent.com/Polkas/multidim/main/CHANGELOG.md"
homepage = "https://github.com/Polkas/py-cat2cat"
documentation = "https://py-cat2cat.readthedocs.io/en/latest/"
repository = "https://github.com/Polkas/py-cat2cat"
changelog = "https://raw.githubusercontent.com/Polkas/py-cat2cat/main/CHANGELOG.md"

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit fed1851

Please sign in to comment.