Skip to content

Commit

Permalink
Release 15.0.0 (#234)
Browse files Browse the repository at this point in the history
## What's Changed
* feat: infer categories of categorical columns by @oltionchampari in
#229
* chore: version pinning by @dvdanielamoitzi in
#231
* deps(pip): remove werkzeug again by @thinkh in
#232
* deps: tdp_core@23.0.2 + ordino@15.0.1 by @thinkh in
#233

## New Contributors
* @dvdanielamoitzi made their first contribution in
#231

**Full Changelog**:
v14.0.1...v15.0.0
  • Loading branch information
thinkh authored Feb 29, 2024
2 parents 0abbacf + ca38841 commit 8fe1c23
Show file tree
Hide file tree
Showing 21 changed files with 19,417 additions and 58 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ __pycache__/
*.pot
*.pyc
*.swp
.venv
*.lock
# due to using tox and pytest
.tox
Expand All @@ -26,7 +27,7 @@ node_modules/
/tests/**/*.map
*.css
package-lock.json
/yarn.lock
!yarn.lock
# yarn
.pnp.*
.yarn/*
Expand Down
2 changes: 1 addition & 1 deletion dist/common/config.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions dist/common/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8fe1c23

Please sign in to comment.