Skip to content

Releases: bytinbit/nobubo

Nobubo 1.5.0 released

17 May 09:39
356791f
Compare
Choose a tag to compare
  • Bump up from Python 3.8 to Python 3.10 as minimum requirement
  • Update dependencies, especially pikepdf
  • Switch to src layout
  • Fix tests, small fixes and improvements
  • Use pdfminer.six instead of textract in tests, since textract is not maintained anymore
  • Add logo thanks to Dall-E and Nightcafe

Nobubo 1.4.1 released

13 Oct 06:24
Compare
Choose a tag to compare

Minor improvements: Logger, better output, better readme.

Nobubo 1.4.0 released

15 Jul 14:36
Compare
Choose a tag to compare
  • Finally published package via pip
  • Setup proper CICD pipeline
  • heavily refactored core
  • improved quality of self-tests

Nobubo with new input layout arguments

28 Jan 16:35
5008351
Compare
Choose a tag to compare

Before, an overview sheet was needed and indicated in the input layout arguments. This is no longer necessary, instead, indicate the first page to which the columns and rows belong.

Nobubo with pikepdf

11 Jan 14:33
c5170f9
Compare
Choose a tag to compare

Exchanges the core that relies on PyPDF2 with pikepdf.