SimpleML
SimpleML copied to clipboard
Machine learning that just works, for effortless production applications
Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.3 to 3.19.5. Release notes Sourced from protobuf's releases. Protocol Buffers v3.19.5 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...
Bumps [oauthlib](https://github.com/oauthlib/oauthlib) from 3.1.1 to 3.2.1. Release notes Sourced from oauthlib's releases. 3.2.1 In short OAuth2.0 Provider: #803 : Metadata endpoint support of non-HTTPS CVE-2022-36087 OAuth1.0: #818 : Allow IPv6...
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.6 to 1.2.2. Release notes Sourced from mako's releases. 1.2.2 Released: Mon Aug 29 2022 bug [bug] [lexer] Fixed issue in lexer where the regexp used to...
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.9.2 to 2.9.3. Commits 094a5e1 Cut 2.9.3 6af1105 Changelog re #2002, re #2003, closes #2002 a02c165 util: store thread assigned id in thread-local storage d25e5f3 Changelog closes...
Audit tables in orm
currently db.initialize binds sqlalchemy objects in the session. leveraging #105 would split that into a standalone python package (can mix/match versions for orm vs core and library extensions) but fundamentally...