msasim 25.9.5__tar.gz → 25.10.15__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: msasim
3
- Version: 25.9.5
3
+ Version: 25.10.15
4
4
  Summary: A fast MSA simulator
5
5
  Home-page: https://github.com/elyawy/Sailfish-backend
6
6
  Author: Elya Wygoda
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: msasim
3
- Version: 25.9.5
3
+ Version: 25.10.15
4
4
  Summary: A fast MSA simulator
5
5
  Home-page: https://github.com/elyawy/Sailfish-backend
6
6
  Author: Elya Wygoda
@@ -6,7 +6,7 @@ from setuptools import setup, find_packages
6
6
 
7
7
 
8
8
 
9
- __version__ = "25.9.5"
9
+ __version__ = "25.10.15"
10
10
 
11
11
  # The main interface is through Pybind11Extension.
12
12
  # * You can add cxx_std=11/14/17, and then build_ext can be removed.
@@ -33,7 +33,7 @@ PYBIND11_MODULE(_Sailfish, m) {
33
33
  .def(py::init<size_t, size_t>());
34
34
 
35
35
  py::class_<BlockTree>(m, "BlockTree")
36
- .def(py::init<int>())
36
+ .def(py::init<>())
37
37
  .def("print_tree", &BlockTree::printTree)
38
38
  .def("block_list", &BlockTree::getBlockList);
39
39
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes