Releases: czagoni/darkgreybox
Releases · czagoni/darkgreybox
0.3.2
What's Changed
- chore: loosen dependency versions of core dependencies by @jackcbaker in #42
New Contributors
- @jackcbaker made their first contribution in #42
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
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
- @devanubis made their first contribution in #30
Full Changelog: 0.2.0...0.3.0
darkgreybox 0.2.0
Changed
- Extracted base model class from models
Fixed
- Updated confusing readme with clearer installation instructions for using the tutorials
darkgreybox 0.1.0
The first release of DarkGreyBox is here!
You can install it via pip:
pip install darkgreybox