Change LogΒΆ

0.1.1 2020-10-09

  • [Feature]: split out sdss_access parts into new AccessMixIn.

  • [Feature]: added new MMAccess mixin combining AccessMixIn and MMAMixIn

  • [Feature]: added new BrainNoAccess class to support non sdss_access paths

  • [Feature]: added decorators, access_loader, parser_loader, `sdss_loader to reduce boilerplate for overriding abstract methods

  • [Bug] #2: fixed conflict between loading files and sdss_access necessary path parameters

0.1.0 2020-03-20

  • [Feature]: new global Config class, to control global configuration handling across SDSS tools

  • [Feature]: new Brain class, helper class to subclass new tools from

  • [Feature]: new mixin class, MMAMixIn, aids implementation of multi-modal data access

  • [Feature]: Initial release of sdss_brain