Skip to content

Commit

Permalink
Merge pull request #64 from UBC-MDS/brian-fix-changelog
Browse files Browse the repository at this point in the history
Add old changelog
  • Loading branch information
michael-gelfand authored Jan 29, 2025
2 parents ca92eb5 + 3568853 commit 7d9939f
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# CHANGELOG


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

### Features
Expand All @@ -10,3 +9,62 @@


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


# Pre PSR Versioning:

## v1.1.0 (24/01/2025)

### What's Changed
* Setup Read the docs by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/45
* Update yml file by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/47
* Update .gitignore by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/48
* Added intro and final remarks for tutorial by @fishydays in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/49
* Add documentation references to readme by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/50
* Update README.md by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/51
* Add get_capital example and update narrative by @BChangs99 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/54
* Get country statistic tutorial by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/55
* Add example for get_countries and fixed the example in function by @shikexi6 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/56
* Add check_city documentation and slight edit to read me by @fishydays in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/57
* Update Changelog to include all changes by @BChangs99 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/58
* Rearrange cells in narrative by @BChangs99 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/59


**Full Changelog**: https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/compare/0.0.2...1.1.0

## v1.0.0 (17/01/2025)

### What's Changed
* Add countries and city csv files and necessary load functions by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/25
* Start working on tests and function for getCountryStatistic by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/26
* Move loader helper functions to new file by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/27
* Implement Get Capitals Function and Tests by @BChangs99 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/28
* Rehydrate by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/29
* Get country statistic func and tests by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/30
* Merge internal funcs by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/32
* City country function by @fishydays in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/33
* Add function and test for get_countries by @shikexi6 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/34
* Remove deprecated file by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/36


**Full Changelog**: https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/compare/0.0.1...1.0.0

## v0.0.1 (08/01/2025)

- First release of `worldfinder`!

### What's Changed
* Use cookie cutter to create project structure and add gitignore by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/2
* Add capital city and update README.md by @BChangs99 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/13
* Add contributors to README by @BChangs99 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/12
* add docstring of getCountries and update README by @shikexi6 in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/14
* Add check city by @fishydays in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/16
* Add function specification and description for GetCountryStatistic by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/17
* Add summary paragraph to readme by @michael-gelfand in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/18

## New Contributors
* @michael-gelfand made their first contribution in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/2
* @BChangs99 made their first contribution in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/13
* @shikexi6 made their first contribution in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/14
* @fishydays made their first contribution in https://github.com/UBC-MDS/DSCI524-2425-17-worldfinder/pull/16

0 comments on commit 7d9939f

Please sign in to comment.