Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2025 Kushal Kolar, Caitlin Lewis
Copyright 2022-2026 Kushal Kolar, Caitlin Lewis

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ For more detailed information, such as use on cloud computing infrastructure, se

We welcome contributions! See the contributing guide: https://github.com/fastplotlib/fastplotlib/blob/main/CONTRIBUTING.md

You can also take a look at our [**Roadmap for 2025**](https://github.com/fastplotlib/fastplotlib/issues/55) and [**Issues**](https://github.com/fastplotlib/fastplotlib/issues) for ideas on how to contribute!
You can also take a look at our [**Roadmap for 2026**](https://github.com/fastplotlib/fastplotlib/issues/55) and [**Issues**](https://github.com/fastplotlib/fastplotlib/issues) for ideas on how to contribute!

# Developers :brain:

Expand All @@ -152,7 +152,8 @@ A special thanks to all of the `pygfx` developers and the amazing work they have
Fastplotlib is free and open source. We would like to thank the following institutions for helping to support fastplotlib over the past few years.

- UNC Chapel Hill, Giovannucci Lab & Hantman Lab
- Flatiron Institute CCN, Chklovskii Lab
- NYU & Flatiron Institute CCN, Williams lab & Chklovskii Lab
- Duke University, Pearson Lab
- Columbia University, Paninski lab

We are always open to new sponsors that can help further develop and improve the library.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "fastplotlib"
copyright = "2025, Kushal Kolar, Caitlin Lewis"
copyright = "2022-2026, Kushal Kolar, Caitlin Lewis"
author = "Kushal Kolar, Caitlin Lewis"
release = fastplotlib.__version__

Expand Down
Loading