Skip to content

Commit

Permalink
DOCS: update CHANGELOG and librarian version
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed May 1, 2024
1 parent fa4fd75 commit b1d7405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* DEPRECATIONS:
* `holodeck.librarian.py` ==> `holodeck.librarian.lib_tools`
* Rename submodule. All components remain the same. All `lib_tools` elements are now also imported into the `librarian` namespace. i.e. elements like `holodeck.librarian.lib_tools._Param_Space` will now be accessible via `holodeck.librarian._Param_Space`.
* Library filenames:
* Standard library simulation files will now be saved to the 'library_sims' subdirectory, and filenames 'library__p######.npz'. Combined library files will now be 'sam-library.hdf5'.
* 'Domain' simulation files will be saved to the 'domain_sims' subdirectory, and filenames 'domain__p######.npz'. Combined domain files will now be 'sam-domain.hdf5'.

* BUGS:
* Semi-Analytic Models
Expand Down
2 changes: 1 addition & 1 deletion holodeck/librarian/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# ==== Submodule Definitions ====
# ==============================================================================

__version__ = "1.2"
__version__ = "1.3"

DEF_NUM_REALS = 100 #: Default number of realizations to construct in libraries.
DEF_NUM_FBINS = 40 #: Default number of frequency bins at which to calculate GW signals.
Expand Down

0 comments on commit b1d7405

Please sign in to comment.