Releases: ssec-jhu/dplutils
v0.5.1
What's Changed
- Fix bug in source generation for input batch size > 1 by @amitschang in #75
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Tag outputs with task from which they came by @amitschang in #66
- Bump pyarrow from 15.0.0 to 15.0.2 by @dependabot in #73
- Bump tox from 4.12.1 to 4.14.2 by @dependabot in #71
- Move remote setup in ray stream executor to enable configuration by @amitschang in #68
- Bump pytest from 8.0.2 to 8.1.1 by @dependabot in #70
- Bump mlflow from 2.10.0 to 2.11.3 by @dependabot in #72
- Bump ray[default] from 2.9.3 to 2.10.0 by @dependabot in #69
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- update dependencies by @amitschang in #58
- Make generator configurable for stream executor by @amitschang in #59
Full Changelog: v0.3.1...v0.4.0
v0.3.1
This release mainly sets limit on pandas version due to issue in ray (ray-project/ray#42842)
What's Changed
- Bump mlflow from 2.9.2 to 2.10.0 by @dependabot in #48
- Bump ruff from 0.1.10 to 0.1.15 by @dependabot in #49
- Bump tox from 4.11.4 to 4.12.1 by @dependabot in #46
- Bump bandit from 1.7.5 to 1.7.7 by @dependabot in #45
- small doc edits and pypi badge by @amitschang in #50
- limit pandas version by @amitschang in #52
Full Changelog: v0.3.0...v0.3.1
dplutils-v0.3.0
Highlights
This release adds a new executor framework and ray implementation capable of streaming graphs with branching, multiple inputs/outputs, and true indefinite source generation, overcoming some limitations of the ray data pipelines based executor. See StreamingGraphExecutor
and RayStreamGraphExecutor
for details.
What's Changed
- Bump mlflow from 2.8.1 to 2.9.1 in /requirements by @dependabot in #35
- Bump mlflow from 2.9.1 to 2.9.2 in /requirements by @dependabot in #36
- Fix test for ray observer in executor by @amitschang in #33
- Bump pyarrow from 14.0.1 to 14.0.2 by @dependabot in #38
- Bump sphinx-book-theme from 1.0.1 to 1.1.0 by @dependabot in #40
- Bump sphinx from 6.2.1 to 7.2.6 by @dependabot in #1
- Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 by @dependabot in #37
- Bump ruff from 0.1.6 to 0.1.10 by @dependabot in #42
- Bump pandas from 2.1.3 to 2.1.4 by @dependabot in #41
- Add framework for graph streaming, ray implementation by @amitschang in #43
- Add docstrings for new stream class, update sphinx docs by @amitschang in #44
Full Changelog: v0.2.0...v0.3.0
dplutils-0.2.0
This release includes added observers and software dependency updates for the bundled docker reference image
What's Changed
- Docs version and project from package metadata by @amitschang in #21
- Upgrade ray by @amitschang in #20
- Bump pyarrow from 13.0.0 to 14.0.1 in /requirements by @dependabot in #22
- Fix test coverage in some areas missed due to ray by @amitschang in #23
- Test coverage fixes for ray, bug fix by @amitschang in #24
- Adding missing executor tests for config by @amitschang in #25
- adding aim and mlflow observers by @amitschang in #26
- Bump numpy from 1.26.1 to 1.26.2 by @dependabot in #29
- Bump ruff from 0.1.3 to 0.1.6 by @dependabot in #28
- Bump tox from 4.11.3 to 4.11.4 by @dependabot in #31
- Bump ray[default] from 2.8.0 to 2.8.1 by @dependabot in #30
- Bump pandas from 2.1.2 to 2.1.3 by @dependabot in #32
Full Changelog: v0.1.3...v0.2.0
dplutils-0.1.3
What's Changed
- Adding workflow for pypi publishing by @amitschang in #13
- Bump pytest from 7.4.2 to 7.4.3 by @dependabot in #18
- Fixing project URLs by @amitschang in #19
- Bump sphinx-automodapi from 0.15.0 to 0.16.0 by @dependabot in #15
- Bump ruff from 0.1.2 to 0.1.3 by @dependabot in #14
- Bump build from 0.10.0 to 1.0.3 by @dependabot in #16
- Bump pandas from 2.1.1 to 2.1.2 by @dependabot in #17
Full Changelog: v0.1.0...v0.1.3
pypi publish test
v0.1.2 Adding workflow for pypi publishing
v0.1.0
What's Changed
- Bump ruff from 0.0.286 to 0.1.2 by @dependabot in #5
- Bump numpy from 1.26.0 to 1.26.1 by @dependabot in #2
- Bump pandas from 2.1.0 to 2.1.1 by @dependabot in #3
- Bump ray[default] from 2.7.0 to 2.7.1 by @dependabot in #4
- fixing readme badges by @amitschang in #6
- Restoring docker automatic build by @amitschang in #7
- Restoring codecov action by @amitschang in #9
- Fix for readthedocs by @amitschang in #8
- Fix for pydata/pydata-sphinx-theme#1492 by @amitschang in #10
- Fix docs badge, epub docs build by @amitschang in #11
New Contributors
- @dependabot made their first contribution in #5
- @amitschang made their first contribution in #6
- @jamienoss created the template with build infrastructure, licensing, docs etc. See also https://github.com/ssec-jhu/base-template. Also reviewed code
- @vkluzner reviewed code
- @xiangchenjhu reviewed code and added documentation
Full Changelog: https://github.com/ssec-jhu/dplutils/commits/v0.1.0