Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/lambdaisland/clj-diff

Diff for Clojure Sequences
https://github.com/lambdaisland/clj-diff

Update pom.xml and add CHANGELOG.md placeholders

bea9affa8549b1513d92aa7812062cdbd10e2ff5 authored about 2 years ago by Arne Brasseur <[email protected]>
# 1.4.78 (2022-11-25 / 2c3cae0)

## Added

- Test runner
- CI configuration

## Fixed

- Babashka compatibility

## Changed

32cc6ce2df8684b7ecc0abd8e522f0a464553757 authored about 2 years ago by Arne Brasseur <[email protected]>
bump tooling and use lambdaisland README template

2c3cae07ff71d6dbf87802bd8f0e1cb5331990b2 authored about 2 years ago by Arne Brasseur <[email protected]>
Merge pull request #1 from borkdude/master

Make compatible with babashka

3ffe41f11510eac35fccfe13a330ff8306e71d3f authored about 2 years ago by Arne Brasseur <[email protected]>
Fix prepping

ca0971cb76deacf00ff52e3332e5d72479f6468d authored about 2 years ago by Michiel Borkent <[email protected]>
Allow clj-diff to be used as git diff with support for clj -X:deps prep

1a16c923c607a4da362e88eb1886b80729738e2d authored about 2 years ago by Michiel Borkent <[email protected]>
remove comment

55ea1d4200e2ea6a2e4ba3c8ec2a615df7e60d24 authored about 2 years ago by Michiel Borkent <[email protected]>
Changelog

b8a94bd5eaeb10bec4b3de37e1a8cae8d1331df8 authored about 2 years ago by Michiel Borkent <[email protected]>
Make java compilation work in Windows

c3abc0ec940a6d36056b1c2e33575f01555581a0 authored about 2 years ago by Michiel Borkent <[email protected]>
Fix bb compatibility, add test runner in CI

acf9d1732593df6740c676cfb194883366c2826b authored about 2 years ago by Michiel Borkent <[email protected]>
Upgrade tooling

ac5a784edec53189288d7f739970fe121bd11e67 authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

b20ce736312415bfbe929e9697e687e22a499304 authored over 2 years ago by Arne Brasseur <[email protected]>
# 1.3.67 (2022-05-16 / 45c1565)

## Fixed

- Bring back compatibility with Java 8 and up

cc62e10d71069e0e3972cde275960202c3a35b67 authored over 2 years ago by Arne Brasseur <[email protected]>
Also specify source level

45c1565632c36941d566b0d74131b6e8ac31f30a authored over 2 years ago by Arne Brasseur <[email protected]>
CHANGELOG

b6930d0f6fcc03db425f3cbda4113ec6d3cf1308 authored over 2 years ago by Arne Brasseur <[email protected]>
Specify JVM bytecode target, sticking to 1.8 for now

15bfb25c7afa03bf766143c0b03a475c61799a92 authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

81c4f3d7a344aeb05b84b2c1a18b97d647824f5d authored over 2 years ago by Arne Brasseur <[email protected]>
# 1.2.62 (2022-05-13 / 89dae05)

## Fixed

- Make sure the algorithm terminates when comparing `[{}]` and `[nil]`

b352c9211432f683c834f513117ecd03dcb96b59 authored over 2 years ago by Arne Brasseur <[email protected]>
Fix a case where the algorithm didn't terminate

If `backtrack-snake` gets called with different values for `x` and `y`, and no
difference is fou...

89dae0502e1c7f9cfb2cd38c8bd4cc55215424af authored over 2 years ago by Arne Brasseur <[email protected]>
Add original paper this implementation is based on

6b04fe74698b0033ca0011a343b0691888947867 authored over 2 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

f96f08a451c623917f5bd9742c6496d477a6b217 authored over 4 years ago by Arne Brasseur <[email protected]>
# 1.1.58 (2020-08-19 / 18f31ae)

## Fixed

- Fix warning on ClojureScript

63a67c7102bb719846975d2a3a3b152e5ff9c9fd authored over 4 years ago by Arne Brasseur <[email protected]>
Missed a bit from the cljc port

18f31ae52ad161d6afb1ed0970bf2f5a28d03f10 authored over 4 years ago by Arne Brasseur <[email protected]>
Update pom.xml and add CHANGELOG.md placeholders

ebd8667c94c830a7fd14e61c68ecad37f16b802a authored over 4 years ago by Arne Brasseur <[email protected]>
# 1.1.55 (2020-08-19 / 77da754)

First release of the lambdaisland/clj-diff fork of clj-diff.

