Skip to content

Releases: tlaplus/CommunityModules

202402261430

26 Feb 14:31
Compare
Choose a tag to compare
adding UndirectedGraphs module and tests

Signed-off-by: Stephan Merz <[email protected]>

202402211727

21 Feb 17:27
Compare
Choose a tag to compare
Internal VSCode change.

[Dev]

202402062327

06 Feb 23:28
Compare
Choose a tag to compare
Do not rely on TLC's evaluation order.

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202402011833

01 Feb 18:34
Compare
Choose a tag to compare
Deserializing Json null value makes TLC (silently) throw

NullPointerExceptions, potentially causing massive slow down.

Fixes Github issue #868
https://github.com/tlaplus/tlaplus/issues/868

[Bug]

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202401251842

25 Jan 18:42
fa56512
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs. (#97)

[Feature]

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202401251803

25 Jan 18:04
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs.

[Feature]

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202401251751

25 Jan 17:52
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs.

[Feature]

Signed-off-by: Markus Alexander Kuppe <[email protected]>

202401251750

25 Jan 17:51
Compare
Choose a tag to compare
Add Java Module Override for SequencesExt!AllSubSeqs.

[Feature]

202401200511

20 Jan 05:11
Compare
Choose a tag to compare
Add SequencesExt!Snoc and SequencesExt!AllSubSeqs.

202401052011

05 Jan 20:12
Compare
Choose a tag to compare
Add Functions!Pointwise

Adds Github issue #96
https://github.com/tlaplus/CommunityModules/issues/96

[Feature]