The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Quantum::Superpositions::Lazy.

1.12 Thu May 12 2022
	- switch to Dist::Zilla

1.11 Mon May 9 2022
	- fix version of Q::S::L
	- fix return value of empty superposition collapsing
	- do not filter out undefined parameters from operations

1.10 Sun May 8 2022
	- greatly improve performance for non-trivial superposition resetting
	- use binary search instead of linear search in weighted selection
	- move examples to ex/

1.09 Sat May 7 2022
	- Fix return value of Quantum::Superpositions::Lazy::Computation::reset
	- Update meta links

1.08 Sat Feb 13 2021
	- Allow for additional parameters to transform and compare (more complex operations)

1.07 Thu Feb 4 2021
	- Fix fetch_matches to honor reduction strategies
	- Add Q::S::L::Superposition->compare (custom comparisons)
	- Allow for zero weights and fix problems with rand range
	- Add Manual::Comparisons
	- Fix dependencies

1.06 Wed Feb 3 2021
	- Remove experimental Perl features from the module
	- Reduce version requirement to 5.24
	- Add Q::S::L alias
	- Replace Data::Entropy dependency with Random::Any
	- Add :all tag to export
	- Remove deprecated packages

1.05 Tue Jan 19 2021
	- add collapse function to Q::S::L
	- remove superpos function from export when use argument is specified (minor breakage)

1.04 Fri Jan 8 2021
	- fix indexer - missing version numbers of deprecated packages

1.03 Fri Jan 8 2021
	- deprecate Q::S::L::Operation::ComputationalOp in favor of Q::S::L::Operation::Computational
	- deprecate Q::S::L::Operation::LogicOp in favor of Q::S::L::Operation::Logical
	- add a way to plug in statistical measures
	- remove List::MoreUtils dependency
	- superposition ->reset() now returns $self

1.02 Sat Aug 22 2020
	- fix minimum required perl version to 5.28 (due to :prototype attribute order)
	- minor fixes to the documentation
	- add todo section to the docs
	- add perltidy to the project, tidy up source files

1.01  Sat Aug 8 2020
	- add a manual with an introduction to the topic
	- add superposition transformations using a custom code reference

1.00  Thu Aug 6 2020
	- original version