Skip to content

Releases: openedx/RecommenderXBlock

v3.0.0

25 Oct 16:36
26cad98
Compare
Choose a tag to compare

What's Changed

  • RecommenderXBlock: Drop py3.8 support | Replace pkg_resources lib with importlib.resources by @beingfaisal in #98

New Contributors

Full Changelog: v2.2.1...v3.0.0

v2.2.1

24 Sep 14:22
707f5c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

01 Apr 14:51
f9eb4e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

22 Jan 11:58
c05fd61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...v2.1.1

removed python 3.5 classifier

05 Jun 08:46
8219fc2
Compare
Choose a tag to compare
2.0.1

removed python 3.5 classifier (#29)

Dropped support for python 3.5

04 Jun 15:11
9fbfb5a
Compare
Choose a tag to compare

dropped python 3.5 support and added requirement upgrade workflow

Fixing decoding issue.

10 Jul 21:00
3eaddb7
Compare
Choose a tag to compare

Edit page was not working due to this decoding issue in studio.
Replace deprecated code.

Updated the travis config to fix deployment for PyPi

05 May 11:18
b8ec05b
Compare
Choose a tag to compare
Merge pull request #18 from edx/travis_fix

Updated the travis config to deploy only against python 3.5

Added python 3.8 support and removed Django support < 2.2

04 May 16:40
a20cd1f
Compare
Choose a tag to compare
Merge pull request #17 from edx/BOM-1570

Updated the travis config -- BOM-1570

Use simplejson instead of json as it works for both bytes and unicode data

16 Oct 06:46
c02a3e9
Compare
Choose a tag to compare
Merge pull request #15 from edx/BOM-python3-compatibility

Python3 compatibility:: Fixes json.load error