Skip to content

Releases: andredelft/leidenmark

Add glyph processor

04 Aug 10:59
Compare
Choose a tag to compare

Glyph processor added for *chiro*, *slanting-stroke*, *tripunct* and *leaf*. Cf.: http://papyri.info/docs/leiden_plus#special-characters

Leiden+ syntax update

28 Jul 15:30
Compare
Choose a tag to compare

This release includes several new processors for broader Leiden+ support, as well as some bugfixes to old ones. The new processors are listed below, linked to the corresponding sections on http://papyri.info

Special characters

  1. Paragraphos: ----

Marginalia

  1. Text inserted / added above line: \ὅλων/
  2. Text added between lines: ||interlin: ὧν||

Other editorial conventions

  1. Handshift: $m4

Extras (Not yet on papyri.info)

  1. Diples:
    To get this PN preview: (diple)
    Use this Leiden+: ((diple))
    <milestone rend="diple" unit="undefined"/>
    
  2. Eisthesis (indentation):
    To get this PN preview: line in eisthesis
    Use this Leiden+: (1, indent)
    To create this XML: <lb n="1" rend="indent"/>
    

v0.2.0

28 Jul 10:51
Compare
Choose a tag to compare

This release includes:

  • A pytest integration and some first basic tests
  • A new, decentralized processor registration system. Each submodule now has a register function (e.g. register_divisions in divisions.py) that registers the corresponding processors. These functions can also be imported when building a custom extension using this package. Note that individual processors should be imported from their submodules (e.g. from leidenmark.divisions import DivisionsPreproc instead of the former from leidenmark import DivisionsPreproc).

v0.1.31

11 May 12:11
Compare
Choose a tag to compare
Bump version

v0.1.30

01 May 10:36
Compare
Choose a tag to compare
Try with personal access token

v0.1.29

01 May 09:06
Compare
Choose a tag to compare
Test new release

v0.1.28

29 Apr 15:18
Compare
Choose a tag to compare
Define version in setup again