Skip to content

Releases: czagoni/darkgreybox

0.3.2

01 Mar 13:14
280a7cd
Compare
Choose a tag to compare

What's Changed

  • chore: loosen dependency versions of core dependencies by @jackcbaker in #42

New Contributors

Full Changelog: 0.3.1...0.3.2

0.3.1

16 Jan 15:04
c2149d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1

0.3.0

28 Jan 15:13
3ac21bd
Compare
Choose a tag to compare

What's Changed

  • refactor: extract stuff into modules and add some type hinting by @czagoni in #26
  • fix: remove ic param map error by @czagoni in #27
  • fix: Renames tutorials train_df to input_df by @devanubis in #30
  • test: add missing test to ic-params-map by @czagoni in #31
  • docs: fix incorrect model fitting examples by @czagoni in #32
  • docs: fix plotting incorrect model for Ti in Demo 04 by @czagoni in #33
  • chore: update dependencies versions by @czagoni in #34
  • test: increase test coverage requirement to 100% by @czagoni in #35
  • chore: use isort to organise dependencies by @czagoni in #36
  • feat: turn model results into a dataclass containing input, variables and paramters as well by @czagoni in #37
  • chore: prepare for release 0.3.0 by @czagoni in #38
  • chore: remove dependencies version numbers from readme by @czagoni in #39

New Contributors

Full Changelog: 0.2.0...0.3.0

darkgreybox 0.2.0

01 Jun 11:59
dbf7b70
Compare
Choose a tag to compare

Changed

  • Extracted base model class from models

Fixed

  • Updated confusing readme with clearer installation instructions for using the tutorials

darkgreybox 0.1.0

24 Nov 14:09
1e291bc
Compare
Choose a tag to compare

The first release of DarkGreyBox is here!

You can install it via pip:

pip install darkgreybox