Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update version to 0.0.10 in pyproject.toml and enhance CI workflow #10

Merged
merged 2 commits into from
Jan 21, 2025

Conversation

alineberry
Copy link
Collaborator

  • Incremented the package version in pyproject.toml from 0.0.9 to 0.0.10 for the upcoming release.
  • Added test dependencies and a new development dependency (Jupyter) to the poetry configuration.
  • Improved CI workflow by adding steps to install dependencies and run tests, ensuring better integration and testing processes.
  • Introduced a new Jupyter notebook for development purposes.
  • Refactored import statements in db_utils.py and utils.py for consistency.

These changes enhance the package's functionality, testing capabilities, and overall development experience.

- Incremented the package version in pyproject.toml from 0.0.9 to 0.0.10 for the upcoming release.
- Added test dependencies and a new development dependency (Jupyter) to the poetry configuration.
- Improved CI workflow by adding steps to install dependencies and run tests, ensuring better integration and testing processes.
- Introduced a new Jupyter notebook for development purposes.
- Refactored import statements in db_utils.py and utils.py for consistency.

These changes enhance the package's functionality, testing capabilities, and overall development experience.
- Renamed CI job to 'ValidatePackageVersionAndRunTests' for clarity and added test execution.
- Updated execution counts in the Jupyter notebook to reflect the correct order of operations.
- Introduced new functionality in `reindex_timeseries_df` to support inclusive date ranges.
- Enhanced `fill_ohlcv` function to allow for customizable column filling behavior.
- Added unit tests for `reindex_timeseries_df` and `fill_ohlcv` to ensure robustness.

These changes improve the CI process, enhance dataframe manipulation capabilities, and ensure better testing coverage.
@alineberry alineberry merged commit 84f1944 into main Jan 21, 2025
1 check passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant