All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of the project.
- Features include Image2Html.
- Fixed an issue with sending session results to the stats collector.
- Fixed an issue with the high level matching score because of re-initializing CUDA in forked processes.
- Fixed an issue that happens in selecting winners when the total scores are all 0.
- Fixed an issue with saving the validator state, specifically the session number when the validator last set weights.
- Changed the wandb run name to include the version.
- Fixed an issue with dictionary's size change during iteration.
- Added an organic task.
- Set weights based on the total scores.
- Set weights to zero in the new session.
- Set weights based on the winner-take-all strategy.
- Query miners without splitting the query window.
- Kill the process on the port before starting the axon and the lighthouse server.
- Install sudo if it is not installed.
- Added a balanced competition type.
- Do not raise an exception if the error occurs while killing the process on the port.
- Update logging information.
- Added a new column to the total scores table to show the average score.
- Only reward the winner of current session.
- Reward the winners of previous sessions with a tiny weight to prevent deregistration.
- Changed the scoring mechanism to exclude the previous winner.
- Changed the scoring mechanism to reward all miners.
- Fixed an issue with clearing the scores.
- Only search for official websites.
- Save the results of the previous sessions.
- Switched to winner-take-all strategy.