Version 0.4.0
Most important changes:
- Improved documentation (Thanks @Samuwhale )
- New interface for creating distributions using properties
MetaDataset
has been renamed toMetaFrame
All changes
- change tutorial to getting started by @vankesteren in #100
- Fix incompatibility with sphinx version by @qubixes in #108
- First efforts towards an improved improved readme by @Samuwhale in #102
- Remove code to validate with static JSON schema by @qubixes in #103
- Change pandas to polars by @qubixes in #113
- Raise an error if spec has unknown columns by @qubixes in #112
- Print warning if probabilities do not add to 1 by @qubixes in #110
- Remove inheritance in favor of properties by @qubixes in #109
- Logo by @Samuwhale in #116
- Minor changes to README.md by @Samuwhale in #118
- Add NA-distribution by @qubixes in #114
- Fix misprop range by @qubixes in #111
- Prettier and readable str and repr methods by @Samuwhale in #119
- Change MetaDataset -> MetaFrame by @qubixes in #123
- Updates to documentation by @Samuwhale in #117
- Create CITATION.cff by @vankesteren in #127
- Docs mds to mf by @Samuwhale in #131
New Contributors
- @Samuwhale made their first contribution in #102
Full Changelog: v0.3.0...v0.4.0