Pyopenworm

Latest version: v0.11.3

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

Scan your dependencies

0.9.0

Features
- Greatly expanding the `pow` command line and API for higher-level access to PyOpenWorm data
- Making the OpenWorm data independently downloadable
- Creating connection objects to play better within applications
- Making it possible to create and document properties in class body
- Introducing loading of classes from descriptions in the graph

Fixes
- Fixing `git reset` in POW

Maintenance/Misc
- Adding Python 3.7 support
- Moving some yarom code into PyOpenWorm, specifically Mapper

Thanks to contributors Vuillemot Florian, Gopal Sarma, and Chris Barnes in this release!

0.8.2

Fixup: removing debug print statement in `Property.__call__`

0.8.1

This release introduces contexts, which provide a generic means of grouping statements, relating dependent groups of statements, and making further statements about groups of statements such as provenance. The addition of contexts introduces new syntax as well as some distinct ways of interacting with RDF graphs from Python. [The documentation](https://pow-doc.readthedocs.io/en/latest/adding_data.html) is the best place to learn about the new syntax.

This release also includes a high-level interface to some functions of PyOpenWorm and a command line interface on top of that. Currently, this interface provides a means to download graphs from and share graphs to Git repositories.

In detail...

New Features
- Contexts: A grouping mechanism for statements. Allows to make statements
about statements and, in particular, to make statements referring to
supporting documentation for a group of statements.
- DataSource and DataTranslator: Framework for describing translation from raw
data to PyOpenWorm objects
- POW CLI: A new command line tool. Currently only `clone` and `init` work
fully as intended. `commit` works *mostly* as intended.
- Support for resolving system environment variables in configuration files
- Python 3.6 support

Improvements
- Allowing to manually pull information from remote resources in Document
(formerly Evidence) initialization: allows for more uniform handling of
`DataObject` `__init__`s
- Properties can be defined in class body: Previously it was necessary to
define properties in the `__init__` method. Now they can be defined in the
class body, where they are accessible with docstrings. This also means no
boilerplate `owner=self`

Infrastructure / Development
- Fewer manual steps for API doc generation
- Restoring coveralls.io code coverage reporting
- Removing Code Climate integration: After looking at what Code Climate flags,
thinking about how contributions come into PyOpenWorm, and expected features,
it does not seem like the right kind of analysis
- Changing to pow-doc.readthedocs.io for documentation (at least temporarily)

0.6.0

Captures the work from the summer of 2015 and subsequent fixes. Full set of commits [are here](https://github.com/openworm/PyOpenWorm/pull/272).

Summary of new changes:
- Fleshed out support for channels and ChannelWorm by travs with help from VahidGh
- Major overhaul and upgrade to the testing framework of the system, spearheaded by gsarma and travs
- Beginnings of performance testing by cheelee and kevcmk
- Continual improvements to RDF infrastructure by mwatts15
- Implementation of many necessary tests and improvements by ahrasheed and signija and kevcmk and cheelee
- Addition of new connectome data and reworking the backend data sources by ahrasheed , travs and slarson

Awesome work, all!

0.5.3

Updates 0.5.0 with setup.py improvements to ensure all the relevant files make it out when a user installs from pip.

0.5.0

Adds features previously exclusive to the 0.5.0-alpha branch.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.