Releases: project-lovelace/lovelace-problems
Releases · project-lovelace/lovelace-problems
🍀 v3.2.0
Closed issues:
- Record version of problems repo #46
Merged pull requests:
- New problem: Exponential growth #67 (ali-ramadhan)
- Bump urllib3 from 1.26.3 to 1.26.4 #66 (dependabot[bot])
- Flesh out RNA translation tests #65 (ali-ramadhan)
- Parameterize test cases too #64 (ali-ramadhan)
- Test cases for RNA translation #63 (ali-ramadhan)
- Cleanup problem module logic #61 (ali-ramadhan)
🐠 Project Lovelace 3.1
Closed issues:
- Test suite that just makes sure we can generate every test case? #54
- Change output for El Niño intensities when no El Nino or La Nina is present #32
- Rewrite README.me #11
Merged pull requests:
- Run CI tests with Python 3.9 #58 (ali-ramadhan)
- Add GitHub Actions CI pipeline #57 (ali-ramadhan)
- Add a test suite #56 (ali-ramadhan)
- Revise El Nino intensities problem #55 (ali-ramadhan)
🐳 Project Lovelace 3.0
Fixed bugs:
- Game of Life: Oscillator test case expected result is wrong. #41
Closed issues:
- Blood types: Add more test cases that return False #42
- Bug in verifying flight paths solution #37
- RNA string needs to be reversed! #36
- Share verify_user_solution function #35
- Arrays should not be verified recursively #26
- Remove jargon from problem descriptions #10
Merged pull requests:
- Plump moose and compound interest #52 (ali-ramadhan)
- Clean up README + sandbox and remove
output_str
#51 (ali-ramadhan) - Fix typo in
almost_pi.py
#50 (ali-ramadhan) - Fix: constant should be float #49 (ali-ramadhan)
- Remove
verify_user_solution
boilerplate #48 (ali-ramadhan) - Deal in Python lists, not numpy arrays #47 (ali-ramadhan)
- blood_types: Add more test cases where no donors are available #44 (benallan)
- More robust test case and value checking #43 (ali-ramadhan)
- Solve test cases when they're created #39 (ali-ramadhan)
🎷 Project Lovelace 2.0
- Solutions have been moved out of this repo to a private
lovelace-solutions
repo. - Generic and more sophisticated test case verification functionality that can be used by all problem modules.
- Lots of refactoring to clean up the code.
- Lots of test cases have been revised.
New easier problems:
- Scientific temperatures
- Speed of light
- NAND gate
- Wind chill
- Flight paths
- Almost pi
- Temperature variations
- Blood types
- Babylonian square roots
- Definite integrals
Project Lovelace 1.1 🥑
- Problem added: Ada Lovelace's Note G.
- Expected output is returned alongside user input and output.
Project Lovelace 1.0 🎉
Merge pull request #4 from basimr/alpha2018 Alpha2018