- Python 3.7 only - Fix range check: lower limit should be inclusive, and upper limit is exclusive if its value differs from the lower one
0.10.3
- Python 3.7 only - Fix type annotations
0.10.2
- Python 3.7 only - Fix instantiating TF random number generator: do not use from non deterministic state
0.10.0
Breaking changes: - Use newest `numpy.typing` feature to strengthen the type annotations of the NumPy related code, see [here](https://github.com/bhky/targetran/blob/ebf19b71a97361f1adfcbe71dd2586ea9371d95b/README.md#notations) for the notations.
0.9.3
Update information dunders.
0.9.2
Python requirement updated. It now requires python>=3.7.