Skip to content

Releases: eyadgaran/SimpleML

0.8.0

16 Mar 00:50
05e8930
Compare
Choose a tag to compare
  • As of this release Python 2 is no longer supported

0.7.2

02 Dec 03:26
346a981
Compare
Choose a tag to compare
  • SSH Tunnel Workflow

0.7.1

13 Oct 18:56
8c4f2a4
Compare
Choose a tag to compare
  • Sklearn Pipeline patch
  • Changed default log level to INFO

0.7

08 Oct 02:48
17712ad
Compare
Choose a tag to compare
0.7
  • Thread-safe Keras Sequence dataset splits
  • Additional Seq2Seq models
  • Bastion tunneling support for SSH db connections
  • Explicit modules for constants and imports
  • Additional base classes for database connections (plain and alembic)
  • Database independent sqlachemy types
  • Switched pickle library from dill to cloudpickle
  • SQLite support
  • Changed default DB connection to SQLite

0.6

26 Jun 00:13
35cbf3b
Compare
Choose a tag to compare
0.6
  • Full database initialization with alembic
  • DB schema validation on start
  • Main configuration file for all credentials
  • Drop official support for python 3.4
  • Automatic handling of no data operations
  • Remaining cloud provider support
  • Feature metadata for classification models
  • Runtime environment validation
  • Add Split and SplitContainer objects
  • Simplejson dependency
  • Pipeline generator support
  • Library specific model base classes
  • Generalized database connection classes

0.5

18 Feb 02:19
ca5b25f
Compare
Choose a tag to compare
0.5
  • Default identity pipeline
  • Alembic integration for database migration
  • Standardized model inheritance pattern
  • Condensed pandas split dataframes into single df
  • Remaining classification metrics
  • Updated schema with hash datatype
  • Updated hash to use joblib code, consistent across initializations
  • Generator pipeline and fitted kwarg
  • Dropped base prefixes
  • Moved composed subclasses to inits
  • Unified datasets and pipelines

0.4

05 Jan 07:16
56fced6
Compare
Choose a tag to compare
0.4
  • Keras Seq2Seq support
  • Keras model support
  • Minimized required installation dependencies
  • Abstract base classes
  • Complex object JSON serialization
  • Python 3 compatibility
  • Travis and tox for CI/testing

0.3

02 Dec 02:43
cb5dc4d
Compare
Choose a tag to compare
0.3
  • Save mixins for external files
  • Keras sequential model support
  • hdf5 binary saving mechanism
  • numpy hashing support
  • Some tests

0.2

09 Sep 23:53
71f5291
Compare
Choose a tag to compare
0.2

Fully functioning alpha for basic classification tasks