Skip to content

Commit 4acdf2f

Browse files
authored
Merge pull request #3 from jopo666/2.0.0
2.0.0
2 parents ce9f652 + 3ac7ec1 commit 4acdf2f

File tree

182 files changed

+7606
-17794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+7606
-17794
lines changed

.gitignore

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
*__pycache__*
2-
*.ipynb
3-
*.pytest_cache
4-
*.egg-info
5-
dist
6-
!.gitkeep
7-
scripts/*
8-
website/*
9-
# Test data.
10-
test/data/*
1+
__pycache__
2+
poetry.lock
3+
tests/data/slide*
4+
notes.ipynb

HistoPrep

-267
This file was deleted.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Jopo666
3+
Copyright (c) 2023 jopo666
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)