Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Changelog for previous improvements: #61

Open
davyxuximin opened this issue Feb 3, 2025 · 0 comments
Open

Changelog for previous improvements: #61

davyxuximin opened this issue Feb 3, 2025 · 0 comments
Milestone

Comments

@davyxuximin
Copy link
Collaborator

davyxuximin commented Feb 3, 2025

Changelog

v1.1.2 (2025-02-03)

Bug Fixes

  • Feedback addressed by peer review by removing some empty lines for column_scaler()(c10e06f)`
  • Feedback addressed by peer review by adding the test cases for floats to make it more comprehensive for column_scaler() (e879af2)
  • Feedback addressed by peer review by keeping each line within 88 characters for column_scaler() (c779915)
  • Feedback addressed by peer review by fixing zero variance issue in column_scaler.py to prevent division by zero. (e879af2)(66a84be)
  • Feedback addressed by TA by updating README.md fixed linked to contributing.md and the license file(ab3b6ea)(fefb0ec)

Added

v1.1.0 (2025-01-24)

Added

  • Created HTML documentation for the project. (8ddbf7)

v1.0.0 (2025-01-17)

Added

  • Added docstrings to unit tests. (7b3479)
  • Added function details and implemented unit tests for the sweep_nulls function. (
    924f77e
    )
  • Added function details and implemented unit tests for the column_encoder function. (a3f5c9e)
  • Added function details and implemented unit tests for the column_scaler function. (899d7eb)

Changed

  • Updated the README file with additional information. (4d70598)

Removed

  • Deleted unused files from the project. (b59c7a9)

Fixed

  • Bound all functions to the package namespace in the __init__.py file for better accessibility. (
    fad613b
    )

v0.0.1 (2025-01-10)

Added

  • Added the column_scaler function skeleton and docstring. (73d14bf)
  • Added the column_encoder function skeleton and docstring. (e5a5f2b)
  • Updated the README file with initial project details. (f973b84)
  • Added the sweep_nulls function skeleton and docstring. (a9bc50f)
@davyxuximin davyxuximin added this to the milestone 4 milestone Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant