File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- - ** ?.?.? ** (Unreleased )
3
+ - ** 0.13.0 ** (October 11 2022 )
4
4
- Features:
5
5
- Introduced propagation of constraints when nodes are explicitly marked as automorphic to one another.
6
6
- Nested lookup support for JSON attributes of neuPrint datasets ([ thanks @jakobtroidl !] ( https://github.com/aplbrain/dotmotif/pull/128 ) )
7
+ - Allow users to specify EdgelistIngest column data types
7
8
- ** 0.12.0** (June 7 2022)
8
9
- Housekeeping:
9
10
- Removed old, deprecated code like the v1 parser (deprecated in ` v0.5.0 ` ) and some unused ingest tools (#113 )
Original file line number Diff line number Diff line change 30
30
from .executors .NetworkXExecutor import NetworkXExecutor
31
31
from .executors .GrandIsoExecutor import GrandIsoExecutor
32
32
33
- __version__ = "0.12 .0"
33
+ __version__ = "0.13 .0"
34
34
35
35
DEFAULT_MOTIF_PARSER = ParserV2
36
36
Original file line number Diff line number Diff line change 11
11
twine upload dist/*
12
12
"""
13
13
14
- VERSION = "0.12 .0"
14
+ VERSION = "0.13 .0"
15
15
16
16
here = os .path .abspath (os .path .dirname (__file__ ))
17
17
with io .open (os .path .join (here , "README.md" ), encoding = "utf-8" ) as f :
You can’t perform that action at this time.
0 commit comments