Skip to content

Releases: PDF-bl/pdfbl.sequential

0.1.0

24 Feb 21:42

Choose a tag to compare

Added:

  • Add PDFAdapter module.
  • Add basic cli interface.
  • Add SequentialPDFFitRunner.
  • Modify installation instruction for dependencies.
  • Allow plotting intermediate results.

Changed:

  • Refactored PDFAdapter.

Fixed:

  • Fix compatibility issue in windows.

0.1.0-rc.3

24 Feb 15:57
d32798f

Choose a tag to compare

0.1.0-rc.3 Pre-release
Pre-release

What's Changed

  • docs: Modify installation instruction for dependencies by @ycexiao in #42
  • chore: correct python version information in the pyproject.toml by @ycexiao in #43

Full Changelog: 0.1.0-rc.2...0.1.0-rc.3

0.1.0-rc.2

17 Feb 11:54
6f3f1d6

Choose a tag to compare

0.1.0-rc.2 Pre-release
Pre-release

What's Changed

  • chore: remove matrix-and-codecov-merge-on-main.yml workflow by @ycexiao in #36
  • chore: quick example fix by @ycexiao in #37
  • fix: clean miscellaneous errors. by @ycexiao in #38

Full Changelog: 0.1.0-rc.1...0.1.0-rc.2

0.1.0-rc.1

14 Feb 03:01
19e1a09

Choose a tag to compare

0.1.0-rc.1 Pre-release
Pre-release

What's Changed

  • fix: compatible issue on windows by @ycexiao in #32
  • chore: move scripts under main function in the example by @ycexiao in #34

Full Changelog: 0.1.0-rc.0...0.1.0-rc.1

0.1.0-rc.0

12 Feb 02:58
d214efa

Choose a tag to compare

0.1.0-rc.0 Pre-release
Pre-release

What's Changed

  • doc: adding example data that will be used for testing and for tutorials by @sbillinge in #6
  • fix: app name fixed in pyproject.toml and readme. by @sbillinge in #5
  • fix: remove python=3.14 by @ycexiao in #9
  • feat: add PDFAdapter.py by @ycexiao in #11
  • refactor: change the PDFAdapter interface to allow modular interactions by @ycexiao in #16
  • feat: add SequentialPDFFitRunner by @ycexiao in #17
  • chore: clean up by @ycexiao in #18
  • test: add test fro sequential_cmi_runner by @ycexiao in #20
  • feat: add basic cli interface by @ycexiao in #22
  • fix: skip variable names checking if input data directory is empty by @ycexiao in #26
  • docs: initialize the documentation by @ycexiao in #24
  • feat: allow plotting intermediate results by @ycexiao in #30
  • docs: add function docstring and readme example by @ycexiao in #31

New Contributors

Full Changelog: https://github.com/PDF-bl/pdfbl.sequential/commits/0.1.0-rc.0