This repository was archived by the owner on Mar 10, 2024. It is now read-only.
0.0.1
Added:
- Pandas is now an optional dependency, for faster JSON load times.
- New
ChannelGraphmodel for representing the graph for a given channel. - Database
DBobject has newchannel_graphsattribute, which is a
collection of all channel graphs. - Added dependency on
lazyasd. - Packages now have an
archesattribute, which is a set of all of the
architechures that package has been built for.
Changed:
- Packages now know how to load all of their data and do so lazily.
modelmodule renamed tomodels.
Fixed:
- Added a closing paren to
Packagerepr string. - Fixed failing request handler tests