Skip to content

Commit

Permalink
Bumped version to 1.0.1.dev0 for development, added future developmen…
Browse files Browse the repository at this point in the history
…t in CONTRIBUTING
  • Loading branch information
rmj3197 committed Mar 12, 2024
1 parent e192244 commit 8898667
Show file tree
Hide file tree
Showing 101 changed files with 2,843 additions and 2,239 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,7 @@ We try to follow the [GitHub flow](https://guides.github.com/introduction/flow/)

5. Commit and push your changes.
6. Submit a [pull request](https://guides.github.com/activities/forking/#making-a-pull-request).

## Future Developments

QuadratiK was first released on PyPI on February 03, 2024. Regular updates and bug fixes are planned to continually enhance the package's functionality and user experience. We are actively planning to include additional methods based on the kernel-based quadratic-distance. One of our primary goals is to make QuadratiK increasingly user-friendly, with improvements to the user experience and the layout of the outputs. User feedback is highly valued and will be a key driver of future development. This Life Cycle Statement is subject to periodic review and will be updated to reflect the evolving nature of QuadratiK.
2 changes: 1 addition & 1 deletion QuadratiK/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import importlib

__version__ = "1.0.0"
__version__ = "1.0.1.dev0"
submodules = [
"kernel_test",
"poisson_kernel_test",
Expand Down
Binary file not shown.
Binary file modified doc/build/doctrees/changelog/index.doctree
Binary file not shown.
Binary file added doc/build/doctrees/changelog/v1.0.1.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/development/CODE_OF_CONDUCT.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/development/CONTRIBUTING.doctree
Binary file not shown.
Binary file modified doc/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/build/doctrees/index.doctree
Binary file not shown.
Loading

0 comments on commit 8898667

Please sign in to comment.