Releases: DAGWorks-Inc/hamilton
Releases · DAGWorks-Inc/hamilton
sf-hamilton-1.73.2
What's Changed
- Transition to packaging & configuration using pyproject.toml by @Dev-iL in #1088
- Use Ruff instead of Black+isort+Flake8 by @Dev-iL in #1089
- Fixes edge cases input type checking missed by @skrawcz in #1091
- Bumps version to 1.73.2 by @skrawcz in #1094
New Contributors
Full Changelog: sf-hamilton-1.73.1...sf-hamilton-1.73.2
sf-hamilton-1.73.1
What's Changed
- Updates special mentions by @skrawcz in #1075
- Adds tracing to README by @skrawcz in #1076
- Adds resolve_with_config docs by @skrawcz in #1077
- Updates path instructions for docker UI by @skrawcz in #1080
- Adds code for pregnancy due date modeling blog post by @elijahbenizzy in #1081
- Update PandasExcelWriter to use pd.ExcelWriter by @noahridge in #1078
- Update README.md by @skrawcz in #1082
- Fixes doc string for datasaver and loader by @skrawcz in #1085
- Update README.md by @skrawcz in #1086
- docs: Add Qdrant to modular LLM Stack by @Anush008 in #1083
- Bumps version to 1.73.1 by @skrawcz in #1087
New Contributors
- @noahridge made their first contribution in #1078
- @Anush008 made their first contribution in #1083
Full Changelog: sf-hamilton-1.73.0...sf-hamilton-1.73.1
sf-hamilton-1.73.0
What's Changed
- Update special mentions by @skrawcz in #1057
- Use envsubst to allow frontend to find backend with env vars by @flavour in #1060
- Moves docker instructions to right README by @skrawcz in #1063
- Update ray example README by @skrawcz in #1066
- Adds NoEdgeAndInputTypeChecking adapter by @skrawcz in #1067
- Fixes docs typo in slack notifier by @skrawcz in #1072
- Plugin/mlflow custom flavor by @skrawcz in #1069
- Bumps version to 1.73.0 by @skrawcz in #1073
Full Changelog: sf-hamilton-1.72.1...sf-hamilton-1.73.0
sf-hamilton-1.72.1
What's Changed
Full Changelog: sf-hamilton-1.72.0...sf-hamilton-1.72.1
sf-hamilton-1.72.0
What's Changed
- Remove print statements when reading/writing cache values. by @kemaleren in #1049
- Adds Hamilton MPG Translation Tutorial by @skrawcz in #1050
- Fix links from node -> dependenciy by @elijahbenizzy in #1051
- Adds link to video in jupyter README.md by @skrawcz in #1048
- Feature: inline data saver & loaders by @skrawcz in #983
- Bumps version to 1.72.0 by @skrawcz in #1053
New Contributors
- @kemaleren made their first contribution in #1049
Full Changelog: sf-hamilton-1.71.0...sf-hamilton-1.72.0
sf-hamilton-1.71.0
What's Changed
- Async Upgrades by @elijahbenizzy in #1024
- Sketches Schema UI view by @skrawcz in #1015
- fix: updated imports for polars extension 1.0.0 by @zilto in #1031
- Adds MLFlow integration to docs by @skrawcz in #1033
- Fixes script in hamilton admin to remove correct directory by @elijahbenizzy in #1025
- Adds raising error on edge case by @skrawcz in #1034
examples
Reverse ETL to upload my timesheet to Google Sheets by @zilto in #1032- Bumps framework 1.71.0 , ui 0.13, and sdk 0.6.0 versions by @skrawcz in #1041
Full Changelog: sf-hamilton-1.70.0...sf-hamilton-1.71.0
sf-hamilton-1.70.0
What's Changed
- Bumps versions of libs by @skrawcz in #1002
- Update notebook.ipynb by @skrawcz in #1004
- Sdk extra by @skrawcz in #1006
- Adds spark input type validator by @elijahbenizzy in #1005
- Adds Narwhals to docs by @skrawcz in #1011
- Adds switch for hosted Hamilton instructions by @skrawcz in #1012
- Raise error on empty arguments to
group
by @adzcai in #1008 - Adds deployable mini-mode by @elijahbenizzy in #996
- Reduces pyspark dependencies by @elijahbenizzy in #1018
- Upgrades integration test python versions by @elijahbenizzy in #1019
- Parallelism with graceful failure by @elijahbenizzy in #1010
- Updates async adapter to handle new process_result by @skrawcz in #1013
- Version Bumps by @elijahbenizzy in #1021
Full Changelog: sf-hamilton-1.69.0...sf-hamilton-1.70.0
sf-hamilton-1.69.0
What's Changed
- Adds more to special mentions by @skrawcz in #989
- Fixes publish script + bumps version for hamilton UI by @elijahbenizzy in #990
- data loaders now display the same as data savers by @zilto in #991
.with_materializers()
added helpful error message by @zilto in #986- Adds configurable hosts for hamilton ui by @skrawcz in #999
- Adds notebook to pandas-split-apply example by @skrawcz in #995
- Handles polars upgrade to 1.0.0 by @elijahbenizzy in #1001
- Gates checking git commit in SDK by @skrawcz in #1000
- Adds extra guards for plugin imports by @skrawcz in #994
- VSCode extension and LSP migration and release by @zilto in #992
- Adds stub of NarwhalsAdapter by @skrawcz in #998
Full Changelog: sf-hamilton-1.68.0...sf-hamilton-1.69.0
sf-hamilton-1.68.0
What's Changed
plugin
add schema tracking support for PySpark by @zilto in #976- Fixed typo in NodeFilter type alias in hamilton/lifecycle/default.py by @ChronoJon in #977
ui
Misc UI changes by @zilto in #974- Update parallel-task.rst by @adzcai in #981
ui
sklearn attr by @zilto in #979- Add adzcai to special mentions by @skrawcz in #982
fix/examples
updated README and requirements by @zilto in #984- Fix misspelled 'answer' in Graph-RAG example prompt by @munichpavel in #985
- async tracking by @elijahbenizzy in #970
- Version bumps by @elijahbenizzy in #987
New Contributors
- @ChronoJon made their first contribution in #977
- @adzcai made their first contribution in #981
- @munichpavel made their first contribution in #985
Full Changelog: sf-hamilton-1.67.0...sf-hamilton-1.68.0
sf-hamilton-1.67.0
What's Changed
- Adds project ID to projects page by @skrawcz in #952
- Bumps sf-hamilton-ui version by @elijahbenizzy in #956
- Fixes ui local mode docs typo by @skrawcz in #957
- Fixes null run ID bug by @elijahbenizzy in #958
- Update README.md by @elijahbenizzy in #959
- Adds clearer instructions for local mode UI by @skrawcz in #961
- Fixes issues in which foreign key IDs were not displayed in the UI (+ a few others) by @elijahbenizzy in #962
- Adds ability to provide same validator N times by @skrawcz in #960
- Bumps version to 1.66.1 by @skrawcz in #965
- updated README by @zilto in #963
- fixed by @zilto in #966
- Handles dataframe to_json errors by @skrawcz in #967
- Adds GraphRAG example by @skrawcz in #969
- ui/fix: open link in new tab by @zilto in #968
- Multiple attributes per node by @elijahbenizzy in #964
- added
SchemaValidator
anddatabackend
by @zilto in #925 - Updates telemetry link by @skrawcz in #971
- added tests for databackends and schema adapter by @zilto in #973
- Bumps version to 1.67.0 by @skrawcz in #972
Full Changelog: sf-hamilton-1.66.0...sf-hamilton-1.67.0