A loose federation of distributed, typed datasets
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #29 from foundation-ac/release/v0.1.3b3

Release/v0.1.3b3

authored by

Maxine Levesque and committed by
GitHub
68fb7a66 88d85aac

+2 -2
+1 -1
pyproject.toml
··· 1 1 [project] 2 2 name = "atdata" 3 - version = "0.1.3b2" 3 + version = "0.1.3b3" 4 4 description = "A loose federation of distributed, typed datasets" 5 5 readme = "README.md" 6 6 authors = [
+1 -1
src/atdata/lens.py
··· 165 165 # output_type = sig.return_annotation 166 166 167 167 # self._registry[input_type, output_type] = _lens 168 - print( _lens.source_type ) 168 + # print( _lens.source_type ) 169 169 self._registry[_lens.source_type, _lens.view_type] = _lens 170 170 171 171 def transform( self, source: DatasetType, view: DatasetType ) -> Lens: