Skip to content

Releases: UBC-MDS/datexplore

3.0.0

03 Feb 15:19
Compare
Choose a tag to compare

This release adhere's to the requirements found in UBC's DSCI_524 '23/'24 Milestone 4:
https://pages.github.ubc.ca/MDS-2023-24/DSCI_524_collab-sw-dev_students/release/milestone4/milestone4.html

-Addressed feedback from package reviewers (see issues)
-Set up workflow for continuous integration
-Set up workflow for continuous deployment
-Package available on pypi

v0.0.2

03 Feb 15:14
Compare
Choose a tag to compare

v0.0.2 (2024-02-03)

Fix

  • fix: removed section on poetry (469fd04)

Unknown

  • Merge pull request #105 from UBC-MDS/installation_fix

fix: removed section on poetry (0c59606)

  • Merge pull request #104 from UBC-MDS/imports_example

updated import statements (011da2b)

  • updated import statements (4fa2960)

v0.0.1

02 Feb 20:46
Compare
Choose a tag to compare

v0.0.1 (2024-02-02)

Fix

  • fix: imports intest_datexplore.py (454d86d)

  • fix: added output to clean_names and detect_outliers docstring (4ae3392)

  • fix: changed the document example to include code/bold formatting (ba04d1f)

  • fix: update ci-cd.yml (c1c77e5)

  • fix: code cov in ci-cd.yml (0fdc0b4)

Unknown

  • Update ci-cd.yml (00b3d24)

  • no change

pushing to trigger cd (336f475)

  • Merge pull request #102 from UBC-MDS/scout-mckee-patch-4

fix:Update pyproject.toml (4008184)

  • fix:Update pyproject.toml (57950fb)

  • Update ci-cd.yml (d0cd7ec)

  • Merge pull request #101 from UBC-MDS/killerninja8-patch-8

codecov badge token (589d28e)

  • codecov badge token (bf45686)

  • Merge pull request #100 from UBC-MDS/scout-mckee-patch-3

Update ci-cd.yml (8831469)

  • Update ci-cd.yml

added permissions to cd (6cad2f3)

  • Update README.md (f2f5363)

  • Merge pull request #99 from UBC-MDS/update

change pytest to assert (6c93136)

  • change pytest to assert (fd0c5f0)

  • Merge pull request #95 from UBC-MDS/scout-mckee-patch-2

fix: imports intest_datexplore.py (23ea527)

  • Merge pull request #98 from UBC-MDS/viz-update

Update visualise.py to include display argument (503ea70)

  • Update visualise.py to include display argument (adc971b)

  • Merge pull request #93 from UBC-MDS/killerninja8-patch-7

add link to documentation (7fce112)

  • Merge pull request #94 from UBC-MDS/fixed_bugs_tests

Fix: fixed bug in tests (417fe26)

  • fixed the bugs in our functions, causing tests to fail (ade19b6)

  • Merge pull request #90 from UBC-MDS/document_polish

fix: changed the document example to include code/bold formatting (fd6483c)

  • add link to documentation (eebaa0d)

  • Merge pull request #86 from UBC-MDS/killerninja8-patch-6

Delete src/datexplore/datexplore.py (23f95a4)

  • Merge pull request #82 from UBC-MDS/killerninja8-patch-5

add emojis to make it look more tech-y (145c4c7)

  • Merge pull request #84 from UBC-MDS/milestone-2-feedback

Delete tests/test.py (4072192)

  • Delete src/datexplore/datexplore.py

delete redundant files (548acbb)

  • Merge pull request #81 from UBC-MDS/killerninja8-patch-4

Update ci-cd.yml with codecov token (f40a50b)

  • Delete tests/test.py (91b6a9b)

  • add emojis to make it look more tech-y

what do y'all think? (287d95b)

  • Merge pull request #80 from UBC-MDS/badges

Update README.md with badges (ec5503c)

  • Merge pull request #78 from UBC-MDS/delete-env

Delete environment.yml (dd76826)

  • Update README.md with new introduction (3a6c0bb)

  • Update README.md (955e9db)

  • create ci-cd badge (4cf0387)

  • Update README.md to add html coverage report (457fdaf)

  • Update README.md with updated installation instructions (00c564a)

  • Update ci-cd.yml with codecov token

added codecov token as a repo secret (cc0246b)

  • Update README.md with badges

will update broken links too (ea02604)

  • Delete environment.yml

don't need env file with poetry (4655c57)

  • Merge pull request #74 from UBC-MDS/ci-cd

Create ci-cd.yml (542fe1f)

  • Merge pull request #76 from UBC-MDS/sns

add seaborn dependency (ad76bbd)

  • add seaborn dependency (d52d094)

  • Update .github/workflows/ci-cd.yml (883ee37)

  • Update .github/workflows/ci-cd.yml (c3b42e5)

  • Create ci-cd.yml (88f3aea)

  • Merge pull request #71 from UBC-MDS/scout-mckee-patch-1

Update README.md (f9ec783)

  • Update README.md

with readthedocs link (6048e76)

  • Merge pull request #70 from UBC-MDS/rtd_troubleshoot

Rtd troubleshoot (489c387)

add python 3.9 (448d889)

  • Merge pull request #68 from UBC-MDS/readthedocs

Create .readthedocs.yml (49a7163)

  • add python 3.9 (f8fc0df)

  • Create .readthedocs.yml (b2369bd)

  • added viz function vignette (a5db8c8)

  • Merge pull request #66 from UBC-MDS/complete_clean_names_ex

completed vignette for clean names (0d051c4)

  • completed vignette for clean names (32abc51)

  • Merge pull request #64 from UBC-MDS/trial_rtd

can easily make html now (7c1e6bc)

  • Merge pull request #65 from UBC-MDS/outlier_documentation_update

added vignette for outlier function in example docs (cb923f2)

Read more

2.0.0

28 Jan 00:20
f9ec783
Compare
Choose a tag to compare

This release adhere's to the requirements found in UBC's DSCI_524 '23/'24 Milestone 3:
https://pages.github.ubc.ca/MDS-2023-24/DSCI_524_collab-sw-dev_students/release/milestone3/milestone3.html

  • Created documentation published on Readthedocs (see readme in base dir)
    • Demonstrated how to use each function in the datexplore package

1.0.0

20 Jan 15:59
dd32b05
Compare
Choose a tag to compare

This release adhere's to the requirements found in UBC's DSCI_524 '23/'24 Milestone 2 :
https://pages.github.ubc.ca/MDS-2023-24/DSCI_524_collab-sw-dev_students/release/milestone2/milestone2.html

  • Instructions on how to install the package as a developer
  • Created pytest tests for each function
  • Functions in the package now work as intended

0.0.1

12 Jan 22:57
d4444bc
Compare
Choose a tag to compare

This release adhere's to the requirements found in UBC's DSCI_524 '23/'24 Milestone 1 :
https://pages.github.ubc.ca/MDS-2023-24/DSCI_524_collab-sw-dev_students/release/milestone1/milestone1.html

-Project created
-Defined the file structure for the Datexplore package
-Added Docstrings and template for the 3 primary functions of the Datexplore package
-README.md, CONTRIBUTING.md complete