Skip to content

Releases: Capitains/MyCapytain

0.1.1

11 Mar 10:55
Compare
Choose a tag to compare

Fixed

  • Work lang was not added to XML Output through str() function ( #71 )

0.1.0

10 Mar 10:52
Compare
Choose a tag to compare

Finally, the release is there.
A lot of resources have seen a complete rework :

URN and Reference do not support subscription anymore. They use properties instead
URN has an .upTo() method designed to be used with constants such as URN.TEXTGROUP
Pickle support has been ported to MyCapytain
Default GetPassage is to return the whole tree until the passage. Previous was return only the result of the xPath
Removed Local.Text().getPassagePlus()
Refactored Local.Text().GetValidReff()
Local.Text().autoreffs is now turn to False
Passage.prev and .next in api are now URNs : <0.1.0 behaviour has been moved to more correct architural methods .getPrev() and .getNext()
Implementation and testing of api.Passage().first, api.Passage().getFirst() and api.Text().getFirstUrn()
Inventory has now len() magic method

Plus a lot of minor changes

See #70

0.0.9

26 Nov 12:19
Compare
Choose a tag to compare
  • Now warns when multiple passage have the same reference.
  • Errors now part of MyCapytain.errors

0.0.8

25 Nov 17:02
Compare
Choose a tag to compare
  • Support for *[self::a or self::b][@n] type of citation

0.0.7

27 Oct 08:14
Compare
Choose a tag to compare

Bumped dependencies

0.0.6

13 Oct 16:28
Compare
Choose a tag to compare

Fixed #40
Fixed #38

0.0.5

01 Oct 14:18
Compare
Choose a tag to compare
Bump version

0.0.4

15 Sep 13:11
Compare
Choose a tag to compare

Version 0.0.4

  • Added CTS API
  • Moved Citation().ingest to Citation.ingest()
  • Passage now accepts a Text as parent
  • Some PEP8
  • Added a parent attribute to Reference