Skip to content

Releases: theislab/batchglm

numeric stability and minor improvements to estimators

11 Mar 17:17
8842f6b
Compare
Choose a tag to compare
  • fixes singular matrix issues in most cases
  • catches overseen closed form solutions in estimator init

minor changes to numpy backend

21 Feb 12:16
Compare
Choose a tag to compare
Pre-release
v0.7.3

Merge branch 'dev' of https://github.com/theislab/batchglm into dev

tf2 compatibility and numpy backend release

31 Oct 06:12
37b4055
Compare
Choose a tag to compare
  • prepares tf2 backend
  • introduces numpy backend for NB distribution

improvement in constraint and rank handling

04 Sep 00:13
Compare
Choose a tag to compare
v0.6.8

fixed constraint unit test

changes according to diffxpy modifications

30 Aug 21:39
Compare
Choose a tag to compare
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.

Removed remaining xarray references

25 Aug 18:07
Compare
Choose a tag to compare
Pre-release
v0.6.6

removed remaining xarrax references

Fixed missing reference in data api

25 Aug 17:45
Compare
Choose a tag to compare
Pre-release
v0.6.5

changed default estimator batch size to 512

Adapated typing interface

22 Aug 08:31
Compare
Choose a tag to compare
Pre-release
v0.6.4

relaxed numpy and tf requirements

Removed xarray dependency

21 Aug 15:16
Compare
Choose a tag to compare
Pre-release

Removed dependency in batchglm and adapated interface to diffxpy slightly.

Upload to pypi

14 Aug 14:28
Compare
Choose a tag to compare
Upload to pypi Pre-release
Pre-release
adapted to anndata not exporting anndata.base anymore

Adapting according to discussion at https://github.com/theislab/anndata/issues/174.