Recent Releases of https://github.com/ctuavastlab/mill.jl
https://github.com/ctuavastlab/mill.jl - v2.12.2
Mill v2.12.2
Fixing Zygote now not unthunking by default
This release adds unthunk to the segmented operators, otherwise the unthunk propagates to getindex causing a performance regression.
Merged pull requests: - Unthunk (#130) (@pevnak)
- Julia
Published by github-actions[bot] 7 months ago
https://github.com/ctuavastlab/mill.jl - v2.12.1
Mill v2.12.1
- Julia
Published by github-actions[bot] 11 months ago
https://github.com/ctuavastlab/mill.jl - v2.12.0
Mill v2.12.0
- Julia
Published by github-actions[bot] about 1 year ago
https://github.com/ctuavastlab/mill.jl - v2.11.2
Mill v2.11.2
- Julia
Published by github-actions[bot] about 1 year ago
https://github.com/ctuavastlab/mill.jl - v2.11.1
Mill v2.11.1
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/ctuavastlab/mill.jl - v2.11.0
Mill v2.11.0
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/ctuavastlab/mill.jl - v2.10.6
Mill v2.10.6
Closed issues: - MIME"text/html" show overload (#27) - TODO: add map-like function to be able to work with individual samples (#30) - catobs of arrays (#52) - Bags refactoring (#60) - Does it make sense to vcat metadata (#73)
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/ctuavastlab/mill.jl - v2.10.5
Mill v2.10.5
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/ctuavastlab/mill.jl - v2.10.4
Mill v2.10.4
- Julia
Published by github-actions[bot] over 1 year ago
https://github.com/ctuavastlab/mill.jl - v2.10.3
Mill v2.10.3
- Julia
Published by github-actions[bot] almost 2 years ago
https://github.com/ctuavastlab/mill.jl - v2.10.2
Mill v2.10.2
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/ctuavastlab/mill.jl - v2.10.1
Mill v2.10.1
- Julia
Published by github-actions[bot] about 2 years ago
https://github.com/ctuavastlab/mill.jl - v2.10.0
Mill v2.10.0
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/ctuavastlab/mill.jl - v2.9.1
Mill v2.9.1
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/ctuavastlab/mill.jl - v2.9.0
Mill v2.9.0
- Julia
Published by github-actions[bot] over 2 years ago
https://github.com/ctuavastlab/mill.jl - v2.8.5
Mill v2.8.5
Merged pull requests: - 2.8.5 (#118) (@simonmandlik)
- Julia
Published by github-actions[bot] almost 3 years ago
https://github.com/ctuavastlab/mill.jl - v2.8.4
Mill v2.8.4
Closed issues: - Bug in gradient of SegmentedSum (#117)
Merged pull requests: - Dev PR (#116) (@simonmandlik)
- Julia
Published by github-actions[bot] almost 3 years ago
https://github.com/ctuavastlab/mill.jl - v2.8.3
Mill v2.8.3
Merged pull requests: - CompatHelper: add new compat entry for MLUtils at version 0.2, (keep existing compat) (#111) (@github-actions[bot]) - CompatHelper: bump compat for MLUtils to 0.3, (keep existing compat) (#112) (@github-actions[bot]) - CompatHelper: bump compat for OneHotArrays to 0.2, (keep existing compat) (#113) (@github-actions[bot]) - removed dependency on ArrayInterface, braking lates Flux (#115) (@pevnak)
- Julia
Published by github-actions[bot] about 3 years ago
https://github.com/ctuavastlab/mill.jl - v2.8.2
Mill v2.8.2
- Julia
Published by github-actions[bot] over 3 years ago
https://github.com/ctuavastlab/mill.jl - v2.8.1
Mill v2.8.1
- Julia
Published by github-actions[bot] over 3 years ago
https://github.com/ctuavastlab/mill.jl - v2.8.0
Mill v2.8.0
Merged pull requests: - CompatHelper: bump compat for Setfield to 1, (keep existing compat) (#110) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 3 years ago
https://github.com/ctuavastlab/mill.jl - v2.7.3
Mill v2.7.3
- Julia
Published by github-actions[bot] almost 4 years ago
https://github.com/ctuavastlab/mill.jl - v2.7.2
Mill v2.7.2
- Julia
Published by github-actions[bot] almost 4 years ago
https://github.com/ctuavastlab/mill.jl - v2.7.1
Mill v2.7.1
Merged pull requests: - missing images fix? (#107) (@SimonMandlik)
- Julia
Published by github-actions[bot] almost 4 years ago
https://github.com/ctuavastlab/mill.jl - v2.7.0
Mill v2.7.0
Closed issues: - Return plain arrays instead of ArrayNodes (#70)
Merged pull requests: - Array outputs (#106) (@SimonMandlik)
- Julia
Published by github-actions[bot] almost 4 years ago
https://github.com/ctuavastlab/mill.jl - v2.6.0
Mill v2.6.0
Closed issues:
- Unit tests for replacein functions (#6)
- Add a high-level description of a package and also specify tags (#9)
- ArrayNode reflectinmodel sometimes results in weird error (#16)
- Registering Nodes with Flux (#18)
- Refactor readme: PathNode example to use LazyNode (#40)
- Add safe defaults (#69)
- Make whole model application type stable (#71)
- Use Preferences.jl instead of Ref switches (#74)
- Stop using LearnBase = 0.5 until it's supported by MLDataPattern (#82)
- MaybeHotMatrix does not support Flux.onecold (#83)
- Add tests for unicode inputs for ngram matrix (#87)
- Remove onehot matrix multiplication if the speedup is not large enough (#88)
- ArrayModels are too restrictive (#89)
- Add convenience functions (#90)
- Expand catobs docs (#92)
- Impose fixed ordering of evaluation inside ProductNodes (#93)
- Flux.onecold for MaybeHotMatrix (#94)
- Try generated functions in product model (#95)
- Performance integration tests (#98)
- Add fundamental forward pass tests (#100)
- Check Float64 gradient tests (#101)
- subsetting NGramMatrix with range does not work (#105)
Merged pull requests: - using stable rng to better compare different minor julia versions (#68) (@racinmat) - CompatHelper: bump compat for Setfield to 0.8, (keep existing compat) (#80) (@github-actions[bot]) - Removed false update. (#84) (@racinmat) - implemented onecold for maybehots which don't contain missings (#85) (@racinmat) - skipping derivation of reduce catobs during inference and adding helper functions (#91) (@racinmat) - Pevnak/generated (#96) (@pevnak) - added contribution guidelines (#97) (@racinmat) - CompatHelper: bump compat for LearnBase to 0.6, (keep existing compat) (#99) (@github-actions[bot]) - Added expample of PathNode as LazyNode (#103) (@racinmat) - CompatHelper: add new compat entry for MacroTools at version 0.5, (keep existing compat) (#104) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 4 years ago
https://github.com/ctuavastlab/mill.jl - v1.6.2
Mill v1.6.2
- Julia
Published by github-actions[bot] over 4 years ago
https://github.com/ctuavastlab/mill.jl - v1.6.1
Mill v1.6.1
Closed issues: - Unit tests for replacein functions (#6) - Add a high-level description of a package and also specify tags (#9) - ArrayNode reflectinmodel sometimes results in weird error (#16) - Update Flux compat? (#61) - Add safe defaults (#69) - Make whole model application type stable (#71)
Merged pull requests: - CompatHelper: bump compat for "Flux" to "0.12" (#66) (@github-actions[bot]) - CompatHelper: add new compat entry for "FiniteDifferences" at version "0.12" (#67) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 4 years ago
https://github.com/ctuavastlab/mill.jl - v2.5.0
Mill v2.5.0
Merged pull requests: - CompatHelper: bump compat for "Flux" to "0.12" (#66) (@github-actions[bot]) - CompatHelper: add new compat entry for "FiniteDifferences" at version "0.12" (#67) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.4.1
Mill v2.4.1
Closed issues: - Update Flux compat? (#61)
- Julia
Published by github-actions[bot] almost 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.6.0
Mill v1.6.0
Closed issues: - Documentation of the design (#1) - Unbearably slow reflection of model (again) (#4) - TODO: reflect HierarchicalUtils.jl in README (#28) - Handling missing in input data (#43) - Terseprint behaving funky again, breaking methods (#45) - methods(Base.show) is broken although our Base.show is commented out (#46) - TagBot trigger issue (#51) - Crashing CatObs (#53) - Crashing comparison of arrays with missings (#54) - Constructing model with Matrix with missing values it fails (#56) - Explain more thoroughly missing values (#57)
Merged pull requests: - CompatHelper: bump compat for "DataStructures" to "0.18" (#48) (@github-actions[bot]) - CompatHelper: bump compat for "HierarchicalUtils" to "1.3" (#49) (@github-actions[bot]) - CompatHelper: bump compat for "DataFrames" to "0.22" (#50) (@github-actions[bot]) - CompatHelper: bump compat for "Zygote" to "0.6" (#55) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.4.0
Mill v2.4.0
Closed issues: - Documentation of the design (#1) - Unbearably slow reflection of model (again) (#4) - TODO: reflect HierarchicalUtils.jl in README (#28)
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.3.0
Mill v2.3.0
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.2.0
Mill v2.2.0
Closed issues: - Constructing model with Matrix with missing values it fails (#56) - Explain more thoroughly missing values (#57)
Merged pull requests: - CompatHelper: bump compat for "Zygote" to "0.6" (#55) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.1.2
Mill v2.1.2
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.1.1
Mill v2.1.1
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.1.0
Mill v2.1.0
Closed issues: - Crashing CatObs (#53)
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.0.1
Mill v2.0.1
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v2.0.0
Mill v2.0.0
Closed issues: - Handling missing in input data (#43) - Terseprint behaving funky again, breaking methods (#45) - methods(Base.show) is broken although our Base.show is commented out (#46)
Merged pull requests: - CompatHelper: bump compat for "DataStructures" to "0.18" (#48) (@github-actions[bot]) - CompatHelper: bump compat for "HierarchicalUtils" to "1.3" (#49) (@github-actions[bot]) - CompatHelper: bump compat for "DataFrames" to "0.22" (#50) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.5.2
Mill v1.5.2
- Julia
Published by github-actions[bot] over 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.5.1
Mill v1.5.1
Closed issues: - Just questions for attention (#44)
Merged pull requests: - Few updates regarding printing and added hacks (#47) (@racinmat)
- Julia
Published by github-actions[bot] over 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.5.0
Mill v1.5.0
Closed issues: - TODO: solve missing values systematically (#31) - About converting CPU training to GPU (#42)
- Julia
Published by github-actions[bot] over 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.4.0
Mill v1.4.0
- Julia
Published by github-actions[bot] over 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.3.1
Mill v1.3.1
- Julia
Published by github-actions[bot] over 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.3.0
Mill v1.3.0
Merged pull requests: - CompatHelper: bump compat for "DataFrames" to "0.21" (#37) (@github-actions[bot]) - CompatHelper: add new compat entry for "Setfield" at version "0.6" (#39) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 5 years ago
https://github.com/ctuavastlab/mill.jl - v1.2.0
Mill v1.2.0
Merged pull requests: - Equality implementation (#38) (@racinmat)
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.7
Mill v1.1.7
Closed issues: - terseprint breaks internal julia methods (#33)
Merged pull requests: - CompatHelper: bump compat for "HierarchicalUtils" to "0.0.7" (#34) (@github-actions[bot]) - CompatHelper: bump compat for "LearnBase" to "0.4" (#35) (@github-actions[bot]) - Terse print fix (#36) (@racinmat)
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.6
Mill v1.1.6
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.5
Mill v1.1.5
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.4
Mill v1.1.4
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.3
Mill v1.1.3
Merged pull requests: - CompatHelper: bump compat for "LearnBase" to "0.3" (#32) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.2
Mill v1.1.2
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.1
Mill v1.1.1
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.1.0
Mill v1.1.0
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.7
Mill v1.0.7
Closed issues: - TODO: write tests for HierarchicalUtils.jl integration (#29)
Merged pull requests: - Install TagBot as a GitHub Action (#25) (@JuliaTagBot)
- Julia
Published by github-actions[bot] almost 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.6
v1.0.6 (2020-02-07)
Closed issues:
- Reducing bags with some bags missing is not type consistent, resulting in Vector{Any} and losing its type. (#24)
Merged pull requests:
- CompatHelper: add new compat entry for "Combinatorics" at version "1.0" (#23) (github-actions[bot])
- Fixed dependencies, now they have better ranges. (#22) (racinmat)
- mostly CI changes, working replicable example (#21) (racinmat)
- Julia
Published by julia-tagbot[bot] about 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.5
v1.0.5 (2020-01-09)
Closed issues:
- Segmented_sum (#17)
Merged pull requests:
- added badges for codecov (#20) (racinmat)
- Fixed dependencies and added codecov reporting (#19) (racinmat)
- Julia
Published by julia-tagbot[bot] about 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.4
v1.0.4 (2019-12-30)
- Julia
Published by julia-tagbot[bot] about 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.3
v1.0.3 (2019-12-18)
Closed issues:
- Accessing nodes from model from show_traversal is not working in some cases. (#14)
- Not being able to catobs missing bag with weighted bag (#13)
- Error in reduce catobs if treenode has vector instead of tuple (#12)
- Error in reflectinmodel (#10)
Merged pull requests:
- Adding automatic running tests in Travis CI (#15) (racinmat)
- Fixed typo in datanodes documentation (#11) (racinmat)
- Julia
Published by julia-tagbot[bot] about 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.2
v1.0.2 (2019-11-13)
- Julia
Published by julia-tagbot[bot] about 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.1
v1.0.1 (2019-11-08)
- Julia
Published by julia-tagbot[bot] about 6 years ago
https://github.com/ctuavastlab/mill.jl - v1.0.0
v1.0.0 (2019-10-29)
Closed issues:
- reduce for bags (#8)
- Julia
Published by julia-tagbot[bot] over 6 years ago