No significant changes since the last release
| Released on |
Released by |
| 2024-09-09 |
@gherceg |
Contributors: @nickbaum
| Released on |
Released by |
| 2022-11-08 |
@dannyroberts |
| Released on |
Released by |
| 2022-04-08 |
@dannyroberts |
This is a major release because it changes behavior in a way that we regard as fixing an unintuitive behavior
but could technically be breaking if the previous behavior was relied upon.
- Passing an iterable to the value type of a
ListProperty
(JsonArray(iterable)) returns a plain Python list rather than raising
BadValueError. (dimagi#200)
| Released on |
Released by |
| 2022-03-14 |
@dannyroberts |
This is a major release only because it officially drops support for Python 2.7, 3.5, and 3.6.
There are no behavior changes, and no other breaking changes.
- Add support for Python 3.10 and remove support for Python < 3.7 (past EOL)
- Upgrade Cython for building .c files from 0.29.21 to 0.29.28
| Released on |
Released by |
| 2021-02-11 |
@czue |
- Add official support for python 3.7 through 3.9
- Upgrade Cython for building .c files from 0.29.6 to 0.29.21
- Do not produce "universal wheels" (dimagi#169)