Releases: TheRenegadeCoder/subete
Releases · TheRenegadeCoder/subete
Subete 0.7.1 Hot Fix
What's Changed
Full Changelog: v0.7.0...v0.7.1
Subete 0.7.0 Release
What's Changed
Full Changelog: v0.6.0...v0.7.0
Subete 0.6.0 Release
- Added random program functionality
- Fixed several documentation issues
- Renamed some repo functions to match naming conventions
- Expanded testing to include tests for random functions
Subete 0.5.1 Hot Fix
- Fixed an issue where if a source directory was provided, the logger would crash the program
Subete 0.5.0 Release
- Updated README to indicate alpha stage of project
- Added logging support
- Added method of retrieving pathlike name of LanguageCollection
- Fixed type hinting of sample_programs() method
- Removed extraneous print statement
- Made Repo and LanguageCollection subscriptable
Subete 0.4.1 Bug Fix
- Fixed an issue where generated links were broken
Subete 0.4.0 Release
- Forced a convention for LanguageCollection and SampleProgram as strings
- Added test URL functionality to LanguageCollection
- Created usage docs
Subete 0.3.1 Hot Fix
- Fixed an issue where provided source directories would not run correctly
Subete 0.3.0 Release
- Refactored the majority of the underlying library
- Added testing for Python 3.6 to 3.9
Subete 0.2.2 Release
- Fixed an issue where docs wouldn't generate module because of several issues (see #3)