Skip to content

Commit

Permalink
Preparation release 2.6.0 (#158)
Browse files Browse the repository at this point in the history
* repaired test when pcbo is present: clojure is not mutable (#148)

* repaired test when pcbo is present: clojure is not mutable

* Classic 'Vorzeichenfehler'

* New fca style (#149)

* new latex fca style output format

* removed whitespaces

* Added doc string

* Adapted requirements: now boring code but no warning

* Ordinal motifs (#151)

* Ordinal Motifs

* reduce computational time for candidates-by-subset-heredity and identify-full-scale-measures :interordinal

* add tests for ordinal-motifs

* add is-of-scale? method to check if context is of specific scale-type

* add documentation for ordinal motifs

* test cycles-of-g

* test scale-complex function

* more tests for ordinal-motifs

* add tests for get-complex

* fix error in restrict-extents-to-base-set

* Revert "fix error in restrict-extents-to-base-set"

This reverts commit e11f5d0.

* fix error in ordinal scale measures

* stop compute-ordinal-motifs+stats at empty set to avoid error

* add test for greedy-motif-covering

* comment

* Updated Authors

* more boring imports

---------

Co-authored-by: Johannes Hirth <[email protected]>
Co-authored-by: Jana <[email protected]>

* Adapted version number

* Update README.md

Updated year

* Simplicial complexes (#153)

* Ordinal Motifs

* reduce computational time for candidates-by-subset-heredity and identify-full-scale-measures :interordinal

* add tests for ordinal-motifs

* add is-of-scale? method to check if context is of specific scale-type

* add documentation for ordinal motifs

* test cycles-of-g

* test scale-complex function

* more tests for ordinal-motifs

* add tests for get-complex

* fix error in restrict-extents-to-base-set

* Revert "fix error in restrict-extents-to-base-set"

This reverts commit e11f5d0.

* fix error in ordinal scale measures

* stop compute-ordinal-motifs+stats at empty set to avoid error

* start adding structure for simplicial complexes

* add test for greedy-motif-covering

* comment

* add and test FullSimplicialComplex

* add constructor without check and more tests

* add constructors

* add function to create t-simplex from context and lattice

* add another test example and fix some errors

* experiments with next_closure for t-simplex

* test t-simplex computation with next closure algorithm

* generalize next-closure function (add ordinal motif case with :ordinal scale)

* refactoring

* more code cleanup

* fix error in next closure for ordinal motifs

* refactoring: move closed set functions from base to separate file

* replace fca/next-closure with already existing methods

* for :ordinal ordinal motifs with next closure, use same condition as in ordinal-motifs branch

* add :interordinal, :nominal and :contranominal ordinal motifs with next closure

* add more complex tests for ordinal motifs with next closure

* simplify tests

* refactoring and code cleanup

* add :crown ordinal motifs with next closure

* fix failing tests

* remove :crown from simplicial complexes (because it is not a simplicial complex)

* Fixed imports

---------

Co-authored-by: Johannes Hirth <[email protected]>
Co-authored-by: Jana <[email protected]>

* Update Getting-Started.org

* Update Getting-Started.org

* Added complex-dimension

* Added some analytics for simplicial complexes

* Update deps-lock.json (#155)

Co-authored-by: tomhanika <[email protected]>

---------

Co-authored-by: Johannes Hirth <[email protected]>
Co-authored-by: Johannes Hirth <[email protected]>
Co-authored-by: Jana <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: tomhanika <[email protected]>
  • Loading branch information
6 people authored Sep 4, 2024
1 parent 5eeff9b commit c1126b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
;; You must not remove this notice, or any other, from this software.


(defproject conexp-clj "2.5.1"

(defproject conexp-clj "2.6.0-SNAPSHOT"
:min-lein-version "2.0.0"
:description "A ConExp rewrite in clojure -- and so much more ..."
:url "http://github.com/tomhanika/conexp-clj/"
Expand Down

0 comments on commit c1126b8

Please sign in to comment.