Releases: rootCircle/cpast_mono
cscrapper v0.1.2
Chore
- update non-cloudflare blocked codeforces mirror(slow)
Commit Statistics
- 1 commit contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update non-cloudflare blocked codeforces mirror(slow) (4f80917)
cpast v0.10.3
Chore
- fix --problem_url maturity message
Other
- some Makefile and ci improvements
Commit Statistics
- 2 commits contributed to the release.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
clex_llm v0.3.1
Bug Fixes
- correct language name assignment in test_code_generator
Commit Statistics
- 1 commit contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Correct language name assignment in test_code_generator (cc1fddc)
clex_gen v0.3.3
Other
- update rand to 0.9
Commit Statistics
- 1 commit contributed to the release.
- 15 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update rand to 0.9 (0abddf0)
cscrapper v0.1.1
Bug Fixes
- increase timeout
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Increase timeout (07b16ae)
cscrapper v0.1.0
Chore
- remove thread sleep in codechef (fixes #10)
Bug Fixes
- update keywords in Cargo.toml for accuracy
Documentation
- fix toml warning in readme
- modified/add README for better segregation
New Features
- introduce new code and clex generators with updated API integration
- add problem URL parsing for CodeChef and Codeforces with tests
- introduce --debug flag (closes #5)
- new file store interface and mig to rust 2024
- scrapper port to rust
- make 'utoipa' optional and add 'api' feature to ccode_runner; update LanguageName enum to conditionally derive ToSchema
- add description, categories, and keywords to Cargo.toml
Other
- update msrv
- use worspace deps
Commit Statistics
- 16 commits contributed to the release over the course of 137 calendar days.
- 13 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update keywords in Cargo.toml for accuracy (e211a8d)
- Release cscrapper v0.1.0, cpast v0.10.0 (b88b38e)
- Add description, categories, and keywords to Cargo.toml (0d908d6)
- Release ccode_runner v0.3.4, cscrapper v0.1.0, cpast v0.10.0 (51e0827)
- Make 'utoipa' optional and add 'api' feature to ccode_runner; update LanguageName enum to conditionally derive ToSchema (02cb1ce)
- Introduce new code and clex generators with updated API integration (06c5c95)
- Remove thread sleep in codechef (fixes #10) (6717bb0)
- Feat(cscrapper): refactor problem scraper to support async operations and add new migration for clex column (fixes #9) feat(cpast_api): evaluate route with_code_and_platform and tests (d460a2c)
- Add problem URL parsing for CodeChef and Codeforces with tests (9cf1453)
- Introduce --debug flag (closes #5) (18f1c51)
- New file store interface and mig to rust 2024 (a29a4c1)
- Fix toml warning in readme (1dede18)
- Modified/add README for better segregation (e670b0c)
- Update msrv (139c68a)
- Use worspace deps (0a04f6f)
- Scrapper port to rust (d1f5932)
cpast v0.10.2
Other
- update cscraper to v0.1.1
Commit Statistics
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
cpast v0.10.1
Bug Fixes
- test args were mistaken for --correct
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Test args were mistaken for --correct (371d1ec)
cpast v0.10.0
Bug Fixes
- update cscrapper dependency version in Cargo.toml
New Features
-
expose default codegen language type
feat(cpast): --problem_url args in ai and test routesfeat(cscrapper): new ProgramStore api new_from_language
chore(cpast_api): updated schema to store language name in cache and use language from clex_llm instead of c++ as default
-
introduce new code and clex generators with updated API integration
-
code compilation to temp dir
Performance
- add bench code
New Features (BREAKING)
- update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI
Commit Statistics
- 13 commits contributed to the release over the course of 10 calendar days.
- 13 days passed between releases.
- 6 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update cscrapper dependency version in Cargo.toml (6d8101e)
- Release cpast v0.10.0 (5682510)
- Release cscrapper v0.1.0, cpast v0.10.0 (b7f3958)
- Release cscrapper v0.1.0, cpast v0.10.0 (b88b38e)
- Release ccode_runner v0.3.4, cscrapper v0.1.0, cpast v0.10.0 (51e0827)
- Release ccode_runner v0.3.3, clex_llm v0.3.0, cscrapper v0.1.0, cpast v0.10.0, safety bump cpast v0.10.0 (3c24521)
- Expose default codegen language type (d1f3bcf)
- Introduce new code and clex generators with updated API integration (06c5c95)
- Feat(cscrapper): refactor problem scraper to support async operations and add new migration for clex column (fixes #9) feat(cpast_api): evaluate route with_code_and_platform and tests (d460a2c)
- Update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI (e2cdab5)
- Feat(java_classname): add utility to extract public class name from Java source text feat(ccode_runner): enhance source file naming for Java and random languages feat(cpast): add tests for Java public class extraction and code evaluation (35c6c11)
- Code compilation to temp dir (3488984)
- Add bench code (ae5e16e)
clex_llm v0.3.0
New Features
-
expose default codegen language type
feat(cpast): --problem_url args in ai and test routesfeat(cscrapper): new ProgramStore api new_from_language
chore(cpast_api): updated schema to store language name in cache and use language from clex_llm instead of c++ as default
-
update code generation to support C++ solutions and enhance input handling
-
add caching for code evaluation and new evaluate route with_platform
-
introduce new code and clex generators with updated API integration
-
add LLM API key configuration and integrate into evaluation routes
New Features (BREAKING)
- update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI
Commit Statistics
- 6 commits contributed to the release over the course of 1 calendar day.
- 13 days passed between releases.
- 6 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Expose default codegen language type (d1f3bcf)
- Update code generation to support C++ solutions and enhance input handling (a7be429)
- Add caching for code evaluation and new evaluate route with_platform (ab31151)
- Introduce new code and clex generators with updated API integration (06c5c95)
- Update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI (e2cdab5)
- Add LLM API key configuration and integrate into evaluation routes (7ea37a3)