Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Releases: theislab/diffxpy

Add fit module documentation into docs

21 Aug 15:31

Choose a tag to compare

Pre-release
v0.6.6

added fit module into docs

Removed xarray dependency

21 Aug 15:20

Choose a tag to compare

Pre-release

Adapated interface to batchglm. This release requires batchglm >=v0.6.3. The new version shows much less warnings and requires newer tensorflow and numpy.

Fixed documentation for rtfd

14 Aug 15:13

Choose a tag to compare

Pre-release
v0.6.4

updated batchglm in requirements, necessary for documentation

pypi upload

14 Aug 14:47

Choose a tag to compare

pypi upload Pre-release
Pre-release
v0.6.3

fixed heading and bold text in rst

Fixed documentation

14 Aug 12:52

Choose a tag to compare

Sphinx documentation can be built locally.

adapated to new anndata interface

30 Jul 21:07

Choose a tag to compare

Pre-release
adapted to anndata not exporting anndata.base anymore

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

Preparing 1.0 release

28 Mar 13:15

Choose a tag to compare

Preparing 1.0 release Pre-release
Pre-release

The interface will stay largely the same, we are fixing remaining small issues and conclude interfacing to all new batchglm functionalities.

Last major beta release

10 Jan 16:58

Choose a tag to compare

Pre-release

Adapted diffxpy to batchlm v0.5.0. Notably:

  • Major improvements in stability by using IRLS as default optimzer. Secondly, optimization hyperparameters are not necessary anymore for defaults as IRLS is hyperparameter free.
  • New easier interface for constraints.
  • Scale model defaults all to ~1.

Dcoumentation release

27 Oct 22:39
990d792

Choose a tag to compare

Dcoumentation release Pre-release
Pre-release

First beta release

27 Oct 00:37

Choose a tag to compare

First beta release Pre-release
Pre-release
  • Improve API
  • Add constrained optimization
  • Add size factors
  • bug fixes and other improvements