Skip to content

Tags: ax/batchglm

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request theislab#89 from theislab/tf2_compatibility

- structural changes to batchglm necessary before tf2 code merge
- introduction of numpy backend

v0.6.8

Toggle v0.6.8's commit message
fixed constraint unit test

v0.6.7

Toggle v0.6.7's commit message
fixed bug that division was forced as numpy even though x could be cs…

…r_matrix

using np.divide instead of / made the code very slow (seemingly arresting) here.

v0.6.6

Toggle v0.6.6's commit message
removed remaining xarrax references

v0.6.5

Toggle v0.6.5's commit message
changed default estimator batch size to 512

v0.6.4

Toggle v0.6.4's commit message
relaxed numpy and tf requirements

v0.6.3

Toggle v0.6.3's commit message
made access to error codes and niter of estimator nicer

v0.6.2

Toggle v0.6.2's commit message
adapted to anndata not exporting anndata.base anymore

Adapting according to discussion at scverse/anndata#174.

v0.6.1

Toggle v0.6.1's commit message
adapted to anndata not exporting anndata.base anymore

Adapting according to discussion at scverse/anndata#174.

v0.6.0

Toggle v0.6.0's commit message
added dataArray support to constraints building