Skip to content

Releases: tgbugs/pyontutils

0.1.10

08 Dec 06:36
Compare
Choose a tag to compare

Note the change from oauth2client -> google-auth-oauthlib for google api access. You will need to change the path for your store files to pickles and regenerate your oauth tokens.

ttlser-1.1.0

08 Dec 06:24
Compare
Choose a tag to compare

ttlfmt improvements and bugfixes

Behavior is mostly unchanged in normal usage scenarios.

Improvements in how prefixes are roundtripped

Serializers can now set roundtrip_prefixes as a tuple to specify prefixes to keep even if there are no triples that make use of them. Existing serializers can be customized by importing them directly and setting the attribute

import ttlser as ts
ts.DeterministicTurtleSerializer.roundtrip_prefixes = '', 'rdf', 'rdfs', 'owl', 'xml'

0.1.9

05 Dec 01:11
Compare
Choose a tag to compare
pyontutils ver bump

0.1.8

25 Nov 22:57
Compare
Choose a tag to compare
release.org update .pypirc for new twine/keyring behavior

keyring or twine now treats the empty password: as none rather than
asking for a password on the command line, so remove the empty entry

0.1.7

14 Nov 08:37
Compare
Choose a tag to compare
version and dep bumps

when calling relative_to always use resolved pathes

0.1.6

14 Nov 00:35
Compare
Choose a tag to compare
pyontutils ver bump for release

nifstd-tools-0.0.1

14 Nov 09:05
Compare
Choose a tag to compare
neurondm ver bump

neurondm-0.1.1

14 Nov 08:49
Compare
Choose a tag to compare
neurondm ver bump

0.1.5

12 Nov 10:32
Compare
Choose a tag to compare
ttlser setup add os classifiers and nasty and good as data files

0.1.4

30 Oct 23:49
Compare
Choose a tag to compare
release.org updated to enable integration testing