1a3734fd218d2b011cc9f9a1b4c7f67467d90fad authored over 4 years ago by Arne Brasseur <[email protected]>
Add target to gitignore

77da75410b1bb09d736e4ef6586c089b58226784 authored over 4 years ago by Arne Brasseur <[email protected]>
# 1.1.53 (2020-08-19 / 5ad239f)

First release of the lambdaisland/clj-diff fork of clj-diff.

ad117a64bb23f32e1961effe402a2f1a7a395523 authored over 4 years ago by Arne Brasseur <[email protected]>
Return something from pre-release hook

5ad239f5155a71f1d5c0a506b7d4306f2614b6ec authored over 4 years ago by Arne Brasseur <[email protected]>
Add CHANGELOG

d7b112e414c030088978bb99593fce8526136be1 authored over 4 years ago by Arne Brasseur <[email protected]>
bin/proj update-readme

ce6672a4e7023e15c20e777dd074deefa15aaf82 authored over 4 years ago by Arne Brasseur <[email protected]>
Start the lambdaisland/clj-diff fork

This combines what we found at https://github.com/rymndhng/clj-diff and in the
rymndhng/clj-diff...

5d2751c71dfd418c4e30ad6ef6b2ebdd85bb06c4 authored over 4 years ago by Arne Brasseur <[email protected]>
Merge pull request #1 from vseloved/master

levenshtein-distance was broken due to improper checking for empty collections in max-or-zero

62906b4103c203d2fc8a725e02d64621e698799d authored over 13 years ago by Brenton Ashworth <[email protected]>
Fixed bug in max-or-zero

efc2e0ad5101d3c981db3fe9a85f0d6d25551b08 authored over 13 years ago by vseloved <[email protected]>
Update README.

ed65acdb0185d3d99cc87c641f93ac2a5f7d91c9 authored over 13 years ago by Brenton Ashworth <[email protected]>
Temp fix for edit-distance on strings.

c6f08045694ea29d882c04a92603c76a90232733 authored over 13 years ago by Brenton Ashworth <[email protected]>
Update copyright date on README.

af110ecbf2990754e0c008f80d5272a259d65598 authored over 13 years ago by Brenton Ashworth <[email protected]>
Add lcs test for a sequence of maps.

9085b6ae8ea4f0d8c6b0e80875d1f9b3b5e12146 authored over 13 years ago by Brenton Ashworth <[email protected]>
Add lcs test for Clojure sequence.

9e7ead99d114a1795bb114a23b2ca7bd597edede authored over 13 years ago by Brenton Ashworth <[email protected]>
Add longest-common-subseq function.

bd7f3dccc5bbe4001acaa5dc26d7048b84de4d70 authored over 13 years ago by Brenton Ashworth <[email protected]>
Merge branch 'master' of [email protected]:brentonashworth/clj-diff

5c1d9c558777687b3afd616c000ffe62c7ac3b7f authored over 13 years ago by Brenton Ashworth <[email protected]>
Move changes into miller file.

65462f0a8d621dca78df8e99b874b2b2f6d73963 authored over 13 years ago by Brenton Ashworth <[email protected]>
Calculate the edit distance without generating the edit script. 25% speed improvement.

6f2e963a8841e1ac736b3c12c676a96aeeeeef17 authored over 13 years ago by Brenton Ashworth <[email protected]>
Ignore the docs directory.

770ac95c8b33bd2df32b0098e7877fd3b95c7d8e authored over 13 years ago by Brenton Ashworth <[email protected]>
Fix case where there are no deletions or insertions in levenshtein-distance. Add tests.

8b8a124382551858ba19c993cac75a4630e1a356 authored over 13 years ago by Brenton Ashworth <[email protected]>
Add new impl for testing better levenshtein distance.

90d912a2e93911758c5f85529aba066a8acb5280 authored over 13 years ago by Brenton Ashworth <[email protected]>
Use lein-difftest for testing.

c41b35a7ddae8902641129c7af65edc0558068a2 authored over 13 years ago by Brenton Ashworth <[email protected]>
Add script for compiling Java.

acec24f3099afc910d034a6488d97d28d248fae7 authored about 14 years ago by bashwort <[email protected]>
Improve performance for sequences by not doing the optimizations. Optimizations for Strings do not work on sequences.

db92b04231926667c3409c18c9a3326331cb77cd authored about 14 years ago by Brenton Ashworth <[email protected]>
Add some Java to improve performance of String operations.

110c52c1029241c3420b52ccb5340fe59a738717 authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve performance of common-prefix and suffix functions for Strings.

4f0014e4349a061d69d97f3ffcca721a1c5b38ed authored about 14 years ago by Brenton Ashworth <[email protected]>
Add Roadmap to README.

