Skip to content

Releases: theislab/batchglm

Adapted new anndata interface

30 Jul 21:07
Compare
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 17:05
Compare
Choose a tag to compare
preparing 1.0 release Pre-release
Pre-release
v0.6.0

added dataArray support to constraints building

Last major beta release

10 Jan 16:50
dc1a824
Compare
Choose a tag to compare
Pre-release

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

27 Oct 00:43
Compare
Choose a tag to compare
First beta release Pre-release
Pre-release
  • 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

17 Sep 18:14
Compare
Choose a tag to compare
v0.3.1

fix wrong parameter return value in EstimatorStore

Added BSD-license and improved performance of estimators

13 Sep 16:56
Compare
Choose a tag to compare

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

13 Sep 16:53
Compare
Choose a tag to compare
  • 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

09 Aug 09:24
a9603a0
Compare
Choose a tag to compare

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