Release v1.0.0
Available as a package in ghcr. Part of EvOC (Evolutionary algorithms On Click).
What's Changed
- Create code generators for EA, ML and EAML. by @Ashrockzzz2003 in #3
- Implement gRPC authentication calls for auth. by @Ashrockzzz2003 in #6
- Implement CreatePSO API with evaluation functions and animation support in generated code. by @Ashrockzzz2003 in #8
- Add CORS for frontend to access it. Will make it more strict later on. by @Ashrockzzz2003 in #9
- Secure CORS implementation to prevent Cross-Site intrusion by @Ashrockzzz2003 in #10
- Save runs to CockroachDB and upload code&input to MinIO. by @Ashrockzzz2003 in #11
- Update .gitignore by @Ashrockzzz2003 in #13
- Add /runs API for user runs and sharing functionality by @Ashrockzzz2003 in #14
- Add DE support to /ea API by @Ashrockzzz2003 in #16
- Create API to retrieve run by ID and improve logging by @Ashrockzzz2003 in #17
- Customize differential evolution parameters and functions by @Ashrockzzz2003 in #18
- Use the 'name' field to represent population and generation for frontend to use 1 api call. by @Ashrockzzz2003 in #19
- Update docker-compose.yml by @Abhinav-ark in #23
New Contributors
- @Ashrockzzz2003 made their first contribution in #3
- @Abhinav-ark made their first contribution in #23
Full Changelog: https://github.com/Evolutionary-Algorithms-On-Click/runner_controller_microservice/commits/v1.0.0