Releases: clugen/pyclugen
Releases · clugen/pyclugen
v1.1.3
v1.1.2
- Specify requirement for NumPy < 2.0.0 (currently, pyclugen is incompatible with NumPy >= 2.0.0).
v1.1.1
- Provide type checking / stubs for third-party code.
- Documentation fixes.
v1.1.0
- The
clugen()
function accepts PRNG seeds as a simpler alternative to PRNG objects. - Documentation updates.
v1.0.2
- Documentation fixes.
- Test against Python 3.12.
v1.0.1
- Documentation fixes and improvements.
v1.0.0
- Update reference to final peer-reviewed published version.
v0.4.0
- Add the
clumerge()
function for merging arbitrary cluster data.
v0.3.0
- Allow direct specification of cluster sizes, cluster centers, line lengths, and angle deltas, instead of going through a function.
v0.2.0
- Allow specification of a different main direction per cluster.