Skip to content

Commit

Permalink
v0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jul 7, 2024
1 parent 6650328 commit 0710396
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

<!--next-version-placeholder-->
## v0.2.15 (2024-07-00)

## v0.2.14 (2024-07-07)

- add pdf functions
- add pdf examples

## v0.2.13 (2024-07-03)

- add Fleiss's kappa variance
Expand Down
1 change: 1 addition & 0 deletions docs/std_iso_pdf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
" - ISO 19005-1:2005/PDF/A-1 (based on PDF v1.4)\n",
" - ISO 19005-2:2011/PDF/A-2 (based on PDF v1.7)\n",
" - ISO 19005-3:2012/PDF/A-3 (add file)\n",
" - ISO 19005-4:2020/PDF/A-4 (based on PDF v2.0)\n",
" - Not allow: audio, video, 3d objects, JS, certain actions, encryption, non-standard metadata\n",
" - Require: embedding font with proper license \n",
"- ISO 24517/PDF/E for representing engineering documents.\n",
Expand Down
2 changes: 1 addition & 1 deletion project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mtbp3"
version = "0.2.14"
version = "0.2.15"
dependencies = [
"pathlib",
"pandas",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mtbp3"
version = "0.2.14"
version = "0.2.15"
description = "my tool box"
authors = ["Y. Hsu"]
license = "GNU General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='mtbp3',
version='0.2.14', # https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers
version='0.2.15', # https://packaging.python.org/en/latest/specifications/version-specifiers/#version-specifiers
author='Y. Hsu',
author_email='[email protected]',
description='My tool box in Python',
Expand Down

0 comments on commit 0710396

Please sign in to comment.