Skip to content

Releases: markdouthwaite/apogee

Version 0.1.3

02 Jul 20:40
97ce9c6
Compare
Choose a tag to compare

This release is a snapshot of code for 0.1.3 as of 02/07/2020.

Version 0.2.0 Release Candidate 1

14 May 18:14
0936a17
Compare
Choose a tag to compare
Pre-release

The first release candidate for Apogee 0.2.0.

This release includes:

  • Added ‘ApogeeServer’ - a Tornado-based Bayesian Network server that can wrap Apogee models. 🎉
  • Added a few utility handlers for querying the structure of models served via ApogeeServer.
  • Added new example for using ApogeeServer.
  • Added (a first pass at) accelerated array & factor ops with Cython.
  • Added LRU caching to PGMs predict methods.
  • Updated parsers to better reflect specific roles (e.g. HuginReader as opposed to HuginParser).
  • Updated the variable hierarchy, it is now: BaseVariable, DiscreteVariable (for the time being, CLGs & Sklearn-compatible variables may happen one day).
  • Added load, loads, dump, dumps utility functions for HuginReader.
  • Updated object hierarchy for the PGMs, Apogee now has: BayesianNetwork, DirectedModel, UndirectedModel. Note: BayesianNetwork is an alias for DirectedModel.
  • Updated (and added) various docstrings, type annotations etc., plus added license info (perhaps unnecessarily).
  • Updated the deprecated decorator to use the pattern from the Python Decorator Library.

If you want to use the legacy version, you can find it under releases.

Version 0.1.0-stable

06 Apr 12:32
a19aa8e
Compare
Choose a tag to compare
Merge pull request #3 from markdouthwaite/develop

Version 0.1.0