Skip to content

Commit

Permalink
Merge pull request #252 from MilesCranmer/v15-backend
Browse files Browse the repository at this point in the history
Bump backend version with stream fix; fixes #250
  • Loading branch information
MilesCranmer committed Jan 16, 2023
2 parents 07da2ce + f39bca3 commit 63b440f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pysr/sr.py
Expand Up @@ -1573,7 +1573,7 @@ def _run(self, X, y, mutated_params, weights, seed):
complexity_of_constants=self.complexity_of_constants,
complexity_of_variables=self.complexity_of_variables,
nested_constraints=nested_constraints,
loss=custom_loss,
elementwise_loss=custom_loss,
maxsize=int(self.maxsize),
output_file=_escape_filename(self.equation_file_),
npopulations=int(self.populations),
Expand Down
4 changes: 2 additions & 2 deletions pysr/version.py
@@ -1,2 +1,2 @@
__version__ = "0.11.11"
__symbolic_regression_jl_version__ = "0.14.4"
__version__ = "0.11.12"
__symbolic_regression_jl_version__ = "0.15.0"

0 comments on commit 63b440f

Please sign in to comment.