Skip to content
Snippets Groups Projects
  1. Oct 23, 2020
  2. Sep 17, 2020
  3. Jul 02, 2020
  4. Jun 24, 2020
  5. Apr 08, 2020
  6. Feb 24, 2020
    • vlorentz's avatar
      Add to_model() method to from_disk.{Content,Directory}, to convert to canonical model objects. · 6da524cb
      vlorentz authored
      They will be used by loaders, so they can deal only with
      model objects, instead of having to do the same conversion themselves.
      
      This removes the `data` and `save_path` arguments of `from_file` and
      `from_disk`, as data loading is always deferred from now on.
      To access it, users are now expected to either open the data files
      themselves, or us `.to_model().with_data()`.
      6da524cb
  7. Feb 21, 2020
  8. Sep 20, 2019
  9. Sep 27, 2018
  10. Sep 21, 2018
  11. Oct 04, 2017
  12. Oct 03, 2017
Loading