Recent Releases of chem

chem - 2.0.0

What's Changed

  • build: Update codecov and use token by @arbrandes in https://github.com/openedx/openedx-chem/pull/80
  • chore: Upgrade Python requirements by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/81
  • fix: pypi-publish master branch sunset by @CodeWithEmad in https://github.com/openedx/openedx-chem/pull/86
  • chore: add catalog-info.yml by @ichintanjoshi in https://github.com/openedx/openedx-chem/pull/79
  • build: Switch to ubuntu-latest for builds by @feanil in https://github.com/openedx/openedx-chem/pull/97
  • chore: owner changed by @CodeWithEmad in https://github.com/openedx/openedx-chem/pull/107
  • Drop Python 3.8 & Add Support for Python 3.12 by @ttqureshi in https://github.com/openedx/openedx-chem/pull/133

New Contributors

  • @arbrandes made their first contribution in https://github.com/openedx/openedx-chem/pull/80
  • @CodeWithEmad made their first contribution in https://github.com/openedx/openedx-chem/pull/86
  • @ttqureshi made their first contribution in https://github.com/openedx/openedx-chem/pull/133

Full Changelog: https://github.com/openedx/openedx-chem/compare/1.3.0...2.0.0

- Python
Published by feanil about 1 year ago

chem - 1.3.0

What's Changed

  • Update infrastructure for independent package by @stvstnfrd in https://github.com/openedx/openedx-chem/pull/1
  • [BD-6] OEP-18 and Python 3.8 tests by @ericfab179 in https://github.com/openedx/openedx-chem/pull/2
  • Updated the setup to upload openedx-chem to PyPi by @mraarif in https://github.com/openedx/openedx-chem/pull/4
  • Update .travis.yml to deploy to PyPI by @syedimranhassan in https://github.com/openedx/openedx-chem/pull/5
  • Added PyPI encrypted password in travis by @edx-semantic-release in https://github.com/openedx/openedx-chem/pull/6
  • Removed deprecated future imports by @mraarif in https://github.com/openedx/openedx-chem/pull/7
  • Python Code Cleanup by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/8
  • Python Code Cleanup by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/9
  • Updated the config to drop python 3.5 support by @mraarif in https://github.com/openedx/openedx-chem/pull/10
  • feat: Added upgrade-python-requirements workflow by @Jawayria in https://github.com/openedx/openedx-chem/pull/12
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/13
  • Add Common Constraint by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/11
  • Replace travis with github actions by @aht007 in https://github.com/openedx/openedx-chem/pull/17
  • Standardize version number placement by @aht007 in https://github.com/openedx/openedx-chem/pull/15
  • Django32 cleanup by @aht007 in https://github.com/openedx/openedx-chem/pull/19
  • Add DEPR workflow automation by @sarina in https://github.com/openedx/openedx-chem/pull/20
  • chore: update tnl alert endpoint by @jristau1984 in https://github.com/openedx/openedx-chem/pull/21
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/23
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/25
  • fix: Install pip and pip-tools in upgrade script by @Jawayria in https://github.com/openedx/openedx-chem/pull/26
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/30
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/31
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/35
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/36
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/37
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/38
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/39
  • Fix github url strings (org edx -> openedx) by @sarina in https://github.com/openedx/openedx-chem/pull/40
  • Python Requirements Update by @edx-requirements-bot in https://github.com/openedx/openedx-chem/pull/41
  • fix: github workflow -branch to actual default branch by @sarina in https://github.com/openedx/openedx-chem/pull/42
  • Update standard workflow files. by @feanil in https://github.com/openedx/openedx-chem/pull/65
  • feat: add python 3.11 support by @ichintanjoshi in https://github.com/openedx/openedx-chem/pull/78

New Contributors

  • @stvstnfrd made their first contribution in https://github.com/openedx/openedx-chem/pull/1
  • @ericfab179 made their first contribution in https://github.com/openedx/openedx-chem/pull/2
  • @mraarif made their first contribution in https://github.com/openedx/openedx-chem/pull/4
  • @syedimranhassan made their first contribution in https://github.com/openedx/openedx-chem/pull/5
  • @edx-semantic-release made their first contribution in https://github.com/openedx/openedx-chem/pull/6
  • @edx-requirements-bot made their first contribution in https://github.com/openedx/openedx-chem/pull/8
  • @Jawayria made their first contribution in https://github.com/openedx/openedx-chem/pull/12
  • @aht007 made their first contribution in https://github.com/openedx/openedx-chem/pull/17
  • @sarina made their first contribution in https://github.com/openedx/openedx-chem/pull/20
  • @jristau1984 made their first contribution in https://github.com/openedx/openedx-chem/pull/21
  • @feanil made their first contribution in https://github.com/openedx/openedx-chem/pull/65
  • @ichintanjoshi made their first contribution in https://github.com/openedx/openedx-chem/pull/78

Full Changelog: https://github.com/openedx/openedx-chem/commits/1.3.0

- Python
Published by feanil about 2 years ago