Owmeta

Latest version: v0.12.3

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

Scan your dependencies

Page 1 of 2

0.12.2

- Fixes project URL as shown in PyPI

0.12.1

Features and enhancements:
- Adding a BodyWallMuscle type specific to somatic muscle cells
- Updating connections translator to use BodyWallMuscle

Internal changes:
- Deleting "muscles" wormbase data source in save_data.py -- it had
already been replaced with the more comprehensive cell data source

0.12.0

Renamed PyOpenWorm to owmeta and split into owmeta and owmeta-core.

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)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.