Releases: openedx/openedx-calc
Releases · openedx/openedx-calc
v4.0.0
What's Changed
- Chore!: Updating for Python 3.12 by @Colin-Fredericks in #121
New Contributors
- @Colin-Fredericks made their first contribution in #121
Full Changelog: v3.1.2...v4.0.0
v3.1.2
v3.1.1
What's Changed
- fix: setup.py update using script by @edx-requirements-bot in #96
- chore: add catalog-info.yml by @ichintanjoshi in #104
- fix: pypi-publish master branch sunset by @CodeWithEmad in #105
- build: Switch to ubuntu-latest for builds by @feanil in #108
- fix: evaluate integer percentage by @rayzhou-bit in #114
New Contributors
- @CodeWithEmad made their first contribution in #105
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Add DEPR workflow automation by @sarina in #42
- chore: update tnl alert endpoint for calc by @jristau1984 in #44
- chore: pip tools v6.6.1 by @rayzhou-bit in #46
- chore: requirement updates by @rayzhou-bit in #50
- Python Requirements Update by @edx-requirements-bot in #51
- Python Requirements Update by @edx-requirements-bot in #54
- fix: Install pip and pip-tools in upgrade script by @Jawayria in #49
- Fix github url strings (org edx -> openedx) by @sarina in #63
- build: Use standard upgrade-python-requirements file by @sarina in #65
- Update standard workflow files. by @feanil in #88
- fix: Replaced whitelist_externals with allowlist_externals in tox and removed tox-battery by @edx-requirements-bot in #97
- Python Requirements Update by @edx-requirements-bot in #95
- feat: python3.11 support by @ichintanjoshi in #102
New Contributors
- @sarina made their first contribution in #42
- @jristau1984 made their first contribution in #44
- @rayzhou-bit made their first contribution in #46
- @feanil made their first contribution in #88
- @ichintanjoshi made their first contribution in #102
Full Changelog: v3.0.1...v3.1.0
3.0.1
What's Changed
- feat: Add
symmath
star import by @Carlos-Muniz in #41
Full Changelog: v3.0.0...v3.0.1
3.0.0
Symmath will no longer be living in edx-platform, and has been added to openedx-calc.
Dropped support for python3.5
Merge pull request #25 from edx/jenkins/cleanup-python-code-61df1b1 Python Code Cleanup
Compliance with OEP-18
Update setup.py install_requirements definition.
Update travis file using new requirements.
Update tox file using new requirements.
Create requirements folder.
create pip_tools, base, test, travis and tox pip-tools requirements files.
Create Makefile and add upgrade command.
Include requirements files generated using upgrade command.
Update openedx.yml OEPs list.
Add venv to gitignore.
1.0.8
Merge pull request #20 from eduNEXT/eric/oep-18 [BD-6] Compliance with OEP-18
Publish PyPI from Travis
No code changes. Just checking deployment to PyPI from Travis.