Skip to content

Commit

Permalink
Update changelog with testing entries for certain versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Aug 30, 2024
1 parent 2c50a66 commit ac64c18
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).

- Wikidata query process stages no longer trigger the tqdm progress bar when they're unsuccessful ([#155](https://github.com/scribe-org/Scribe-Data/issues/155)).

### ✅ Tests

- Tests have been written for the CLI to assure that it's functionality remains consistent.

### 📝 Documentation

- The CLI's functionality has been fully documented ([#152](https://github.com/scribe-org/Scribe-Data/issues/152)).
Expand Down Expand Up @@ -101,15 +105,15 @@ Emojis for the following are chosen based on [gitmoji](https://gitmoji.dev/).
- A process has been created to check and update words that can be translated for each Scribe language ([#44](https://github.com/scribe-org/Scribe-Data/issues/44)).
- The baseline data returned from Wikidata queries is now removed once a formatted data file is created.

### 🐞 Bug Fixes

- Tensorflow was removed from the download wiki process to fix build problems on Macs.

### ✅ Tests

- A full testing suite has been added to run on GitHub Actions ([#37](https://github.com/scribe-org/Scribe-Data/issues/37)).
- Unit tests have been added for Wikidata queries ([#48](https://github.com/scribe-org/Scribe-Data/issues/48)) and utility functions ([#50](https://github.com/scribe-org/Scribe-Data/issues/50)).

### 🐞 Bug Fixes

- Tensorflow was removed from the download wiki process to fix build problems on Macs.

### ♻️ Code Refactoring

- The Anaconda based virtual environment was removed and documentation was updated to reflect this.
Expand Down

0 comments on commit ac64c18

Please sign in to comment.