Skip to content

Releases: mathematicalmichael/mud

solver for map point

07 Feb 20:33
Compare
Choose a tag to compare

implements MVP functionality for MAP point solution. Only difference in syntax between it and the MUD one is that a) you pass data as part of the likelihood definition, b) the second argument it takes has to have each column being a measurement. In the MUD one, we pass pre-transformed data.

Release Candidate: Solver

20 Jan 03:37
015cf23
Compare
Choose a tag to compare

Adding a DensityProblem class in mud.base which implements a bare-bones version of BET's discretization implemented in 2.3.0 but not ported to 3.0.0+

solver for mud point

20 Jan 04:40
015cf23
Compare
Choose a tag to compare

implements sample-based solver with MVP functionality. This allows BET to no longer be required for solving the inverse problem.

WME map + MAP bugfix

17 Jan 06:55
82599f2
Compare
Choose a tag to compare

adding coverage, found a bug going back to v0.0.11 with ravel... shape mismatches are the worst.

cleaner code

18 Nov 16:19
5ab3c4a
Compare
Choose a tag to compare

just a bunch of linting changes

proper and consistent ravel behavior

12 Nov 06:04
3318f60
Compare
Choose a tag to compare

uses code inspired by scikit-learn to handle different shapes, moves all the logic to a central processing function, and in doing so performs a significant refactor of the core functions.

messing around with shapes

11 Nov 01:41
c05fca0
Compare
Choose a tag to compare

going with the ravel() structure for a bit, may not persist. I want to respect the same shape-defaults as scikit learn does.

adding defaults for map and mud_alt

08 Nov 23:05
60faaab
Compare
Choose a tag to compare
v0.0.9

Merge pull request #19 from mathematicalmichael/feature/sensible-defa…

Fix norm calculation for vectors

03 Nov 03:38
155dbd4
Compare
Choose a tag to compare

0.0.7 introduced an inadvertent bug wherein functionality for vector-valued norm evaluations was taken out by returning result[0] instead of result in mynorm. This fixes the behavior and enforces it with a test.

clean up release

01 Nov 03:16
e5e3260
Compare
Choose a tag to compare

major clean-up of functions, adding tests (finally), though still need more.