c31a130003b88809d4da5c38af18297a34677431 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

770bd1f6d5e482d4db929aec83192ed238101bbb authored about 14 years ago by Brenton Ashworth <[email protected]>
Add Levenshtein distance function.

a7b5e28c5f64552e55f4d4040aadb95844815b41 authored about 14 years ago by Brenton Ashworth <[email protected]>
Move performance code to new project.

5c755087e134c64a29c8a3f0eaed3d0995cfdab0 authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve function documentation.

5d5264eb7328e1f0c72c52bd97613bbb56a29e68 authored about 14 years ago by Brenton Ashworth <[email protected]>
Added push script. Update README.

68d907e8b2eb20996d5bea6e0749769ee7a019d3 authored about 14 years ago by Brenton Ashworth <[email protected]>
Two minor code improvements. Update README.

fc6ee90f30385613e582d26c2b5054a500ab8112 authored about 14 years ago by Brenton Ashworth <[email protected]>
Ignore test source files.

c79679f0ceda52d321e2c1b5618cbff904ec9075 authored about 14 years ago by Brenton Ashworth <[email protected]>
Remove file performance tests.

bb146feb706e73281adbdde7330b694cdc0cd3d2 authored about 14 years ago by Brenton Ashworth <[email protected]>
Add some simple source file performance tests.

651e2d69e77a1898332c333c38628377c348ea4c authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

3f047d1124fd8994cc35b19ce33f33eeae6a84fa authored about 14 years ago by Brenton Ashworth <[email protected]>
Add multimehod for patch. Clean up documentation.

8efc888870e7d1803f77afcbe80a940ff3602f4e authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve the implementation of the miller algorithm.

e29d2fe0db1f9bc0f2d571a027cb1a67344a3f9a authored about 14 years ago by Brenton Ashworth <[email protected]>
Add more common optimisations.

a8e99c060f2204322fbe6f36d2b2bf27c7bb7250 authored about 14 years ago by Brenton Ashworth <[email protected]>
Do not track images.

ab0448770310d771ee7085a23682c80c6533d738 authored about 14 years ago by Brenton Ashworth <[email protected]>
Added optimisations for strings.

93e8be9dc2ad3dfc03c5897129f8165fc2b42d5e authored about 14 years ago by Brenton Ashworth <[email protected]>
Improve performance code. Start working on common optimisations.

68f4144952a8a76587dec0f30e5a53fde0904154 authored about 14 years ago by Brenton Ashworth <[email protected]>
Add the miller algorithm.

9d9ade2bb0a28885e87bafa22aa67f46998b5b8b authored about 14 years ago by Brenton Ashworth <[email protected]>
Make common functions public. More consistent names.

22d3b83bbb7c8ab1d7309515e12ef5e3eced7e55 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update charts and README.

44c2c2dc5ba67af748ea1a201ac07336ac608eb6 authored about 14 years ago by Brenton Ashworth <[email protected]>
Add unit test for mutate and update the charts.

4afdaaf3135cb867c75d224b3cc9ae542f77cd4e authored about 14 years ago by Brenton Ashworth <[email protected]>
Finish performance tests. Update README.

0076f29481c313e486c703f23ec1627864f8b05f authored about 14 years ago by Brenton Ashworth <[email protected]>
Start working on automated performance tests.

6e08c146a61b5dccc6d6e326b4807cc790ed05f5 authored about 14 years ago by Brenton Ashworth <[email protected]>
Diff didn't work when the first item in both sequences were the same.

513b5c7d8688dfc5e7979fab2604a1e7787d3a72 authored about 14 years ago by Brenton Ashworth <[email protected]>
Fix diff. Edit scripts were not always correct because butlast turned vector into a list. Edit script indecies are 0 based but need a way to add things at the beginning of a sequence - added special case for an index of -1.

5c263835fe2c4ee0e908a2ba88d904a888a63577 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

5a00a964df72e091d2cfa86edc2f4c3248a5859e authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

15085bb2d17b9bc9928bf9504bc1f8fb0b6ada8c authored about 14 years ago by Brenton Ashworth <[email protected]>
One more README udpate. Because I'm anal.

8dee8521e757b889251b79b85ec7385ac31afe39 authored about 14 years ago by Brenton Ashworth <[email protected]>
Update README.

8de877dd57b3a09a736799e7dfd1f624884ef848 authored about 14 years ago by Brenton Ashworth <[email protected]>
Initial commit.

c4265368107a5dd3870d56db78b64eef21b4cf24 authored about 14 years ago by Brenton Ashworth <[email protected]>