Releases: Transport-for-the-North/caf.mat
Releases · Transport-for-the-North/caf.mat
Release list
v0.1.0
Immutable
release. Only release title and notes can be modified.
Initial version of the caf.mat package with functionality for:
- Matrices Classes - custom Python classes to handle groups of matrices, builds on top of caf.base's
SegmentationandZoningSystemfunctionality and provides access to individual matrices as pandas DataFrames. - Various File Formats - read, write and convert between various matrix file formats from
different transport modelling software.- OpenMatrix (OMX)
- SATURN's UFM
- CUBE's (MAT)
- Any Matrix Data - can handle any type of matrix data e.g. travel demand and transport costs.
- Tour Modelling Conversions - functions to convert between OD and PA based matrices, as used
in tour based transport demand modelling.
What's Changed
- Added OD to PA process and class for handling matrices by @MattBuckley-TfN in #11
- Added SATURN UFM Converter by @MattBuckley-TfN in #9
- OMX File & CUBE Mat Converter by @MattBuckley-TfN in #1
- Feat: CUBE mat conversion example by @MattBuckley-TfN in #21
New Contributors
- @MattBuckley-TfN made their first contribution in #11
- @dependabot[bot] made their first contribution in #39
Full Changelog: https://github.com/Transport-for-the-North/caf.mat/commits/v0.1.0