Skip to content

Releases: gleb-t/pyplant

Custom ingredient types

15 Oct 11:24
fc4c297
Compare
Choose a tag to compare
  • It is now possible to extend PyPlant with custom ingredient types.
    • Subclass IngredientTypeSpec, implement abstract methods and register with plant.warehouse.register_ingredient_specs.
  • HDF-arrays, Keras models and SciPy sparse matrices are now ingredient specs, available in pyplant.specs

Ingredient type inference.

28 Nov 09:15
386f8f2
Compare
Choose a tag to compare
  • No longer have to provide an ingredient type, when sending it.
  • Pickled NumPy arrays are now allowed.
  • More robust against data corruption.
  • Improved unit test coverage.

First public version

22 Nov 11:05
d50248b
Compare
Choose a tag to compare

Published on PyPI.
Wrote a proper introduction guide.
Cleaned up some names.