Velociwrapper

Latest version: v2.1.0

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

2.0.7

- Better PEP-8 complience (not 100% complete yet)
- added VWBase.collection() which returns a defined collection
for a model or a new base collection if one isn't defined.
- fixed VWBase.more_like_this() not working (collection.py has been merged
with base.py)
- other minor fixes

2.0.6

- first public release
- fixed version numbers

2.0.5

- consolidated version number
- fixed a bug in callbacks
- fixed bool type only accepting integers
- fixed _create_obj() being called multiple times
- fixed collection generator crash when a document has no _source

2.0

- rewrite of much of the internal query system
- created qdsl.py module to output parts of Query DSL by calling functions
- created querybuilder class that uses the QDSL functions and represents
the internal query state
- much easier to chain calls together
- no longer has to traverse the tree of JSON/dictionary to find where
to place new arguments
- all search methods (in collection.py) now use the querybuilder / qdsl
- Created VWCollectionGen generator object which is now returned by all()
and get_in()
- vastly improves performance on large queries
- items in the generator can still be referenced by index
- added callbacks / events
- several built-in events
- events can be added and triggered
- global event / callback system. Callbacks added to models exist for
all models of the same type

1.0.12

- fixed body not being propertly specified on reindex(). Caused explicit
mapping to be deleted

1.0.11

- added multi_match()

Page 3 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.