Skip to content

Releases: oreum-industries/oreum_core

Improvements for env installs

08 Dec 20:10
7810f7d
Compare
Choose a tag to compare
  • removed unused packages: dask, pillow, statsmodels, sqlalchemy
  • clarified reqs w.r.t mamba install MKL

Minor improvements to sampling and plotting

07 Dec 10:10
f06560c
Compare
Choose a tag to compare
  • made sample stepper explicit
  • minor improvements to model plotting
  • minor improvements to eda describe, display

Minor tidyup

16 Nov 10:21
adb52f0
Compare
Choose a tag to compare

No great changes from v0.4.0 just a general tidyup

Ready for a new point release

15 Nov 16:35
5818653
Compare
Choose a tag to compare
  • New model reload capability
  • Improved file handling throughout
  • General consolidation throughout

Minor improvements to file handling

15 Nov 12:33
36a4359
Compare
Choose a tag to compare
  • Minor updates to requirements
  • improved curate.SimpleStringIO

Updates to BasePyMC3Model to allow model "reload"

14 Nov 22:10
0c38a74
Compare
Choose a tag to compare
  • Overhauled BasePYMC3Model to save traces to idata only
  • Overhauled _create_idata accordingly to allow creation from prior, trace or posterior idata with logical dependencies
  • Overhauled update_idata accordingly to allow attaching an externally loaded idata object (model reinstantiation)
  • Renamed all relevant functions to use idata rather than azid

Minor improvements to reduce package size

09 Nov 15:43
a52fb99
Compare
Choose a tag to compare
  • dropped nltk and related text processing - will create a new package for that if needed
  • general tidy of unused imports
  • cleaned up inits

Added new custom distribution for ZeroInflatedLogNormal

20 Oct 17:56
565ec24
Compare
Choose a tag to compare
  • Added new custom distribution model.ZeroInflatedLogNormal
  • Minor improvements to model plots

Stability update

23 Sep 20:31
2093733
Compare
Choose a tag to compare

removed unused packages
updated orderedset to ordered-set (the maintained replacement)
autoupdate precommit

General widespread updates to packages and minor new functions under eda

21 Mar 08:09
7d3c0c0
Compare
Choose a tag to compare

Packages

  • updated package versions, primarily for pymc3 v3.11.4 and dependencies
  • added hypothesis to allow pymc3 testing

Data Curation

  • improved azid I/O
  • improved datatype converter (incl. improved logic for bool datatype conversion)

PyMC specific

  • included builder for inference data
  • improved idata and write idata to file
  • corrected samples default for ppc
  • allow ppc be returned in an idata object or attached to the model object
  • added better graphviz handling

Utilities

  • moved code to embed pngs as matplotlib images (so they render on github) to new eda.utils.py
  • added code to model.utils.py to call model render to graphiz, and insert dpi in the case of png and save to file
  • combined these let you create and display graph representation in a Notebook on Github which is handy
  • default plots to a reasonable size
  • renamed display_headtail
  • added datadict writer, and improved fts_by_dtype
  • added new simple month_diff