We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd77bb commit 5719bcdCopy full SHA for 5719bcd
README.rst
@@ -516,3 +516,9 @@ Changelog
516
(why not let them rank more?), students prefer projects by supervisors they
517
did prefer to other projects ("same supervisor, another project"). This is
518
the ``--assume_supervisor_affinity`` option.
519
+
520
+- 2024-03-10, v1.6.1:
521
522
+ - Fix bug where int not accepted as preference in contexts allowing floats;
523
+ new test 10 demonstrating this, with thanks to Etienne Borde (Etienne13);
524
+ https://github.com/RudolfCardinal/pdn_project_allocation/issues/7.
pdn_project_allocation/version.py
@@ -28,5 +28,5 @@
28
29
"""
30
31
-VERSION = "1.6.0"
32
-VERSION_DATE = "2023-09-25"
+VERSION = "1.6.1"
+VERSION_DATE = "2024-03-10"
0 commit comments