Skip to content

Commit

Permalink
Network refactor (#40)
Browse files Browse the repository at this point in the history
* implemented Bayesian model dimensionality

* Added mutual information and total dimensionality

* Updated model dimensionality for tests

* Tests now passing

* added monte carlo error estimates

* Trying to debug underestimate of dimensionality error

* Made some notes about bmd error estimation. To naut. Let's just give it generous error bars

* Cleaned up stats.py

* Tests now up to date

* bump version to 0.13.0

* Fixed documentation

* remove torch dep

* Removed BMD changes

* removed temporary file

---------

Co-authored-by: Will Handley <[email protected]>
  • Loading branch information
yallup and williamjameshandley authored Jul 26, 2024
1 parent 65e7ec2 commit 662af2e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 298 deletions.
3 changes: 1 addition & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lsbi: Linear Simulation Based Inference
=======================================
:lsbi: Linear Simulation Based Inference
:Author: Will Handley & David Yallup
:Version: 0.12.2
:Version: 0.12.3
:Homepage: https://github.com/handley-lab/lsbi
:Documentation: http://lsbi.readthedocs.io/

Expand Down Expand Up @@ -134,7 +134,6 @@ There are many ways you can contribute via the `GitHub repository <https://githu

- You can `open an issue <https://github.com/handley-lab/lsbi/issues>`__ to report bugs or to propose new features.
- Pull requests are very welcome. Note that if you are going to propose major changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it.
- Adding models and data to the grid. Contact `Will Handley <mailto:[email protected]>`__ to request models or ask for your own to be uploaded.


Questions/Comments
Expand Down
9 changes: 1 addition & 8 deletions docs/source/lsbi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@ lsbi.model module
:show-inheritance:


lsbi.network module
-------------------

.. automodule:: lsbi.network
:members:
:undoc-members:


lsbi.stats module
-----------------

.. automodule:: lsbi.stats
:members:
:undoc-members:
:show-inheritance:


lsbi.utils module
Expand Down
2 changes: 1 addition & 1 deletion lsbi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.12.2"
__version__ = "0.12.3"
205 changes: 0 additions & 205 deletions lsbi/network.py

This file was deleted.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies = [
'numpy',
'scipy',
'matplotlib',
'torch',
]
classifiers = [
"Programming Language :: Python :: 3",
Expand Down
81 changes: 0 additions & 81 deletions tests/test_networks.py

This file was deleted.

0 comments on commit 662af2e

Please sign in to comment.