Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
81fb4be
Start of standardizing LLM-representations and structured output
MaartenGr Jan 3, 2026
83c1c7a
Simplify prompt creation and document truncation
MaartenGr Jan 3, 2026
808576c
Simplify inheritance
MaartenGr Jan 5, 2026
a844587
Introducing Topics, Topic, Corpus, etc. classes
MaartenGr Jan 20, 2026
7aef963
Start with variations, more simplification
MaartenGr Jan 20, 2026
5aecef3
Zero-shot and topics over time
MaartenGr Jan 21, 2026
19f9f49
Topics per class
MaartenGr Jan 21, 2026
ba233da
Start integrating polars, reduce code in _bertopic.py
MaartenGr Jan 28, 2026
8a26dd8
Hierarchical Topics - also calculates other representations
MaartenGr Jan 28, 2026
cabaeff
Update get_representative_docs, generate_topic_labels, and set_topic_…
MaartenGr Jan 28, 2026
0d9a30a
Update get_topic_info
MaartenGr Jan 28, 2026
d52a55a
Update get_document_info and update_topics
MaartenGr Jan 28, 2026
0298751
Update reduce_topics
MaartenGr Jan 28, 2026
e3cf6a9
Update merge_topics and delete_topics
MaartenGr Jan 29, 2026
8611f14
Update partial_fit
MaartenGr Jan 29, 2026
88e1fc5
Update serialization
MaartenGr Jan 29, 2026
abcec99
Update merge_models
MaartenGr Jan 31, 2026
8ef2b3b
Simplify here and there
MaartenGr Jan 31, 2026
b3827e6
Plotting, tests, variations, etc.
MaartenGr Feb 20, 2026
e7072db
Update representations with newer APIs
MaartenGr Feb 20, 2026
f31be15
Representation standardization start
MaartenGr Aug 2, 2026
dbb76e7
Update workflow
MaartenGr Aug 2, 2026
a3a4622
Stronger testing foundation for v1.0 (#2532)
MaartenGr Aug 21, 2026
9b156d2
Fix isolated bugs in the topic data layer (#2533)
MaartenGr Aug 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- master
- dev
- v1.0
pull_request:
branches:
- master
- dev
- v1.0

jobs:
lint:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ docs/_build/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
notebooks/

# IPython
Expand All @@ -83,6 +84,8 @@ venv.bak/
.idea/
.vscode
.DS_Store
CLAUDE.md
GEMINI.md

# mkdocs
site/
Loading
Loading