Skip to content

Releases: theislab/batchglm

Adapted new anndata interface

Pre-release

Choose a tag to compare

@davidsebfischer davidsebfischer released this 30 Jul 21:07
adapted to anndata not exporting anndata.base anymore

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

preparing 1.0 release

preparing 1.0 release Pre-release
Pre-release

Choose a tag to compare

@davidsebfischer davidsebfischer released this 28 Mar 17:05
v0.6.0

added dataArray support to constraints building

Last major beta release

Pre-release

Choose a tag to compare

@davidsebfischer davidsebfischer released this 10 Jan 16:50
dc1a824

Major restructuring of package. The api stayed largely the same though. Default optimizers are changed and convergence is much better for nb_glm now. This is planned to be the last major pre-release, the next large release will be v1.0.0.

First beta release

First beta release Pre-release
Pre-release

Choose a tag to compare

@Hoeze Hoeze released this 27 Oct 00:43
  • Improved size factors
  • Added constrained optimization
  • Added closed-form hessian and jacobian
  • Improved performance
  • Added Newton-Raphson optimizer
  • Bug fixes and other improvements

Fixes wrong parameter return value in EstimatorStore

Choose a tag to compare

@Hoeze Hoeze released this 17 Sep 18:14
v0.3.1

fix wrong parameter return value in EstimatorStore

Added BSD-license and improved performance of estimators

Choose a tag to compare

@Hoeze Hoeze released this 13 Sep 16:56

The nb_glm estimator now allows to specify whether float32 or float64 should be used internally.
It now also automatically casts input data, i.e. it is no longer necessary to manually change the input data type.

Improve estimators and add more documentation

Choose a tag to compare

@Hoeze Hoeze released this 13 Sep 16:53
  • Implemented Newton-Raphson optimizer
  • Improved numeric accuracy and added pseudo-inverse for better error resistance
  • Added documentation
  • Installed versioneer
  • Fixed a number of bugs

Initial release for alpha usage

Choose a tag to compare

@davidsebfischer davidsebfischer released this 09 Aug 09:24
a9603a0

The skeleton of the API is in place but may be changed in the future.