Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Releases: regro/libcflib

0.0.8

06 Mar 20:53
Compare
Choose a tag to compare

Authors:

  • Anthony Scopatz

0.0.7

07 Feb 20:54
Compare
Choose a tag to compare

Fixed:

  • Fixes to the name argument of the Artifact model, so that it respects a
    canonical form better.

Authors:

  • Anthony Scopatz

0.0.6

06 Feb 21:54
Compare
Choose a tag to compare

Added:

  • rest.RequestHandlers may now provide a defaults dict.
  • rest.RequestHandlers may now provide a converters dict.
  • The REST service will now update the graph periodically.

Changed:

  • The Artifact model now includes a spec field that contains
    information about the artifact itself.

Fixed:

  • Fixes to harvest_pkgs utility.

Authors:

  • Anthony Scopatz
  • Christopher J. Wright

0.0.5

21 Jan 22:40
Compare
Choose a tag to compare

Added:

  • New libcflib.models.artifact_key() function for sorting artifacts.
  • New libcflib.models.Package.latest_artifact() method for finding
    the most recent artifact for a package.

Changed:

  • ChannelGraph now correctly loads artifact names.

Fixed:

  • Fixed some Model attribute getting/setting for nested models.

0.0.4

21 Jan 15:56
Compare
Choose a tag to compare

Added:

  • Implemented db.search().

  • Schemas contain key telling whoosh if a field should be stored.

  • Preloader indexes artifacts.

  • Script to index artifacts not currently in index.

  • New REST API for searching the database.

Changed:

  • When creating a whoosh index, an indexname is supplied so multiple indexes can exist in the same directory.

  • When indexing document, ignore fields not present in schema rather than raise an error.

  • Pulling updates to libcfgraph is now more robust, and should not require
    human intervention ever.

  • New simple search for searching artifacts uses grep, head, and tail.

Removed:

  • Removed Whoosh, as it is deprecated, so that we may start fresh!

0.0.3

06 Jul 03:19
Compare
Choose a tag to compare

Added:

  • Updating versions will now push up the new app to the servers

0.0.2

02 Jul 23:09
Compare
Choose a tag to compare

Fixed:

  • Fixed version number bumping in setup.py.

0.0.1

02 Jul 22:48
Compare
Choose a tag to compare

Added:

  • Pandas is now an optional dependency, for faster JSON load times.
  • New ChannelGraph model for representing the graph for a given channel.
  • Database DB object has new channel_graphs attribute, which is a
    collection of all channel graphs.
  • Added dependency on lazyasd.
  • Packages now have an arches attribute, 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.
  • model module renamed to models.

Fixed:

  • Added a closing paren to Package repr string.
  • Fixed failing request handler tests