Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UBC-MDS/salesanalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakhv committed Jan 29, 2025
2 parents cee3ca8 + b56f189 commit 01abefa
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# CHANGELOG


## v0.1.0 (2025-01-29)

### Build System

- Added pytest--cov to build
([`f8e685d`](https://github.com/UBC-MDS/salesanalyzer/commit/f8e685dd581ae1b9178e5b573f29d879b752be58))

- Change build from caret operator to >=
([`cd4954f`](https://github.com/UBC-MDS/salesanalyzer/commit/cd4954f815a0e1bbd886e564572f968020296eac))

- Updated poetry.lock and project.toml with sphinx
([`9505c49`](https://github.com/UBC-MDS/salesanalyzer/commit/9505c49ffe617c75c6fc666de06fcbd7289b9732))

### Documentation

- Fixed errors in example.ipynb
([`381ba68`](https://github.com/UBC-MDS/salesanalyzer/commit/381ba68d0d3a2cab23ae309bc6a6b8dbd6e20957))

- Removed Country column from sample_data
([`5e0aeb0`](https://github.com/UBC-MDS/salesanalyzer/commit/5e0aeb0aec17da1cbbfc86780a5771266f5a02ff))

- Removed stocks column and added country column
([`0a2d5e7`](https://github.com/UBC-MDS/salesanalyzer/commit/0a2d5e793dda2542abd107d7667f80ecc4589a6c))

- Updated example doc with segment_revenue_share
([`a004876`](https://github.com/UBC-MDS/salesanalyzer/commit/a0048765fcb287e049c4507037ecc6976f1de2af))

### Features

- Completed segment_revenue_share function
([`d24044b`](https://github.com/UBC-MDS/salesanalyzer/commit/d24044b9bbc48caf2fcfc0834ade07c8b3dd3f77))

- Defined argument type got segement_revenue_share function
([`2c90ddf`](https://github.com/UBC-MDS/salesanalyzer/commit/2c90ddfb6a0fa6bfbf8ee06fa3b55e32677e4718))

- Finalized segment_revenue_share function
([`3997768`](https://github.com/UBC-MDS/salesanalyzer/commit/399776895e1b53b8f4662a42d467e43ee2029afb))

- Fixed pylint error in segment_revenue_share function
([`2ef91ee`](https://github.com/UBC-MDS/salesanalyzer/commit/2ef91eeb8eb2166274d96b5eec1d5627784087a2))

- Removed lines at the end of segment_revenue_share function
([`cb0c7c5`](https://github.com/UBC-MDS/salesanalyzer/commit/cb0c7c5eefa821ad6b5a02b6a73e0ca04e17a517))

- Transponse output dataframe
([`afe9cb3`](https://github.com/UBC-MDS/salesanalyzer/commit/afe9cb326b2083503e2e05ccc9e3c8bf53c8d934))

- Updated function to sort product categoeries: cheap < medium < expensive
([`f82f036`](https://github.com/UBC-MDS/salesanalyzer/commit/f82f0364ab0e493e848dffba94db40c204d44a2c))

- Updated segment_revenue_share function
([`6bfc3ef`](https://github.com/UBC-MDS/salesanalyzer/commit/6bfc3efdd69e5d5dc136235c344456fb6c5d0c53))

### Testing

- Added test cases for segment_revenue_share function
([`7b8ff1c`](https://github.com/UBC-MDS/salesanalyzer/commit/7b8ff1c28677b81b62bbe20bb21f3cd24ecbbb40))

- Fixed the import for the segment_revenue_share function
([`81aebae`](https://github.com/UBC-MDS/salesanalyzer/commit/81aebaea3dfaa6f88fe90a006385ff9d0e83f8ba))

- Updated all tests according to src function updates. Successfull test runs
([`a025674`](https://github.com/UBC-MDS/salesanalyzer/commit/a025674db2306de4a39ca12e545c12ec08db26c5))

0 comments on commit 01abefa

Please sign in to comment.