Release v1.7.0
What's Changed
Highlights
- Improved the testing framework with better cross-platform support.
- Fixed
MambularDatasetlength handling for datasets with only categorical features. - Simplified CI/CD and release workflows.
- Updated release process with improved PyPI publishing flow.
- Added documentation improvements and additional tests.
- Completed the final release bump from
1.7.0rc2to1.7.0.
Bug Fixes
- Fixed
MambularDatasetlength for data with only categorical features by @MaxSchambach in #278. - Merged
1.7.0hotfixes back intomainby @mkumar73 in #334.
CI/CD and Release Improvements
- Added conventional commit and semantic release setup by @mkumar73 in #295.
- Simplified branching, hardened release workflow, and updated PyPI publishing flow by @mkumar73 in #320.
- Fixed GitHub Actions workflow by simplifying package installation by @ChrisW09 in #286.
- Synced development branch after semantic release by @mkumar73 in #296.
Documentation, Testing, and Maintenance
- Enhanced testing framework with cross-platform support by @mhabedank in #266.
- Added release updates, documentation improvements, and tests by @mkumar73 in #326.
- Updated project configuration by @ChrisW09 in #274.
Repository Rename and Cleanup
- Updated repository/package references as part of the rename cleanup by @ChrisW09 in #282, #289, and #292.
- Merged development cleanup changes by @ChrisW09 in #284, #287, #290, and #293.
Release Preparation
- Prepared release candidate
1.7.0rc1by @mkumar73 in #328. - Finalized release
1.7.0from1.7.0rc2by @mkumar73 in #335.
New Contributors
- @mhabedank made their first contribution in #266.
- @MaxSchambach made their first contribution in #278.
Full Changelog
What's Changed
- Enhanced Testing Framework with Cross-Platform Support by @mhabedank in #266
- Bump urllib3 from 2.3.0 to 2.5.0 by @dependabot[bot] in #273
- Bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #272
- Bump torch from 2.5.1 to 2.7.0 by @dependabot[bot] in #270
- Update pyproject.toml by @ChrisW09 in #274
- Bump aiohttp from 3.11.13 to 3.12.14 by @dependabot[bot] in #276
- Fix
MambularDatasetlength for data with only categorical features by @MaxSchambach in #278 - Feature/rename by @ChrisW09 in #282
- Develop by @ChrisW09 in #284
- Fix GitHub Actions workflow: simplify package installation by @ChrisW09 in #286
- Develop by @ChrisW09 in #287
- Feature/rename by @ChrisW09 in #289
- Develop by @ChrisW09 in #290
- Feature/rename by @ChrisW09 in #292
- Develop by @ChrisW09 in #293
- CI: Conventional commit and semantic release by @mkumar73 in #295
- ci: sync develop post semantic release by @mkumar73 in #296
- feat: conventional commit and semantic release by @mkumar73 in #306
- ci: simplify branching, harden release, update PyPI publishing flow by @mkumar73 in #320
- feat: release update, docs improvements, test added by @mkumar73 in #326
- bump: version 1.6.1 → 1.7.0rc1 by @mkumar73 in #328
- fix: merge 1.7.0 hotfixes into main by @mkumar73 in #334
- bump: version 1.7.0rc2 → 1.7.0 by @mkumar73 in #335
New Contributors
- @mhabedank made their first contribution in #266
- @MaxSchambach made their first contribution in #278
Full Changelog: v1.5.0...v1.7.0