Skip to content

Releases: mathematicalmichael/mud

update readme

22 Jan 19:47
Compare
Choose a tag to compare

update compatibility for python 3.7

22 Jan 18:31
da43ae2
Compare
Choose a tag to compare

Full Changelog: v0.1.1rc1...v0.1.1rc2

What's Changed

Full Changelog: v0.1.1rc1...v0.1.1rc3

latex robustness check

22 Jan 09:00
544f1a9
Compare
Choose a tag to compare

mud-examples still seems to need TeX. I'd like to somehow figure out how to avoid this (as was possible in earlier versions) but... may not be worth trying (the labels look nicer, it's just a heavy dependency).

needs further testing. hence release candidate.

compatibility updates: python 3.7-3.12

22 Jan 18:42
da43ae2
Compare
Choose a tag to compare

Most of this is styling, type-hinting, CI/CD upgrades. The check for the presence of TeX has been fixed to be much more robust, and many CI tests verified compatibility with mud-examples both with and without TeX present.

What's Changed

Full Changelog: v0.1post0...v0.1.1

styling, linting, typing, support for more python versions

22 Jan 06:18
a9c5d5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1dev0...v0.1.1rc0

paper release: scikit-learn bugfix

22 Jan 03:20
Compare
Choose a tag to compare

all this changes is sklearn -> scikit-learn due to an upstream change in the library.

release for paper

27 Oct 19:01
2cb112d
Compare
Choose a tag to compare

major refactor for paper. merges in github.com/mathematicalmichael/mud-examples into this repo.

rc3 and rc2 are associated with git history that's no longer here.
rc4 is a force-pushed re-working of PR #55 via PR #65

maintains full compatibility with mud-examples but only if latex is installed.

figure filename "tikonov" -> "tikhonov" fixed.

merge mud examples in

17 Jun 18:03
7732468
Compare
Choose a tag to compare

now conforms to type checks

improve testing

14 Nov 06:50
ecf2a0c
Compare
Choose a tag to compare

changes behavior in passing a distribution that is not frozen.

weights option for updated densities (hotfix)

10 Aug 02:07
498f71b
Compare
Choose a tag to compare

option for weighting the initial density by samples if the weights keyword is passed to the DensityProblem class.
Fixes bug introduced by 0.0.27